Skip to main content

NocoBase CVE-2026-55410

| EUVDEUVD-2026-44804 MEDIUM
OS Command Injection (CWE-78)
2026-07-15 GitHub_M GHSA-p853-83gj-wjj3
6.7
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.7 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H
vuln.today AI
7.2 HIGH

RCE as server process yields full confidentiality loss (C:H not C:L); all other metrics align with the description and PR:H requirement.

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
High

Lifecycle Timeline

3
Patch available
Jul 15, 2026 - 22:33 EUVD
Source Code Evidence Fetched
Jul 15, 2026 - 21:04 vuln.today
Analysis Generated
Jul 15, 2026 - 21:04 vuln.today

DescriptionCVE.org

NocoBase is an AI-powered no-code/low-code platform for building business applications and enterprise solutions. Prior to 2.1.19, NocoBase @nocobase/plugin-backups restored PostgreSQL backups by interpolating the database.schema value from _metadata.json into shell command strings executed with Node.js child_process.exec(), allowing a backup-management user restoring a crafted backup to execute commands as the NocoBase server process. This vulnerability is fixed in 2.1.19.

AnalysisAI

Command injection in NocoBase's @nocobase/plugin-backups prior to v2.1.19 allows an authenticated backup-management user to execute arbitrary OS commands as the NocoBase server process by restoring a crafted backup archive. The database.schema field from a backup's _metadata.json is interpolated directly into a shell command string passed to Node.js child_process.exec(), a classic CWE-78 pattern that bypasses any sanitization at the shell level. No active exploitation confirmed (not in CISA KEV) and no public exploit identified at time of analysis, but the commit diff confirms the mechanism is straightforward and the fix is available in v2.1.19.

Technical ContextAI

The affected component is the NocoBase backup plugin (@nocobase/plugin-backups), which uses Node.js child_process.exec() to invoke PostgreSQL utilities (pg_dump/pg_restore) during backup and restore operations. The exec() API passes its first argument as a full shell command string to /bin/sh, making it inherently susceptible to shell metacharacter injection when any part of the command is derived from untrusted input. The database.schema value read from _metadata.json inside the backup archive is controlled by whoever created the archive - an attacker can embed shell metacharacters (e.g., '; malicious_command #') to break out of the intended command context. CWE-78 (Improper Neutralization of Special Elements used in an OS Command) is the root cause class. The fix migrates to child_process.spawn() with discrete argument arrays, which bypasses the shell entirely and is the canonical Node.js remediation for this class. CPE: cpe:2.3:a:nocobase:nocobase:*:*:*:*:*:*:*:* (all versions prior to 2.1.19, PostgreSQL backend). The vulnerability does not affect non-PostgreSQL database backends as the injection is in the PostgreSQL-specific restore path.

RemediationAI

Upgrade to NocoBase v2.1.19 or later, which resolves this vulnerability by replacing child_process.exec() with child_process.spawn() (discrete argument array form) in the backup plugin's PostgreSQL restore path, confirmed by commit 0e1aba1b7b112ffc841588963f7343c00edd9806. The release is available at https://github.com/nocobase/nocobase/releases/tag/v2.1.19 and the advisory is at https://github.com/nocobase/nocobase/security/advisories/GHSA-p853-83gj-wjj3. If immediate upgrade is not possible, disable the @nocobase/plugin-backups plugin entirely - this eliminates the attack surface with the trade-off of losing all backup and restore functionality. As an additional compensating control, restrict the backup management role to the minimum number of trusted accounts and audit who holds that privilege, since exploitation requires that specific role. Never restore backup archives from untrusted or externally supplied sources regardless of patch status.

CVE-2025-1094 HIGH POC
8.1 Feb 13

PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() improperl

CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2013-1899 MEDIUM POC
6.5 Apr 04

Argument injection vulnerability in PostgreSQL 9.2.x before 9.2.4, 9.1.x before 9.1.9, and 9.0.x before 9.0.13 allows re

CVE-2026-20253 CRITICAL POC
9.8 Jun 10

Unauthenticated arbitrary file write in Splunk Enterprise (below 10.2.4 and 10.0.7) and Splunk Cloud Platform (below 10.

CVE-2026-9586 CRITICAL POC
9.3 Jul 17

Unauthenticated SQL injection in Sangoma Switchvox SMB Edition 8.3 (build 104997) lets remote attackers execute arbitrar

CVE-2017-7546 CRITICAL
9.8 Aug 16

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to incorrect authentication flaw allow

CVE-2015-1352 MEDIUM POC
5.0 Mar 30

The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate t

CVE-2024-10553 CRITICAL POC
9.8 Mar 20

A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitra

CVE-2019-9193 HIGH POC
7.2 Apr 01

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_serve

CVE-2026-40887 CRITICAL POC
9.1 Apr 14

Unauthenticated SQL injection in Vendure Shop API allows remote attackers to execute arbitrary SQL commands against the

CVE-2022-24760 CRITICAL POC
10.0 Mar 12

Parse Server is an open source http web server backend. Rated critical severity (CVSS 10.0), this vulnerability is remot

CVE-2025-56157 CRITICAL POC
9.8 Dec 18

Hard-coded default PostgreSQL credentials shipped in the docker-compose.yaml of langgenius Dify through version 1.5.1 al

Share

CVE-2026-55410 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy