CVE-2026-55410 PUBLISHED

NocoBase backup restore schema name allows command injection

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 15.07.2026 Updated: 15.07.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H
CVSS Score: 6.7

Product Status

Vendor nocobase
Product nocobase
Versions
  • Version < 2.1.19 is affected

References

Problem Types

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE