Docling: Unsafe URI and Path Handling in HTML Backend
High7.1CVE-2026-47214 · Published Jun 3, 2026 · updated Jul 21, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| docling PyPI | < 2.94.0 | 2.94.0 |
Details and references
### Impact The HTML backend did not perform sufficient validation during resource handling: - Accepted `file://` URIs enabling local file system access when `enable_local_fetch=True` - Path resolution allowed traversal outside intended directories via `../` sequences and absolute paths - Did not block internal network resources under `enable_remote_fetch=True` - HTTP redirects were not validated, potentially redirecting to unintended schemes - No resource limits for remote image downloads and `data:` URIs ### Patches Fixed in versions 2.91.0 (initial fixes) and 2.94.0 (additional improvements). The fixes implement: - Updated local path treatment: absolute files always blocked, relative paths require `enable_local_fetch=True` (default: False) and containment within configured `base_path` for path traversal protection - `file://` scheme stripped & treated as local path (above) - IP address validation to prevent SSRF - HTTP redirect validation, connection and read timeouts - Size limit for both remote images (with streaming download) and base64-decoded data URIs ### Workarounds Keep both `enable_local_fetch=False` and `enable_remote_fetch=False` (defaults) when processing untrusted HTML documents. ### References - Initial fixes: [v2.91.0](https://github.com/docling-project/docling/releases/tag/v2.91.0) - Additional improvements: [v2.94.0](https://github.com/docling-project/docling/releases/tag/v2.94.0)
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-400, CWE-73
- Also known as
- CVE-2026-47214, PYSEC-2026-2146
- github.com/docling-project/docling/security/advisories/GHSA-q29v-xc37-wh5m
- nvd.nist.gov/vuln/detail/CVE-2026-47214
- github.com/docling-project/docling
- github.com/docling-project/docling/releases/tag/v2.91.0
- github.com/docling-project/docling/releases/tag/v2.94.0
- github.com/pypa/advisory-database/tree/main/vulns/docling/PYSEC-2026-2146.yaml
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: Potential Path Traversal via LaTeX \includegraphics and \input Commands CVE-2026-44022Medium5.5fixed in 2.91.0 | Medium5.5 | 2.91.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 |