← Back

Xmlsoft

xmlsoft

135 CVEs • 4 products

Products (4)

Click to collapse
Toggle
Libxml2
libxml2
Libxslt
libxslt
Libxml
libxml
Xmllint
xmllint

CVEs (135)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Xmlsoft
1Libxml2
Jun 30, 2026
Jun 29, 2026
1.8 LOW· v4
7.8 HIGH· v3
N/A· v2
libxml2 is vulnerable to multiple stack-based buffer overflows in the xmlcatalog utility when running in --shell mode. The usershell() function processes user input using fixed-size stack buffers without proper bounds ch...Show more
libxml2 is vulnerable to multiple stack-based buffer overflows in the xmlcatalog utility when running in --shell mode. The usershell() function processes user input using fixed-size stack buffers without proper bounds checking. By supplying an overly long input line, an attacker can overflow internal buffers (command, arg, and argv) during input parsing. This results in memory corruption within the stack frame. Successful exploitation may cause a crash or potentially allow arbitrary code execution in the context of the xmlcatalog process. This issue has been fixed in the commit c2e233fc. NOTE: The maintainers of this project did not agree that this issue is a vulnerability and considered it a bug.Show less
1Xmlsoft
1Libxml2
Jul 14, 2026
Jun 22, 2026
7.0 HIGH· v4
9.8 CRITICAL· v3
N/A· v2
Use After Free in libxml2's xmlParseInternalSubset from GNOME libxml2 version 2.9.11 to 2.11.0 allows a remote attacker to cause a denial-of-service via maliciously crafted XML input with improper entity resolution handl...Show more
Use After Free in libxml2's xmlParseInternalSubset from GNOME libxml2 version 2.9.11 to 2.11.0 allows a remote attacker to cause a denial-of-service via maliciously crafted XML input with improper entity resolution handling.Show less
3Ibm
RedhatXmlsoft
7Aix
Enterprise LinuxHardened Images+4 more
Jun 30, 2026
Apr 23, 2026
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in libxml2. This vulnerability occurs when the library processes a specially crafted XML Schema Definition (XSD) validated document that includes an internal entity reference. An attacker could exploit t...Show more
A flaw was found in libxml2. This vulnerability occurs when the library processes a specially crafted XML Schema Definition (XSD) validated document that includes an internal entity reference. An attacker could exploit this by providing a malicious document, leading to a type confusion error that causes the application to crash. This results in a denial of service (DoS), making the affected system or application unavailable.Show less
3Ibm
RedhatXmlsoft
7Aix
Enterprise LinuxHardened Images+4 more
Jun 30, 2026
Jan 15, 2026
N/A· v4
2.9 LOW· v3
N/A· v2
A flaw was found in the libxml2 library. This uncontrolled resource consumption vulnerability occurs when processing XML catalogs that contain repeated <nextCatalog> elements pointing to the same downstream catalog. A re...Show more
A flaw was found in the libxml2 library. This uncontrolled resource consumption vulnerability occurs when processing XML catalogs that contain repeated <nextCatalog> elements pointing to the same downstream catalog. A remote attacker can exploit this by supplying crafted catalogs, causing the parser to redundantly traverse catalog chains. This leads to excessive CPU consumption and degrades application availability, resulting in a denial-of-service condition.Show less
3Ibm
RedhatXmlsoft
7Aix
Enterprise LinuxHardened Images+4 more
Jun 30, 2026
Jan 15, 2026
N/A· v4
5.9 MEDIUM· v3
N/A· v2
A flaw was found in libxml2, an XML parsing library. This uncontrolled recursion vulnerability occurs in the xmlCatalogXMLResolveURI function when an XML catalog contains a delegate URI entry that references itself. A re...Show more
A flaw was found in libxml2, an XML parsing library. This uncontrolled recursion vulnerability occurs in the xmlCatalogXMLResolveURI function when an XML catalog contains a delegate URI entry that references itself. A remote attacker could exploit this configuration-dependent issue by providing a specially crafted XML catalog, leading to infinite recursion and call stack exhaustion. This ultimately results in a segmentation fault, causing a Denial of Service (DoS) by crashing affected applications.Show less
3Ibm
RedhatXmlsoft
7Aix
Enterprise LinuxHardened Images+4 more
Jun 30, 2026
Jan 15, 2026
N/A· v4
3.7 LOW· v3
N/A· v2
A flaw was identified in the RelaxNG parser of libxml2 related to how external schema inclusions are handled. The parser does not enforce a limit on inclusion depth when resolving nested <include> directives. Specially c...Show more
A flaw was identified in the RelaxNG parser of libxml2 related to how external schema inclusions are handled. The parser does not enforce a limit on inclusion depth when resolving nested <include> directives. Specially crafted or overly complex schemas can cause excessive recursion during parsing. This may lead to stack exhaustion and application crashes, creating a denial-of-service risk.Show less
1Xmlsoft
1Libxml2
Jun 17, 2026
Sep 10, 2025
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Uncontrolled recursion in XPath evaluation in libxml2 up to and including version 2.9.14 allows a local attacker to cause a stack overflow via crafted expressions. XPath processing functions `xmlXPathRunEval`, `xmlXPathC...Show more
Uncontrolled recursion in XPath evaluation in libxml2 up to and including version 2.9.14 allows a local attacker to cause a stack overflow via crafted expressions. XPath processing functions `xmlXPathRunEval`, `xmlXPathCtxtCompile`, and `xmlXPathEvalExpr` were resetting recursion depth to zero before making potentially recursive calls. When such functions were called recursively this could allow for uncontrolled recursion and lead to a stack overflow. These functions now preserve recursion depth across recursive calls, allowing recursion depth to be controlled.Show less
3Ibm
SiemensXmlsoft
4Aix
Libxml2Ruggedcom Rst2428p Firmware+1 more
Jul 1, 2026
Aug 8, 2025
1.9 LOW· v4
3.3 LOW· v3
1.7 LOW· v2
A vulnerability was found in libxml2 up to 2.14.5. It has been declared as problematic. This vulnerability affects the function xmlParseSGMLCatalog of the component xmlcatalog. The manipulation leads to uncontrolled recu...Show more
A vulnerability was found in libxml2 up to 2.14.5. It has been declared as problematic. This vulnerability affects the function xmlParseSGMLCatalog of the component xmlcatalog. The manipulation leads to uncontrolled recursion. Attacking locally is a requirement. The exploit has been disclosed to the public and may be used. The real existence of this vulnerability is still doubted at the moment. The code maintainer explains, that "[t]he issue can only be triggered with untrusted SGML catalogs and it makes absolutely no sense to use untrusted catalogs. I also doubt that anyone is still using SGML catalogs at all."Show less
2Redhat
Xmlsoft
3Enterprise Linux
LibxsltOpenshift Container Platform
Jun 29, 2026
Jul 10, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in the libxslt library. The same memory field, psvi, is used for both stylesheet and input data, which can lead to type confusion during XML transformations. This vulnerability allows an attacker to cras...Show more
A flaw was found in the libxslt library. The same memory field, psvi, is used for both stylesheet and input data, which can lead to type confusion during XML transformations. This vulnerability allows an attacker to crash the application or corrupt memory. In some cases, it may lead to denial of service or unexpected behavior.Show less
2Redhat
Xmlsoft
4Enterprise Linux
Jboss Core ServicesLibxml2+1 more
Jul 23, 2026
Jun 16, 2025
N/A· v4
2.5 LOW· v3
N/A· v2
A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to...Show more
A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare configurations without modern protections.Show less
2Redhat
Xmlsoft
20Enterprise Linux
Enterprise Linux EusEnterprise Linux For Arm 64+17 more
Jun 30, 2026
Jun 12, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when...Show more
A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.Show less
1Xmlsoft
1Libxml2
Jun 17, 2026
Apr 17, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, xmlSchemaIDCFillNodeTables in xmlschemas.c has a heap-based buffer under-read. To exploit this, a crafted XML document must be validated against an XML schema with certa...Show more
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, xmlSchemaIDCFillNodeTables in xmlschemas.c has a heap-based buffer under-read. To exploit this, a crafted XML document must be validated against an XML schema with certain identity constraints, or a crafted XML schema must be used.Show less
1Xmlsoft
1Libxml2
Jun 17, 2026
Apr 8, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API (Python bindings) because of an incorrect return value. This occurs in xmlPythonFileRead and xmlPythonFileReadRaw...Show more
In libxml2 before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API (Python bindings) because of an incorrect return value. This occurs in xmlPythonFileRead and xmlPythonFileReadRaw because of a difference between bytes and characters.Show less
1Xmlsoft
1Libxslt
Jun 17, 2026
Mar 14, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
numbers.c in libxslt before 1.1.43 has a use-after-free because, in nested XPath evaluations, an XPath context node can be modified but never restored. This is related to xsltNumberFormatGetValue, xsltEvalXPathPredicate,...Show more
numbers.c in libxslt before 1.1.43 has a use-after-free because, in nested XPath evaluations, an XPath context node can be modified but never restored. This is related to xsltNumberFormatGetValue, xsltEvalXPathPredicate, xsltEvalXPathStringNs, and xsltComputeSortResultInternal.Show less
1Xmlsoft
1Libxslt
Jun 17, 2026
Mar 14, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
xsltGetInheritedNsList in libxslt before 1.1.43 has a use-after-free issue related to exclusion of result prefixes.
1Xmlsoft
1Libxml2
Jun 17, 2026
Feb 18, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a NULL pointer dereference in xmlPatMatch in pattern.c.
2Netapp
Xmlsoft
11Active Iq Unified Manager
H300s FirmwareH410c Firmware+8 more
Jun 17, 2026
Feb 18, 2025
N/A· v4
7.7 HIGH· v3
N/A· v2
libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a stack-based buffer overflow in xmlSnprintfElements in valid.c. To exploit this, DTD validation must occur for an untrusted document or untrusted DTD. NOTE: this is si...Show more
libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a stack-based buffer overflow in xmlSnprintfElements in valid.c. To exploit this, DTD validation must occur for an untrusted document or untrusted DTD. NOTE: this is similar to CVE-2017-9047.Show less
2Netapp
Xmlsoft
11Active Iq Unified Manager
H300s FirmwareH410c Firmware+8 more
Jun 17, 2026
Feb 18, 2025
N/A· v4
9.8 CRITICAL· v3
N/A· v2
libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a use-after-free in xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables in xmlschemas.c. To exploit this, a crafted XML document must be validated against an XM...Show more
libxml2 before 2.12.10 and 2.13.x before 2.13.6 has a use-after-free in xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables in xmlschemas.c. To exploit this, a crafted XML document must be validated against an XML schema with certain identity constraints, or a crafted XML schema must be used.Show less
1Xmlsoft
1Libxml2
Jun 17, 2026
Jan 26, 2025
N/A· v4
7.8 HIGH· v3
N/A· v2
xmlXIncludeAddNode in xinclude.c in libxml2 before 2.11.0 has a use-after-free.
2Netapp
Xmlsoft
9H300s Firmware
H410c FirmwareH410s Firmware+6 more
Jun 17, 2026
Dec 23, 2024
N/A· v4
9.1 CRITICAL· v3
N/A· v2
In libxml2 2.11 before 2.11.9, 2.12 before 2.12.9, and 2.13 before 2.13.3, the SAX parser can produce events for external entities even if custom SAX handlers try to override entity content (by setting "checked"). This m...Show more
In libxml2 2.11 before 2.11.9, 2.12 before 2.12.9, and 2.13 before 2.13.3, the SAX parser can produce events for external entities even if custom SAX handlers try to override entity content (by setting "checked"). This makes classic XXE attacks possible.Show less