CVE-2026-44022
Published:June 05, 2026
Updated:June 05, 2026
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)
Affected Packages
docling (CONDA):
Affected version(s) >=2.75.0 <2.91.0Fix Suggestion:
Update to version 2.91.0docling (PYTHON):
Affected version(s) >=2.73.0 <2.91.0Fix Suggestion:
Update to version 2.91.0Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.8
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.5
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')