CVE-2026-70375 Details
Description
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, interpolating the configured branch value directly into a shell command with no escaping.
A command injection vulnerability allowing OS command execution has been identified in HashBrown CMS versions through 1.4.6, specifically within the Git deployer component. The issue arises because the GitDeployer.pullRepo() method executes a shell command to check out a specified branch, directly interpolating the branch value without proper escaping. While the validate() method of GitDeployer rejects single-quote characters in certain fields, it fails to filter out other shell metacharacters, such as semicolons, ampersands, pipes, backticks, and command substitution syntax. This oversight allows users to inject malicious commands that are executed during deployment operations, as pullRepo() is automatically called at the start of each media upload or content save process.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://cve.turansec.uz/advisories/TRN-B571F773 | TuranSec | AdvisoryBroken Link |
| https://github.com/HashBrownCMS/hashbrown-cms | TuranSec | ProductSource CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| HashBrown CMS | <= 1.4.6 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | New CVE Received | TuranSec |
Volerion