Docling: Potential Path Traversal via LaTeX \includegraphics and \input Commands
Medium5.5CVE-2026-44022 · Published Jun 3, 2026 · updated Jul 20, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| docling PyPI | >= 2.73.0, < 2.91.0 | 2.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| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 3 | Docling: Unsafe Zip Extraction in EasyOCR Model Download CVE-2026-44017High7.5fixed in 2.91.0 | High7.5 | 2.91.0 |
| Jun 3 | Docling: Unsafe Playwright-based HTML Rendering CVE-2026-44016High8.2fixed in 2.91.0 | High8.2 | 2.91.0 |
| Jun 3 | Docling: Unsafe Archive Extraction and XML Parsing in METS-GBS Backend CVE-2026-44018Medium5.5fixed in 2.91.0 | Medium5.5 | 2.91.0 |
| Jun 3 | Docling: Unsafe XML Entity Expansion in USPTO Patent Backend CVE-2026-44020High7.5fixed in 2.74.0 | High7.5 | 2.74.0 |
| Jun 3 | Docling: Unsafe URI and Path Handling in HTML Backend CVE-2026-47214High7.1fixed in 2.94.0 | High7.1 | 2.94.0 |
| May 11 | Docling's METS GBS backend is vulnerable to XML Entity Expansion (XXE) attacks CVE-2026-31248High7.5no fix yet | High7.5 | No fix yet |