Skip to content
doclingGHSA-2j5p-7p5m-cvqr

Docling: Potential Path Traversal via LaTeX \includegraphics and \input Commands

Medium5.5CVE-2026-44022 · Published Jun 3, 2026 · updated Jul 20, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
docling
PyPI
>= 2.73.0, < 2.91.02.91.0
Details and references

### Impact The LaTeX backend's handling of `\includegraphics`, `\input`, and `\include` commands lacked path containment validation. Attackers could craft malicious LaTeX documents with path traversal sequences (e.g., `../../../etc/passwd`) to: - Read arbitrary files from the file system accessible to the process - Include sensitive files in the converted document output - Potentially access configuration files, credentials, or other sensitive data ### Patches Fixed in version 2.91.0. The fix implements strict path validation using `Path.resolve().is_relative_to()` to ensure all resolved paths remain within the base document directory. Attempts to traverse outside the base directory are logged and blocked. ### Workarounds Avoid processing untrusted LaTeX documents. If processing is necessary, run in a sandboxed environment with restricted file system access. ### References - Fix release: [v2.91.0](https://github.com/docling-project/docling/releases/tag/v2.91.0)

CVSS 3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Severity from
GitHub (reviewed advisory)
Weakness
CWE-22
Also known as
CVE-2026-44022, PYSEC-2026-2145

More docling advisories

All
DateAdvisory
Jun 3Docling: Unsafe Zip Extraction in EasyOCR Model Download
CVE-2026-44017High7.5fixed in 2.91.0
Jun 3Docling: Unsafe Playwright-based HTML Rendering
CVE-2026-44016High8.2fixed in 2.91.0
Jun 3Docling: Unsafe Archive Extraction and XML Parsing in METS-GBS Backend
CVE-2026-44018Medium5.5fixed in 2.91.0
Jun 3Docling: Unsafe XML Entity Expansion in USPTO Patent Backend
CVE-2026-44020High7.5fixed in 2.74.0
Jun 3Docling: Unsafe URI and Path Handling in HTML Backend
CVE-2026-47214High7.1fixed in 2.94.0
May 11Docling's METS GBS backend is vulnerable to XML Entity Expansion (XXE) attacks
CVE-2026-31248High7.5no fix yet

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.