Skip to content
doclingGHSA-q29v-xc37-wh5m

Docling: Unsafe URI and Path Handling in HTML Backend

High7.1CVE-2026-47214 · Published Jun 3, 2026 · updated Jul 21, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
docling
PyPI
< 2.94.02.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

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: Potential Path Traversal via LaTeX \includegraphics and \input Commands
CVE-2026-44022Medium5.5fixed in 2.91.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.