Vulnerability Description
Malcolm's upload-processing pipeline (scripts/safe-extract.py) enforces entry-count, nesting-depth, and total-uncompressed-byte limits when extracting container archives (zip/tar/rar/7z via libarchive), but those limits are not applied when the uploaded file is a single-stream compressed format (.gz, .bz2, .xz, .lzma, .lz) that isn't a .tar.*-style archive. Any authenticated user permitted to upload PCAP/log files can upload a small, highly compressible file (e.g. a gzip bomb) that decompresses to an effectively unbounded size on disk, exhausting the shared Docker volume used by OpenSearch, Logstash, Arkime, and Zeek, and disrupting the platform for all users.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/cisagov/Malcolm/security/advisories/GHSA-f2v6-8cj4-mhr6
- https://www.cisa.gov/news-events/ics-advisories/icsa-26-230-01
- https://github.com/cisagov/Malcolm/security/advisories/GHSA-f2v6-8cj4-mhr6
FAQ
What is CVE-2026-19671?
CVE-2026-19671 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Malcolm's upload-processing pipeline (scripts/safe-extract.py) enforces entry-count, nesting-depth, and total-uncompressed-byte limits when extracting container archives (zip/tar/rar/7z via libarchive...
How severe is CVE-2026-19671?
CVE-2026-19671 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-19671?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.