All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-42853
MEDIUMpublished 2026-06-12 21:16 UTC · 12 days ago · modified 2026-06-15 20:46 UTC
6.5
CVSS / 10
// description
ApostropheCMS is an open-source Node.js content management system. Versions of the @apostrophecms/cli package up to and including 3.6.0 contain a command injection vulnerability in the apos create command. User-supplied input from the password prompt is embedded directly into a shell command without proper sanitization or escaping. This allows execution of arbitrary commands on the host system. As of time of publication, no known patched versions are available.
// cvss 3.1 vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-78