Vulnerability Description
PyMuPDF through 1.28.2, fixed in commit b2c8f3a, contains a path traversal vulnerability in the font branch of extract_objects() in src/__main__.py, where the output filename is constructed by joining a document-controlled BaseFont name directly onto the user-supplied output directory without stripping path separators or dot-dot sequences. Attackers can supply a crafted PDF, EPUB, XPS, or FB2 file with a BaseFont name containing encoded path separators that decode to ../ sequences or absolute paths, causing arbitrary file writes outside the intended output directory without requiring authentication or elevated privileges.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/pymupdf/PyMuPDF/commit/b2c8f3a859fed35c379a44df566f770dc3e186
- https://www.vulncheck.com/advisories/pymupdf-path-traversal-via-extract-objects-
FAQ
What is CVE-2026-82035?
CVE-2026-82035 is a vulnerability with a CVSS score of 7.1 (HIGH). PyMuPDF through 1.28.2, fixed in commit b2c8f3a, contains a path traversal vulnerability in the font branch of extract_objects() in src/__main__.py, where the output filename is constructed by joining...
How severe is CVE-2026-82035?
CVE-2026-82035 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-82035?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.