Docling: Unsafe Playwright-based HTML Rendering
High8.2CVE-2026-44016 · Published Jun 3, 2026 · updated Jul 20, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| docling PyPI | >= 2.82.0, < 2.91.0 | 2.91.0 |
Details and references
### Impact In versions `>= 2.82.0, < 2.91.0`, if the HTML backend was explicitly configured for rendering (rendering option by default deactivated), then the Playwright-based rendering feature could allow JavaScript execution and unrestricted network access when processing untrusted HTML documents. An attacker could craft malicious HTML that executes arbitrary JavaScript in the rendering context or makes unauthorized network requests to internal services, potentially leading to SSRF attacks, data exfiltration, or remote code execution in the rendering environment. ### Patches Fixed in version 2.91.0. The rendering context now explicitly disables JavaScript execution (`java_script_enabled=False`) and implements network isolation controls. When `enable_remote_fetch` is disabled, the browser operates in offline mode, preventing all network requests. ### Workarounds Refrain from using `render_page=True` when processing untrusted HTML documents. ### 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:C/C:H/I:H/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-918, CWE-94
- Also known as
- CVE-2026-44016, PYSEC-2026-2142
- github.com/docling-project/docling/security/advisories/GHSA-pj2v-ggqh-cmq2
- nvd.nist.gov/vuln/detail/CVE-2026-44016
- access.redhat.com/security/cve/CVE-2026-44016
- bugzilla.redhat.com/show_bug.cgi?id=2492339
- 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-2142.yaml
- security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-44016.json
More docling advisories
All| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 3 | Docling: Unsafe Zip Extraction in EasyOCR Model Download CVE-2026-44017High7.5fixed in 2.91.0 | High7.5 | 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 |