CVE Catalog

CVE-2026-70374

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.97%

59th percentile - higher than 59% of all known CVEs

Summary

A vulnerability in HashBrown CMS (up to version 1.4.6) allows OS command injection (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.extname(filename) and passes it, unescaped, into a shell command executed via AppService.exec ('convert ' + tempFile + ...).

Risk Assessment

An attacker can execute arbitrary system commands on the server, potentially leading to full system and data compromise.

Recommendation

Update HashBrown CMS to a version newer than 1.4.6 or apply appropriate security patches.

Other vulnerabilities in HashBrown CMS

Original NVD description (English source)

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.extname(filename) and passes it, unescaped, into a shell command executed via AppService.exec ('convert ' + tempFile + ...).

Vulnerability data from NVD (NIST) · CISA KEV · EPSS