CVE-2026-44022 Details
Description
Docling simplifies document processing by parsing diverse formats and providing integrations with the generative AI ecosystem. From 2.73.0 until 2.91.0, he LaTeX backend's handling of \includegraphics, \input, and \include commands lacked path containment validation. Attackers could craft malicious LaTeX documents with path traversal sequences to read arbitrary files from the file system accessible to the process, include sensitive files in the converted document output, or potentially access configuration files, credentials, or other sensitive data This vulnerability is fixed in 2.91.0.
A path traversal vulnerability has been identified in the LaTeX backend of Docling, affecting versions 2.73.0 prior to 2.91.0. The issue arises from inadequate path containment validation in the handling of LaTeX commands \\includegraphics, \\input, and \\include. This flaw allows attackers to create malicious LaTeX documents that exploit path traversal sequences to read arbitrary files from the file system accessible to the process. Additionally, sensitive files could be included in the converted document output, or potentially accessed configuration files, credentials, or other sensitive data.
Users can upgrade to Docling version 2.91.0, which addresses this vulnerability by implementing strict path validation to ensure all resolved paths remain within the base document directory. It is also recommended to avoid processing untrusted LaTeX documents or to do so in a sandboxed environment with restricted file system access.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/docling-project/docling/releases/tag/v2.91.0 | [email protected] | ProductRelease Notes |
| https://github.com/docling-project/docling/security/advisories/GHSA-2j5p-7p5m-cvqr | [email protected] | MitigationPatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| docling docling | >= 2.73.0, < 2.91.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 26, 2026 | Initial Analysis | [email protected] |
| Jun 25, 2026 | CVE Modified | CISA-ADP |
| Jun 24, 2026 | New CVE Received | [email protected] |