CVE-2026-55676

HIGHPre-NVD 8.88.8
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 8.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 76% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

CVSS v3
8.8
EG Score
8.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity88% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
24%
KEV
Not listed

Published

August 11, 2026

Last Modified

August 12, 2026

Advisory Details (2)

Auto-updated Aug 11, 2026
Patch available. Sources: github, github_release.
github_release Patch Available

Malcolm v26.06.1 (SEE NOTE BEFORE UPGRADING TO THIS RELEASE)

Patch available: cisagov/Malcolm v26.06.1

https://github.com/cisagov/Malcolm/releases/tag/v26.06.1
github Patch Available

RCE via unrestricted .php upload to the file-upload component · Advisory · cisagov/Malcolm · GitHub

https://github.com/cisagov/Malcolm/security/advisories/GHSA-8cvp-m7pg-qrp7

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 11× in last 7d / 36× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-29 08:59 UTCEG score recompute
  2. 2026-08-28 21:41 UTCEPSS rescore
  3. 2026-08-27 19:38 UTCEG score recompute
  4. 2026-08-27 14:25 UTCEPSS rescore
  5. 2026-08-26 18:49 UTCEG score recompute
  6. 2026-08-26 14:46 UTCEPSS rescore
  7. 2026-08-25 19:14 UTCEG score recompute
  8. 2026-08-25 13:49 UTCEPSS rescore
  9. 2026-08-24 20:30 UTCEG score recompute
  10. 2026-08-23 10:22 UTCEG score recompute
  11. 2026-08-23 00:19 UTCEPSS rescore
  12. 2026-08-22 00:13 UTCEG score recompute
  13. 2026-08-21 23:49 UTCEPSS rescore
  14. 2026-08-21 01:28 UTCEG score recompute
  15. 2026-08-20 22:55 UTCEPSS rescore
  16. 2026-08-20 02:01 UTCEG score recompute
  17. 2026-08-19 17:04 UTCEPSS rescore
  18. 2026-08-18 15:51 UTCEG score recompute
  19. 2026-08-18 13:48 UTCEPSS rescore
  20. 2026-08-17 17:07 UTCEG score recompute
  21. 2026-08-17 13:47 UTCEPSS rescore
  22. 2026-08-16 18:19 UTCEG score recompute
  23. 2026-08-16 14:56 UTCEPSS rescore
  24. 2026-08-16 06:56 UTCEG score recompute
  25. 2026-08-16 02:14 UTCEPSS rescore
Show 11 more
  1. 2026-08-15 08:13 UTCEG score recompute
  2. 2026-08-15 01:30 UTCEPSS rescore
  3. 2026-08-13 22:07 UTCEG score recompute
  4. 2026-08-13 22:00 UTCEPSS rescore
  5. 2026-08-12 23:22 UTCEG score recompute
  6. 2026-08-12 22:21 UTCEG score recompute
  7. 2026-08-12 20:02 UTCEG score recompute
  8. 2026-08-12 13:51 UTCEPSS rescore
  9. 2026-08-11 21:18 UTCEG score recompute
  10. 2026-08-11 20:30 UTCEG score recompute
  11. 2026-08-11 20:30 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-55676?
CVE-2026-55676 is a high vulnerability published on August 11, 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…
When was CVE-2026-55676 disclosed?
CVE-2026-55676 was first published in the National Vulnerability Database on August 11, 2026, with the most recent update on August 12, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-55676 actively exploited?
CVE-2026-55676 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 76.0% of all scored CVEs.
What is the CVSS score of CVE-2026-55676?
CVE-2026-55676 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-55676?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55676, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-55676

Explore →

Is Your Infrastructure Affected by CVE-2026-55676?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.