CVE-2026-47214
Published:June 05, 2026
Updated:June 05, 2026
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)
Affected Packages
docling (CONDA):
Affected version(s) >=2.6.0 <2.94.0Fix Suggestion:
Update to version 2.94.0docling (PYTHON):
Affected version(s) >=0.1.0 <2.94.0Fix Suggestion:
Update to version 2.94.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
LOW