Docling: Unsafe Zip Extraction in EasyOCR Model Download
High7.5CVE-2026-44017 · Published Jun 3, 2026 · updated Aug 28, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| docling PyPI | < 2.91.0 | 2.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
- github.com/docling-project/docling/security/advisories/GHSA-cjqg-rq2h-2fvj
- nvd.nist.gov/vuln/detail/CVE-2026-44017
- access.redhat.com/errata/RHSA-2026:60520
- access.redhat.com/security/cve/CVE-2026-44017
- bugzilla.redhat.com/show_bug.cgi?id=2492448
- github.com/docling-project/docling
- github.com/docling-project/docling/releases/tag/v2.91.0
- github.com/pypa/advisory-database/tree/main/vulns/docling/PYSEC-2026-2143.yaml
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44017.json
More docling advisories
All| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| 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 |
| Jun 3 | Docling: Unsafe URI and Path Handling in HTML Backend CVE-2026-47214High7.1fixed in 2.94.0 | High7.1 | 2.94.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 |