Lucene search
+L

42 matches found

NVD
NVD
added 2026/08/05 7:16 a.m.8 views

CVE-2026-70374

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS0.0097EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/05 5:46 a.m.38 views

CVE-2026-70375 HashBrown CMS - OS Command Injection via Git Deployer Branch Field

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...

8.8CVSS0.00981EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 5:46 a.m.7 views

CVE-2026-70375 HashBrown CMS - OS Command Injection via Git Deployer Branch Field

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...

8.8CVSS5.3AI score0.00981EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 5:46 a.m.13 views

CVE-2026-70375 HashBrown CMS - OS Command Injection via Git Deployer Branch Field

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...

8.8CVSS5.4AI score
SaveExploits0References4
CVE
CVE
added 2026/08/05 5:46 a.m.48 views

CVE-2026-70375

CVE-2026-70375 : HashBrown CMS <1.4.6 has an OS Command Injection in the Git deployer. GitDeployer.pullRepo() runs AppService.exec(git checkout ${this.branch || 'master'}) with the branch value interpolated directly, and GitDeployer.validate() only rejects a single quote in repo/branch/usernam...

8.8CVSS5.3AI score0.00981EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/05 5:46 a.m.9 views

EUVD-2026-53098

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.execgit checkout $this.branch || 'master', interpolating the configured branch value directly into...

8.8CVSS5.6AI score0.00981EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/05 5:46 a.m.9 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS5.3AI score0.0097EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/05 5:46 a.m.13 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/05 5:46 a.m.37 views

CVE-2026-70374 HashBrown CMS - OS Command Injection in Media Upload Thumbnail Generation

HashBrown CMS through 1.4.6 contains an OS Command Injection vulnerability CWE-78 in the media upload thumbnail generation routine. Media.generateThumbnail in src/Server/Entity/Resource/Media.js builds a temporary file path as 'thumbnail' + Path.extnamefilename and passes it, unescaped, into a...

8.8CVSS0.0097EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/05 5:46 a.m.48 views

CVE-2026-70374

HashBrown CMS prior to 1.4.6 is affected by an OS command injection in the media thumbnail generation flow. Media.generateThumbnail() builds a temporary path like 'thumbnail' + extname(filename) and passes it unescaped into a shell command executed by AppService.exec() (example: 'convert ' + temp...

8.8CVSS5.3AI score0.0097EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2020-28090

Malware in sbrugna...

8.8CVSS8.6AI score0.01281EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-2378

Malicious code in bioql PyPI...

9.8CVSS9.1AI score0.03573EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-4911

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.01494EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 5:29 p.m.10 views

CVE-2020-6949

A privilege escalation issue was discovered in the postUser function in HashBrown CMS through 1.3.3. An editor user can change the password hash of an admin user's account, or otherwise reconfigure that account...

8.8CVSS7.3AI score0.01281EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 4:46 p.m.11 views

CVE-2020-6948

A remote code execution issue was discovered in HashBrown CMS through 1.3.3. Server/Entity/Deployer/GitDeployer.js has a Service.AppService.exec call that mishandles the URL, repository, username, and password...

9.8CVSS7.8AI score0.03573EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 3:39 p.m.11 views

CVE-2020-5840

An issue was discovered in HashBrown CMS before 1.3.2. Server/Entity/Resource/Connection.js allows an attacker to reach a parent directory via a crafted name or ID field...

7.5CVSS6.7AI score0.01494EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2024/06/02 12:0 a.m.7 views

Fedora 39 : glycin-loaders / gnome-tour / helix / helvum / libipuz / librsvg2 / etc (2024-40ee18b2e7)

The remote Fedora 39 host has packages installed that are affected by a vulnerability as referenced in the FEDORA-2024-40ee18b2e7 advisory. This update contains builds from a mini-mass-rebuild for Rust applications and some C-style libraries. Rebuilding with the Rust 1.78 toolchain should fix...

5.6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2024/05/28 12:0 a.m.12 views

Fedora 40 : glycin-loaders / gnome-tour / helix / helvum / libipuz / loupe / etc (2024-ce2936b568)

The remote Fedora 40 host has packages installed that are affected by a vulnerability as referenced in the FEDORA-2024-ce2936b568 advisory. This update contains builds from a mini-mass-rebuild for Rust applications and some C-style libraries. Rebuilding with the Rust 1.78 toolchain should fix...

5.6AI score
SaveExploits0References1
OSV
OSV
added 2022/05/24 5:6 p.m.15 views

GHSA-4GJV-5JJP-RCGH HashBrown CMS RCE

A remote code execution issue was discovered in HashBrown CMS through 1.3.3. Server/Entity/Deployer/GitDeployer.js has a Service.AppService.exec call that mishandles the URL, repository, username, and password...

9.8CVSS9.8AI score0.03573EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/05/24 5:6 p.m.34 views

HashBrown CMS RCE

A remote code execution issue was discovered in HashBrown CMS through 1.3.3. Server/Entity/Deployer/GitDeployer.js has a Service.AppService.exec call that mishandles the URL, repository, username, and password...

9.8CVSS7.9AI score0.03573EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder