VYPR

Hashbrown CMS

by HashBrownCMS

Source repositories

CVEs (5)

  • CVE-2026-70375HigAug 5, 2026
    risk 0.57cvss 8.8epss 0.01

    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…

  • CVE-2026-70374HigAug 5, 2026
    risk 0.57cvss 8.8epss 0.01

    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…

  • CVE-2020-6949HigJan 13, 2020
    risk 0.57cvss 8.8epss 0.01

    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.

  • CVE-2020-6948CriJan 13, 2020
    risk 0.57cvss 9.8epss 0.03

    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.

  • CVE-2020-5840HigJan 6, 2020
    risk 0.42cvss 7.5epss 0.01

    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.