๐Ÿ” CVE Alert

CVE-2026-55676

HIGH 8.8

Malcolm vulnerable to RCE via unrestricted .php upload to the file-upload component

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-434
Vendor cisagov
Product malcolm
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for cisagov malcolm

Be the first to know when new high vulnerabilities affecting cisagov malcolm are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

cisagov / Malcolm
< 26.06.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7 github.com: https://github.com/cisagov/Malcolm/releases/tag/v26.06.1