Lucene search
+L

104 matches found

CNNVD
CNNVD
added 2026/05/11 12:00 a.m.24 views

Docling 安全漏洞

Docling is a multi-format document parsing and AI integration tool open-sourced by the Docling Project. Versions of Docling 2.61.0 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the use of etree.fromstring to parse XML files without disabling entity parsing,...

7.5CVSS5.8AI score0.00278EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/11 12:00 a.m.21 views

Docling 安全漏洞

Docling is an open-source multi-format document parsing and AI integration tool developed by the Docling Project. Versions of Docling 2.61.0 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the use of etree.parse to parse XML files without disabling entity parsin...

7.5CVSS5.8AI score0.00351EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/11 12:00 a.m.43 views

CVE-2026-31248

CVE-2026-31248 affects Docling's METS GBS backend up to version 2.61.0. The backend parses XML from .tar.gz archives using etree.fromstring() without disabling entity resolution, enabling XML Entity Expansion (XXE) via nested entity definitions (XML Bomb). Processing such a crafted XML can cause ...

7.5CVSS5.8AI score0.00278EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/11 12:00 a.m.18 views

PT-2026-39617

Name of the Vulnerable Software and Affected Versions Docling versions prior to 2.61.1 Description The JATS XML backend is susceptible to XML Entity Expansion XXE, a type of attack where an XML parser is tricked into processing entities that expand exponentially. This occurs because the backend...

7.5CVSS6.1AI score0.00351EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/05/11 12:00 a.m.11 views

CVE-2026-31248

Docling's METS GBS backend is vulnerable to XML Entity Expansion XXE attacks thru 2.61.0. The backend extracts and validates XML files from .tar.gz archives using etree.fromstring without disabling entity resolution. An attacker can craft a malicious XML file with nested entity definitions XML Bo...

5.8AI score0.00278EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/11 12:00 a.m.36 views

CVE-2026-31247

Docling’s JATS XML backend (up to version 2.61.0) is vulnerable to XML Entity Expansion (XXE). The backend uses etree.parse() without disabling entity resolution, allowing an attacker to submit a crafted XML with nested entity expansions (XML Bomb). Processing such payloads causes exponential ent...

7.5CVSS5.8AI score0.00351EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/11 12:00 a.m.50 views

CVE-2026-31247

Docling's JATS XML backend is vulnerable to XML Entity Expansion XXE attacks thru 2.61.0. The backend uses etree.parse to parse XML files without disabling entity resolution. An attacker can craft a malicious XML file containing a nested entity expansion payload XML Bomb. When processed by Doclin...

0.00351EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/11 12:00 a.m.48 views

CVE-2026-31248

Docling's METS GBS backend is vulnerable to XML Entity Expansion XXE attacks thru 2.61.0. The backend extracts and validates XML files from .tar.gz archives using etree.fromstring without disabling entity resolution. An attacker can craft a malicious XML file with nested entity definitions XML Bo...

0.00278EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/07 3:15 a.m.29 views

GHSA-FQPH-J6V6-JVGX docling-graph has SSRF via Missing Internal IP Validation in URLInputHandler

Impact The URLInputHandler class in doclinggraph/core/input/handlers.py makes HTTP requests to user-supplied URLs without validating whether the target resolves to a private, loopback, or link-local IP address. The URLValidator only checks for a valid scheme and non-empty netloc, performing no...

5.7CVSS5.8AI score0.00188EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/05/07 3:15 a.m.58 views

Server-side Request Forgery (SSRF)

Overview docling-graph is an A tool to convert documents into knowledge graphs using Docling. Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the URLInputHandler process. An attacker can access internal network resources or sensitive cloud metadata by...

6.9CVSS5.8AI score0.00188EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/07 3:15 a.m.27 views

docling-graph has SSRF via Missing Internal IP Validation in URLInputHandler

Impact The URLInputHandler class in doclinggraph/core/input/handlers.py makes HTTP requests to user-supplied URLs without validating whether the target resolves to a private, loopback, or link-local IP address. The URLValidator only checks for a valid scheme and non-empty netloc, performing no...

5.7CVSS5.8AI score0.00188EPSS
SaveExploits0References4Affected Software1
GithubExploit
GithubExploit
added 2026/02/26 9:49 a.m.200 views

Exploit for CVE-2026-24009

docling-core-CVE-2026-24009 T...

8.1CVSS5.3AI score0.01428EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/01/23 3:21 p.m.13 views

CVE-2026-24009

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

10CVSS7.7AI score0.05984EPSS
SaveExploits2References1
Github Security Blog
Github Security Blog
added 2026/01/22 6:02 p.m.27 views

docling-core vulnerable to Remote Code Execution via unsafe PyYAML usage

Impact A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core =2.21.0, 2.48.4 and, specifically only if the application uses pyyaml 5.4 and invokes doclingcore.types.doc.DoclingDocument.loadfromyaml passing it untrusted YAML data. Patches The...

10CVSS7.7AI score0.05984EPSS
SaveExploits2References7Affected Software1
OSV
OSV
added 2026/01/22 6:02 p.m.30 views

GHSA-VQXF-V2GG-X3HC docling-core vulnerable to Remote Code Execution via unsafe PyYAML usage

Impact A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core =2.21.0, 2.48.4 and, specifically only if the application uses pyyaml 5.4 and invokes doclingcore.types.doc.DoclingDocument.loadfromyaml passing it untrusted YAML data. Patches The...

8.1CVSS5.9AI score0.01428EPSS
SaveExploits1References7
NVD
NVD
added 2026/01/22 4:16 p.m.21 views

CVE-2026-24009

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

9.8CVSS0.01428EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/01/22 3:04 p.m.5 views

CVE-2026-24009 Docling Core vulnerable to Remote Code Execution via unsafe PyYAML usage

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

8.1CVSS8.2AI score0.01428EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/01/22 3:04 p.m.32 views

CVE-2026-24009 Docling Core vulnerable to Remote Code Execution via unsafe PyYAML usage

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

8.1CVSS0.01428EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/01/22 3:04 p.m.9 views

CVE-2026-24009

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

10CVSS5.8AI score0.05984EPSS
SaveExploits2References6Affected Software1
OSV
OSV
added 2026/01/22 3:04 p.m.14 views

CVE-2026-24009 Docling Core vulnerable to Remote Code Execution via unsafe PyYAML usage

Docling Core or docling-core is a library that defines core data types and transformations in the document processing application Docling. A PyYAML-related Remote Code Execution RCE vulnerability, namely CVE-2020-14343, is exposed in docling-core starting in version 2.21.0 and prior to version...

8.1CVSS6AI score
SaveExploits0References7
Rows per page
Query Builder