CVE-2025-43919
Published: 20 April 2025
Summary
CVE-2025-43919 is a medium-severity Path Traversal: '../filedir' (CWE-24) vulnerability in Gnu Mailman. Its CVSS base score is 5.8 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique /etc/passwd and /etc/shadow (T1003.008); ranked in the top 23.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-12592
Vulnerability details
GNU Mailman 2.1.39, as bundled in cPanel (and WHM), allows unauthenticated attackers to read arbitrary files via ../ directory traversal at /mailman/private/mailman (aka the private archive authentication endpoint) via the username parameter. NOTE: multiple third parties report that they are…
more
unable to reproduce this, regardless of whether cPanel or WHM is used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Directory traversal in public-facing GNU Mailman endpoint enables unauthenticated arbitrary file reads (T1190), including /etc/passwd and /etc/shadow (T1003.008), facilitating file/directory discovery (T1083) and collection of email archives (.mbox) (T1114.001).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.