Description
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.
Published: 2026-07-15
Score: 6.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from unsafe interpolation of the database.schema value from a _metadata.json file into a shell command string that is executed with Node.js child_process.exec(). According to the advisory, any backup-management user who restores a crafted backup can inject and execute arbitrary commands as the NocoBase server process. This leads to a full compromise of confidentiality, integrity and availability on the host running the service, since the injected commands run with the same privileges as the application. The weakness is a classic command injection flaw (CWE-78).

Affected Systems

All instances of NocoBase that use the @nocobase/plugin-backups package and are running a version earlier than 2.1.19 are affected. The vulnerability applies to the nocobase product supplied by the vendor NocoBase.

Risk and Exploitability

The CVSS score of 6.7 indicates a medium severity. The EPSS score is reported as < 1%, suggesting a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires a backup-management user who triggers a restore operation; therefore, it is likely that authenticated privilege is a prerequisite. Once the injection is triggered, the attacker can execute arbitrary shell commands as the server process. Given the low EPSS and no public exploits, the risk is moderate but the potential impact is high if the server runs with elevated privileges.

Generated by OpenCVE AI on July 31, 2026 at 02:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NocoBase to version 2.1.19 or later to apply the vendor’s fix
  • Verify that any backup files to be restored originate from trusted sources and have not been tampered with before restoration
  • Restrict the ability to trigger backup restores to a minimal set of authenticated users or roles with the least privileges necessary
  • Monitor system logs for unexpected child_process.exec() usage or anomalous backup restore requests

Generated by OpenCVE AI on July 31, 2026 at 02:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 18 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Nocobase
Nocobase nocobase
Vendors & Products Nocobase
Nocobase nocobase

Wed, 15 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description 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.
Title NocoBase backup restore schema name allows command injection
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 6.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H'}


Subscriptions

Nocobase Nocobase
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-18T01:52:49.269Z

Reserved: 2026-06-16T21:48:43.125Z

Link: CVE-2026-55410

cve-icon Vulnrichment

Updated: 2026-07-18T01:52:24.803Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:00:06Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')