๐Ÿ” CVE Alert

CVE-2026-70375

UNKNOWN 0.0

HashBrown CMS: OS Command Injection via Git Deployer Branch Field

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability (CWE-78) in the Git deployer component. GitDeployer.pullRepo() in src/Server/Entity/Deployer/GitDeployer.js executes AppService.exec(`git checkout ${this.branch || 'master'}`), interpolating the configured branch value directly into a shell command with no escaping. GitDeployer.validate() only rejects a single-quote character in the repo, branch, username, and password fields; shell metacharacters such as ';', '&&', '|', backticks, and '$()' are not filtered. A user able to configure a project's Git deployer settings can set a malicious branch value (e.g. 'master;<command>#') that executes automatically on every subsequent deployer operation (media upload, content save, etc.), since pullRepo() is invoked unconditionally at the start of each such operation. This is related to CVE-2020-6948, which addressed single-quote escaping of the repo, username, and password fields in the same file's git clone invocation; the branch field used in the unquoted git checkout command was not covered by that fix and remains injectable.

CWE CWE-78
Vendor hashbrowncms
Product hashbrown-cms
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for hashbrowncms hashbrown-cms

Be the first to know when new unknown vulnerabilities affecting hashbrowncms hashbrown-cms are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

HashBrownCMS / hashbrown-cms
0 โ‰ค 1.4.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/HashBrownCMS/hashbrown-cms cve.turansec.uz: https://cve.turansec.uz/advisories/TRN-B571F773

Credits

Alijonov Alisher