Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-55676
Published:August 11, 2026
Updated:September 01, 2026
Malcolm is a network traffic analysis tool suite. The file-upload component (FilePond PHP backend) accepts uploads at "POST /server/php/submit.php" and stores them in a directory served by the same nginx and php-fpm instance. The allow-list that should restrict accepted file types is an empty array by default ("file-upload/php/config.php:16"), so the type check is a no-op and every extension is accepted. The filename sanitizer keeps the ".php" extension intact. Committed files land in "/var/www/upload/server/php/files" ("file-upload/php/config.php:7"), and the component's nginx routes any URL ending in ".php" to php-fpm. An authenticated "GET /server/php/files/<name>.php" then executes the uploaded code as "www-data". Prior to version 26.06.1, in RBAC mode, the upload endpoint is reachable by the granular "ROLE_UPLOAD" role ("nginx/lua/nginx_auth_helpers.lua:71"), a role intended only for submitting capture files. As a result, a user holding the upload-only role runs arbitrary PHP as "www-data" inside the file-upload container. Version 26.06.1 fixes the issue.
Affected Packages
https://github.com/cisagov/Malcolm.git (GITHUB):
Affected version(s) >=v1.2.0 <v26.06.1
Fix Suggestion:
Update to version v26.06.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Unrestricted Upload of File with Dangerous Type
EPSS
Base Score:
0.32