Skip to content
doclingGHSA-cjqg-rq2h-2fvj

Docling: Unsafe Zip Extraction in EasyOCR Model Download

High7.5CVE-2026-44017 · Published Jun 3, 2026 · updated Aug 28, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
docling
PyPI
< 2.91.02.91.0
Details and references

### 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)

CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Severity from
GitHub (reviewed advisory)
Weakness
CWE-22
Also known as
CVE-2026-44017, PYSEC-2026-2143

More docling advisories

All
DateAdvisory
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
Jun 3Docling: Unsafe URI and Path Handling in HTML Backend
CVE-2026-47214High7.1fixed in 2.94.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.