Vulnerability Description
Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive's secure flags, but creates directory entries with a raw `os.makedirs(os.path.join(dest, entry.pathname))` that has no traversal protection. An uploaded malicious archive containing a directory entry with a `../` sequence or an absolute path causes the filebeat processing container to create directories outside the intended extraction directory. Version 26.07.0 fixes the issue.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/cisagov/Malcolm/releases/tag/v26.07.0
- https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4
- https://github.com/cisagov/Malcolm/security/advisories/GHSA-65mm-vgrw-vqx4
FAQ
What is CVE-2026-63134?
CVE-2026-63134 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Malcolm is a network traffic analysis tool suite. Prior to version 26.07.0, `safe-extract.py` protects file extraction with libarchive's secure flags, but creates directory entries with a raw `os.make...
How severe is CVE-2026-63134?
CVE-2026-63134 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-63134?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.