Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2006-10002 (GCVE-0-2006-10002)
Vulnerability from cvelistv5 – Published: 2026-03-19 11:03 – Updated: 2026-04-29 14:36
VLAI
EPSS
Title
XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes
Summary
XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.
A :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl's read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.
Severity
9.8 (Critical)
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://rt.cpan.org/Ticket/Display.html?id=19859 | issue-tracking |
| https://github.com/cpan-authors/XML-Parser/issues/64 | issue-tracking |
| https://metacpan.org/release/TODDR/XML-Parser-2.4… | release-notes |
| https://github.com/cpan-authors/XML-Parser/commit… | patch |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| TODDR | XML::Parser |
Affected:
0 , ≤ 2.45
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2006-10002",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-19T17:11:03.634936Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T14:36:41.837Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-03-22T23:06:42.361Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/19/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/03/22/3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "XML-Parser",
"product": "XML::Parser",
"programFiles": [
"Expat.xs"
],
"programRoutines": [
{
"name": "parse_stream"
}
],
"repo": "http://github.com/toddr/XML-Parser",
"vendor": "TODDR",
"versions": [
{
"lessThanOrEqual": "2.45",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\n\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122 Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-176",
"description": "CWE-176 Improper Handling of Unicode Encoding",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-21T11:43:43.607Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://rt.cpan.org/Ticket/Display.html?id=19859"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/cpan-authors/XML-Parser/issues/64"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/TODDR/XML-Parser-2.46/changes"
},
{
"tags": [
"patch"
],
"url": "https://github.com/cpan-authors/XML-Parser/commit/56b0509dfc6b559cd7555ea81ee62e3622069255.patch"
}
],
"solutions": [
{
"lang": "en",
"value": "Apply the patch that has been publicly available since 2006-06-13 or upgrade to version 2.46 or later."
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2006-06-13T00:00:00.000Z",
"value": "Issue logged in Request Tracker for XML::Parser"
},
{
"lang": "en",
"time": "2006-08-11T00:00:00.000Z",
"value": "Patch provided in Request Tracker for XML::Parser"
},
{
"lang": "en",
"time": "2019-09-24T00:00:00.000Z",
"value": "Issue migrated to github issue tracker"
},
{
"lang": "en",
"time": "2019-09-24T00:00:00.000Z",
"value": "Patch provided in github issue tracker"
},
{
"lang": "en",
"time": "2019-09-24T00:00:00.000Z",
"value": "Included in release 2.46 released to CPAN"
}
],
"title": "XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes",
"workarounds": [
{
"lang": "en",
"value": "Apply the patch that has been publicly available since 2006-06-13."
}
],
"x_generator": {
"engine": "cpansec-cna-tool 0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2006-10002",
"datePublished": "2026-03-19T11:03:46.888Z",
"dateReserved": "2026-03-16T22:47:45.685Z",
"dateUpdated": "2026-04-29T14:36:41.837Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2006-10002",
"date": "2026-05-31",
"epss": "0.00035",
"percentile": "0.10686"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2006-10002\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-03-19T12:16:16.120\",\"lastModified\":\"2026-03-23T00:16:47.833\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\\n\\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-176\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:toddr:xml\\\\:\\\\:parser:*:*:*:*:*:perl:*:*\",\"versionEndExcluding\":\"2.48\",\"matchCriteriaId\":\"11A15992-D3C4-4604-88DF-DF2E7872FEFD\"}]}]}],\"references\":[{\"url\":\"https://github.com/cpan-authors/XML-Parser/commit/56b0509dfc6b559cd7555ea81ee62e3622069255.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/cpan-authors/XML-Parser/issues/64\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://metacpan.org/release/TODDR/XML-Parser-2.46/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://rt.cpan.org/Ticket/Display.html?id=19859\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/19/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/03/22/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/19/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/03/22/3\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-03-22T23:06:42.361Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2006-10002\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-19T17:11:03.634936Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-19T17:11:22.535Z\"}}], \"cna\": {\"title\": \"XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"http://github.com/toddr/XML-Parser\", \"vendor\": \"TODDR\", \"product\": \"XML::Parser\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"2.45\"}], \"packageName\": \"XML-Parser\", \"programFiles\": [\"Expat.xs\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"parse_stream\"}]}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2006-06-13T00:00:00.000Z\", \"value\": \"Issue logged in Request Tracker for XML::Parser\"}, {\"lang\": \"en\", \"time\": \"2006-08-11T00:00:00.000Z\", \"value\": \"Patch provided in Request Tracker for XML::Parser\"}, {\"lang\": \"en\", \"time\": \"2019-09-24T00:00:00.000Z\", \"value\": \"Issue migrated to github issue tracker\"}, {\"lang\": \"en\", \"time\": \"2019-09-24T00:00:00.000Z\", \"value\": \"Patch provided in github issue tracker\"}, {\"lang\": \"en\", \"time\": \"2019-09-24T00:00:00.000Z\", \"value\": \"Included in release 2.46 released to CPAN\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Apply the patch that has been publicly available since 2006-06-13 or upgrade to version 2.46 or later.\"}], \"references\": [{\"url\": \"https://rt.cpan.org/Ticket/Display.html?id=19859\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/cpan-authors/XML-Parser/issues/64\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://metacpan.org/release/TODDR/XML-Parser-2.46/changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://github.com/cpan-authors/XML-Parser/commit/56b0509dfc6b559cd7555ea81ee62e3622069255.patch\", \"tags\": [\"patch\"]}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Apply the patch that has been publicly available since 2006-06-13.\"}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\\n\\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122 Heap-based Buffer Overflow\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-176\", \"description\": \"CWE-176 Improper Handling of Unicode Encoding\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-03-21T11:43:43.607Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2006-10002\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T14:36:41.837Z\", \"dateReserved\": \"2026-03-16T22:47:45.685Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-03-19T11:03:46.888Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:9605
Vulnerability from csaf_redhat - Published: 2026-04-22 07:01 - Updated: 2026-04-22 13:45Summary
Red Hat Security Advisory: perl-XML-Parser security update
Severity
Important
Notes
Topic: An update for perl-XML-Parser is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.
Security Fix(es):
* perl-xml-parser: XML::Parser: Memory corruption via deeply nested XML files (CVE-2006-10003)
* perl-xml-parser: XML::Parser for Perl: Heap corruption and denial of service from crafted XML input (CVE-2006-10002)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
A flaw was found in XML::Parser for Perl. This vulnerability allows an attacker to cause a heap corruption, which can lead to a denial of service (DoS) by crashing the application. The issue occurs when the software processes specially crafted XML input, causing an internal buffer to overflow. This overflow can corrupt memory, leading to instability and application termination.
6.5 (Medium)
Affected products
Fixed
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
Threats
Impact
Moderate
A flaw was found in XML::Parser, a Perl module for parsing XML. This vulnerability, an off-by-one heap buffer overflow, occurs when processing an XML file with very deep element nesting. A remote attacker could exploit this by providing a specially crafted XML file, potentially leading to memory corruption.
8.8 (High)
Affected products
Fixed
13 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
Threats
Impact
Important
References
19 references
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-XML-Parser is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark\u0027s expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.\n\nSecurity Fix(es):\n\n* perl-xml-parser: XML::Parser: Memory corruption via deeply nested XML files (CVE-2006-10003)\n\n* perl-xml-parser: XML::Parser for Perl: Heap corruption and denial of service from crafted XML input (CVE-2006-10002)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:9605",
"url": "https://access.redhat.com/errata/RHSA-2026:9605"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2448999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448999"
},
{
"category": "external",
"summary": "2449001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449001"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9605.json"
}
],
"title": "Red Hat Security Advisory: perl-XML-Parser security update",
"tracking": {
"current_release_date": "2026-04-22T13:45:45+00:00",
"generator": {
"date": "2026-04-22T13:45:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:9605",
"initial_release_date": "2026-04-22T07:01:53+00:00",
"revision_history": [
{
"date": "2026-04-22T07:01:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-22T07:01:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-22T13:45:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.src",
"product": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.src",
"product_id": "perl-XML-Parser-0:2.46-9.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser@2.46-9.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"product": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"product_id": "perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser@2.46-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"product": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"product_id": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debugsource@2.46-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"product": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"product_id": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debuginfo@2.46-9.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"product": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"product_id": "perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser@2.46-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"product": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"product_id": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debugsource@2.46-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"product": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"product_id": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debuginfo@2.46-9.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"product": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"product_id": "perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser@2.46-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64",
"product": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64",
"product_id": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debugsource@2.46-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"product": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"product_id": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debuginfo@2.46-9.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"product": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"product_id": "perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser@2.46-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"product": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"product_id": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debugsource@2.46-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"product": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"product_id": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-XML-Parser-debuginfo@2.46-9.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64"
},
"product_reference": "perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le"
},
"product_reference": "perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x"
},
"product_reference": "perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src"
},
"product_reference": "perl-XML-Parser-0:2.46-9.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-0:2.46-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64"
},
"product_reference": "perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64"
},
"product_reference": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le"
},
"product_reference": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x"
},
"product_reference": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64"
},
"product_reference": "perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64"
},
"product_reference": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le"
},
"product_reference": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x"
},
"product_reference": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
},
"product_reference": "perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-03-19T12:01:47.309038+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449001"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in XML::Parser for Perl. This vulnerability allows an attacker to cause a heap corruption, which can lead to a denial of service (DoS) by crashing the application. The issue occurs when the software processes specially crafted XML input, causing an internal buffer to overflow. This overflow can corrupt memory, leading to instability and application termination.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-xml-parser: XML::Parser for Perl: Heap corruption and denial of service from crafted XML input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2006-10002"
},
{
"category": "external",
"summary": "RHBZ#2449001",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449001"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2006-10002",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-10002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2006-10002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2006-10002"
},
{
"category": "external",
"summary": "https://github.com/cpan-authors/XML-Parser/commit/6b291f4d260fc124a6ec80382b87a918f372bc6b.patch",
"url": "https://github.com/cpan-authors/XML-Parser/commit/6b291f4d260fc124a6ec80382b87a918f372bc6b.patch"
},
{
"category": "external",
"summary": "https://github.com/cpan-authors/XML-Parser/issues/64",
"url": "https://github.com/cpan-authors/XML-Parser/issues/64"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Ticket/Display.html?id=19859",
"url": "https://rt.cpan.org/Ticket/Display.html?id=19859"
}
],
"release_date": "2026-03-19T11:03:46.888000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T07:01:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9605"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl-xml-parser: XML::Parser for Perl: Heap corruption and denial of service from crafted XML input"
},
{
"cve": "CVE-2006-10003",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2026-03-19T12:01:39.997535+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448999"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in XML::Parser, a Perl module for parsing XML. This vulnerability, an off-by-one heap buffer overflow, occurs when processing an XML file with very deep element nesting. A remote attacker could exploit this by providing a specially crafted XML file, potentially leading to memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-xml-parser: XML::Parser: Memory corruption via deeply nested XML files",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2006-10003"
},
{
"category": "external",
"summary": "RHBZ#2448999",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448999"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2006-10003",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-10003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2006-10003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2006-10003"
},
{
"category": "external",
"summary": "https://github.com/cpan-authors/XML-Parser/commit/3eb9cc95420fa0c3f76947c4708962546bf27cfd.patch",
"url": "https://github.com/cpan-authors/XML-Parser/commit/3eb9cc95420fa0c3f76947c4708962546bf27cfd.patch"
},
{
"category": "external",
"summary": "https://github.com/cpan-authors/XML-Parser/issues/39",
"url": "https://github.com/cpan-authors/XML-Parser/issues/39"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Ticket/Display.html?id=19860",
"url": "https://rt.cpan.org/Ticket/Display.html?id=19860"
}
],
"release_date": "2026-03-19T11:08:04.341000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T07:01:53+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9605"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debuginfo-0:2.46-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:perl-XML-Parser-debugsource-0:2.46-9.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-xml-parser: XML::Parser: Memory corruption via deeply nested XML files"
}
]
}
SUSE-SU-2026:1152-1
Vulnerability from csaf_suse - Published: 2026-03-31 08:28 - Updated: 2026-03-31 08:28Summary
Security update for perl-XML-Parser
Severity
Important
Notes
Title of the patch: Security update for perl-XML-Parser
Description of the patch: This update for perl-XML-Parser fixes the following issues:
- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).
- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).
Patchnames: SUSE-2026-1152,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1152,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1152
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-XML-Parser",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-XML-Parser fixes the following issues:\n\n- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).\n- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1152,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1152,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1152",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1152-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1152-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261152-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1152-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-March/045201.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259901",
"url": "https://bugzilla.suse.com/1259901"
},
{
"category": "self",
"summary": "SUSE Bug 1259902",
"url": "https://bugzilla.suse.com/1259902"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10002 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10003 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10003/"
}
],
"title": "Security update for perl-XML-Parser",
"tracking": {
"current_release_date": "2026-03-31T08:28:50Z",
"generator": {
"date": "2026-03-31T08:28:50Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1152-1",
"initial_release_date": "2026-03-31T08:28:50Z",
"revision_history": [
{
"date": "2026-03-31T08:28:50Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.aarch64",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.aarch64",
"product_id": "perl-XML-Parser-2.41-23.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.i586",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.i586",
"product_id": "perl-XML-Parser-2.41-23.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.ppc64le",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.ppc64le",
"product_id": "perl-XML-Parser-2.41-23.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.s390",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.s390",
"product_id": "perl-XML-Parser-2.41-23.3.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.s390x",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.s390x",
"product_id": "perl-XML-Parser-2.41-23.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.41-23.3.1.x86_64",
"product": {
"name": "perl-XML-Parser-2.41-23.3.1.x86_64",
"product_id": "perl-XML-Parser-2.41-23.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.41-23.3.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.41-23.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.41-23.3.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.41-23.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.41-23.3.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.41-23.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.41-23.3.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.41-23.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.41-23.3.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.41-23.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10002"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\n\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10002",
"url": "https://www.suse.com/security/cve/CVE-2006-10002"
},
{
"category": "external",
"summary": "SUSE Bug 1259901 for CVE-2006-10002",
"url": "https://bugzilla.suse.com/1259901"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T08:28:50Z",
"details": "important"
}
],
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10003"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.47 for Perl has an off-by-one heap buffer overflow in st_serial_stack.\n\nIn the case (stackptr == stacksize - 1), the stack will NOT be expanded. Then the new value will be written at location (++stackptr), which equals stacksize and therefore falls just outside the allocated buffer.\n\nThe bug can be observed when parsing an XML file with very deep element nesting",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10003",
"url": "https://www.suse.com/security/cve/CVE-2006-10003"
},
{
"category": "external",
"summary": "SUSE Bug 1259902 for CVE-2006-10003",
"url": "https://bugzilla.suse.com/1259902"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-XML-Parser-2.41-23.3.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-XML-Parser-2.41-23.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T08:28:50Z",
"details": "important"
}
],
"title": "CVE-2006-10003"
}
]
}
SUSE-SU-2026:1153-1
Vulnerability from csaf_suse - Published: 2026-03-31 08:40 - Updated: 2026-03-31 08:40Summary
Security update for perl-XML-Parser
Severity
Important
Notes
Title of the patch: Security update for perl-XML-Parser
Description of the patch: This update for perl-XML-Parser fixes the following issues:
- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).
- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).
Patchnames: SUSE-2026-1153,SUSE-SLE-Module-Basesystem-15-SP7-2026-1153,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1153,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1153,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1153,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1153,openSUSE-SLE-15.6-2026-1153
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
34 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-XML-Parser",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-XML-Parser fixes the following issues:\n\n- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).\n- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1153,SUSE-SLE-Module-Basesystem-15-SP7-2026-1153,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1153,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1153,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1153,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1153,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1153,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1153,openSUSE-SLE-15.6-2026-1153",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1153-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1153-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261153-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1153-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-March/045200.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259901",
"url": "https://bugzilla.suse.com/1259901"
},
{
"category": "self",
"summary": "SUSE Bug 1259902",
"url": "https://bugzilla.suse.com/1259902"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10002 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10003 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10003/"
}
],
"title": "Security update for perl-XML-Parser",
"tracking": {
"current_release_date": "2026-03-31T08:40:07Z",
"generator": {
"date": "2026-03-31T08:40:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1153-1",
"initial_release_date": "2026-03-31T08:40:07Z",
"revision_history": [
{
"date": "2026-03-31T08:40:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"product": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"product_id": "perl-XML-Parser-2.44-150000.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.44-150000.3.3.1.i586",
"product": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.i586",
"product_id": "perl-XML-Parser-2.44-150000.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"product": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"product_id": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"product": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"product_id": "perl-XML-Parser-2.44-150000.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"product": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"product_id": "perl-XML-Parser-2.44-150000.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.44-150000.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10002"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\n\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10002",
"url": "https://www.suse.com/security/cve/CVE-2006-10002"
},
{
"category": "external",
"summary": "SUSE Bug 1259901 for CVE-2006-10002",
"url": "https://bugzilla.suse.com/1259901"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T08:40:07Z",
"details": "important"
}
],
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10003"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.47 for Perl has an off-by-one heap buffer overflow in st_serial_stack.\n\nIn the case (stackptr == stacksize - 1), the stack will NOT be expanded. Then the new value will be written at location (++stackptr), which equals stacksize and therefore falls just outside the allocated buffer.\n\nThe bug can be observed when parsing an XML file with very deep element nesting",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10003",
"url": "https://www.suse.com/security/cve/CVE-2006-10003"
},
{
"category": "external",
"summary": "SUSE Bug 1259902 for CVE-2006-10003",
"url": "https://bugzilla.suse.com/1259902"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-XML-Parser-2.44-150000.3.3.1.x86_64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.aarch64",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.ppc64le",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.s390x",
"openSUSE Leap 15.6:perl-XML-Parser-2.44-150000.3.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-31T08:40:07Z",
"details": "important"
}
],
"title": "CVE-2006-10003"
}
]
}
SUSE-SU-2026:20993-1
Vulnerability from csaf_suse - Published: 2026-04-01 16:24 - Updated: 2026-04-01 16:24Summary
Security update for perl-XML-Parser
Severity
Important
Notes
Title of the patch: Security update for perl-XML-Parser
Description of the patch: This update for perl-XML-Parser fixes the following issues:
- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).
- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).
Patchnames: SUSE-SLES-16.0-474
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.6 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
12 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-XML-Parser",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-XML-Parser fixes the following issues:\n\n- CVE-2006-10002: heap buffer overflow in `parse_stream` when processing UTF-8 input streams (bsc#1259901).\n- CVE-2006-10003: off-by-one heap buffer overflow in `st_serial_stack` (bsc#1259902).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-474",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20993-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20993-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620993-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20993-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045338.html"
},
{
"category": "self",
"summary": "SUSE Bug 1259901",
"url": "https://bugzilla.suse.com/1259901"
},
{
"category": "self",
"summary": "SUSE Bug 1259902",
"url": "https://bugzilla.suse.com/1259902"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10002 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10002/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-10003 page",
"url": "https://www.suse.com/security/cve/CVE-2006-10003/"
}
],
"title": "Security update for perl-XML-Parser",
"tracking": {
"current_release_date": "2026-04-01T16:24:24Z",
"generator": {
"date": "2026-04-01T16:24:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20993-1",
"initial_release_date": "2026-04-01T16:24:24Z",
"revision_history": [
{
"date": "2026-04-01T16:24:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"product": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"product_id": "perl-XML-Parser-2.470.0-160000.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"product": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"product_id": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.470.0-160000.3.1.s390x",
"product": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.s390x",
"product_id": "perl-XML-Parser-2.470.0-160000.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"product": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"product_id": "perl-XML-Parser-2.470.0-160000.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-XML-Parser-2.470.0-160000.3.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
},
"product_reference": "perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10002"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.\n\nA :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl\u0027s read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause heap corruption (double free or corruption) and crashes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10002",
"url": "https://www.suse.com/security/cve/CVE-2006-10002"
},
{
"category": "external",
"summary": "SUSE Bug 1259901 for CVE-2006-10002",
"url": "https://bugzilla.suse.com/1259901"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T16:24:24Z",
"details": "important"
}
],
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-10003"
}
],
"notes": [
{
"category": "general",
"text": "XML::Parser versions through 2.47 for Perl has an off-by-one heap buffer overflow in st_serial_stack.\n\nIn the case (stackptr == stacksize - 1), the stack will NOT be expanded. Then the new value will be written at location (++stackptr), which equals stacksize and therefore falls just outside the allocated buffer.\n\nThe bug can be observed when parsing an XML file with very deep element nesting",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-10003",
"url": "https://www.suse.com/security/cve/CVE-2006-10003"
},
{
"category": "external",
"summary": "SUSE Bug 1259902 for CVE-2006-10003",
"url": "https://bugzilla.suse.com/1259902"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:perl-XML-Parser-2.470.0-160000.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-01T16:24:24Z",
"details": "important"
}
],
"title": "CVE-2006-10003"
}
]
}
WID-SEC-W-2026-1666
Vulnerability from csaf_certbund - Published: 2026-05-25 22:00 - Updated: 2026-05-27 22:00Summary
IBM QRadar SIEM: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: IBM QRadar Security Information and Event Management (SIEM) bietet Unterstützung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.
Angriff: Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, um seine Privilegien zu erhöhen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.
Betroffene Betriebssysteme: - Linux
- UNIX
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
Affected products
Known affected
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM QRadar SIEM <7.5.0 UP15 IF03
IBM / QRadar SIEM
|
<7.5.0 UP15 IF03 |
References
3 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, um seine Privilegien zu erh\u00f6hen, um einen Denial of Service Angriff durchzuf\u00fchren, um Informationen offenzulegen, und um Sicherheitsvorkehrungen zu umgehen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1666 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1666.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1666 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1666"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7273957 vom 2026-05-25",
"url": "https://www.ibm.com/support/pages/node/7273957"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-27T22:00:00.000+00:00",
"generator": {
"date": "2026-05-28T06:45:38.746+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1666",
"initial_release_date": "2026-05-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2024-55601"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP15 IF03",
"product_id": "T054671"
}
},
{
"category": "product_version",
"name": "7.5.0 UP15 IF03",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP15 IF03",
"product_id": "T054671-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up15_if03"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2006-10003"
},
{
"cve": "CVE-2024-41073",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-41073"
},
{
"cve": "CVE-2024-56462",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2024-56462"
},
{
"cve": "CVE-2025-40252",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-40252"
},
{
"cve": "CVE-2025-68724",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68724"
},
{
"cve": "CVE-2025-68741",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2025-68741"
},
{
"cve": "CVE-2026-1519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-1519"
},
{
"cve": "CVE-2026-23191",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23191"
},
{
"cve": "CVE-2026-23401",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-23401"
},
{
"cve": "CVE-2026-27135",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-27135"
},
{
"cve": "CVE-2026-28417",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28417"
},
{
"cve": "CVE-2026-28421",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-28421"
},
{
"cve": "CVE-2026-31402",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31402"
},
{
"cve": "CVE-2026-31431",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-31431"
},
{
"cve": "CVE-2026-33412",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-33412"
},
{
"cve": "CVE-2026-34982",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-34982"
},
{
"cve": "CVE-2026-35385",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35385"
},
{
"cve": "CVE-2026-35386",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35386"
},
{
"cve": "CVE-2026-35387",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35387"
},
{
"cve": "CVE-2026-35388",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35388"
},
{
"cve": "CVE-2026-35414",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35414"
},
{
"cve": "CVE-2026-35535",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-35535"
},
{
"cve": "CVE-2026-4424",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4424"
},
{
"cve": "CVE-2026-4519",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4519"
},
{
"cve": "CVE-2026-4786",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-4786"
},
{
"cve": "CVE-2026-5121",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-5121"
},
{
"cve": "CVE-2026-6100",
"product_status": {
"known_affected": [
"T054671"
]
},
"release_date": "2026-05-25T22:00:00.000+00:00",
"title": "CVE-2026-6100"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…