Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44017
Published:June 05, 2026
Updated:June 05, 2026
Impact In versions "< 2.91.0", The EasyOCR model download functionality extracted ZIP archives without validating member paths, enabling Zip Slip attacks. If an attacker could compromise the model download source (via supply chain attack, DNS spoofing, or MITM), they could write arbitrary files to any location writable by the process, potentially achieving: - Remote code execution by overwriting Python files or system binaries - Persistent backdoors by modifying startup scripts or SSH keys - Data corruption or system compromise Patches Fixed in version 2.91.0. The extraction process now validates each archive member path using "os.path.realpath()" to ensure it remains within the target directory, raising a "SecurityError" for any path traversal attempts. Workarounds Ensure model downloads occur over secure, authenticated channels. Use integrity verification (checksums) for downloaded models. Run the application with minimal file system permissions. 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.6.0 <2.91.0
Fix Suggestion:
Update to version 2.91.0
docling (PYTHON):
Affected version(s) >=0.1.0 <2.91.0
Fix Suggestion:
Update to version 2.91.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.7
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')