CVE Catalog

CVE-2026-82035

HighCVSS 7.1
Published: Translated: NVD NIST

Summary

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

Risk Assessment

The vulnerability allows an unauthenticated attacker to write files to arbitrary locations in the filesystem, potentially overwriting configuration files or achieving code execution. The risk is high in environments processing untrusted documents.

Recommendation

Update PyMuPDF to a version containing the fix from commit b2c8f3a. Until then, avoid processing untrusted PDF, EPUB, XPS, and FB2 files and restrict the process's write permissions.

Other vulnerabilities in PyMuPDF

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS