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)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator (v2.0.3)
Assigner
References
6 references
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-06-22",
"epss": "0.00604",
"percentile": "0.44152"
},
"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"
}
}
}
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-1055
Vulnerability from csaf_certbund - Published: 2026-04-12 22:00 - Updated: 2026-05-21 22:00Summary
Red Hat Enterprise Linux (perl-xml-parser): 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: Red Hat Enterprise Linux (RHEL) ist eine populäre Linux-Distribution.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen oder eine Speicherbeschädigung zu verursachen.
Betroffene Betriebssysteme: - Linux
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
Affected products
Known affected
11 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM 126.0.63
cPanel / cPanel/WHM
|
cpe:/a:cpanel:cpanel_whm:126.0.63
|
126.0.63 | |
|
cPanel cPanel/WHM <134.0.30
cPanel / cPanel/WHM
|
<134.0.30 | ||
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
cPanel cPanel/WHM <136.0.14
cPanel / cPanel/WHM
|
<136.0.14 | ||
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 |
References
30 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": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder eine Speicherbesch\u00e4digung zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-1055 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1055.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1055 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1055"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-04-12",
"url": "https://access.redhat.com/errata/RHSA-2026:7680"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-04-12",
"url": "https://access.redhat.com/errata/RHSA-2026:7681"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:7679 vom 2026-04-13",
"url": "https://access.redhat.com/errata/RHSA-2026:7679"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1152-1 vom 2026-04-14",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-March/045201.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3230 vom 2026-04-14",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3230.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7679 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7679.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7680 vom 2026-04-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-7680.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20993-1 vom 2026-04-14",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045338.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1153-1 vom 2026-04-14",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-March/045200.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8174-1 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8174-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7681 vom 2026-04-14",
"url": "https://errata.build.resf.org/RLSA-2026:7681"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-7681 vom 2026-04-14",
"url": "https://linux.oracle.com/errata/ELSA-2026-7681.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7680 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7680"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:7679 vom 2026-04-15",
"url": "https://errata.build.resf.org/RLSA-2026:7679"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8608 vom 2026-04-17",
"url": "https://access.redhat.com/errata/RHSA-2026:8608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8578 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8578"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8610 vom 2026-04-17",
"url": "https://access.redhat.com/errata/RHSA-2026:8610"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8609 vom 2026-04-17",
"url": "https://access.redhat.com/errata/RHSA-2026:8609"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:8577 vom 2026-04-16",
"url": "https://access.redhat.com/errata/RHSA-2026:8577"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9110 vom 2026-04-20",
"url": "https://access.redhat.com/errata/RHSA-2026:9110"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9246 vom 2026-04-21",
"url": "https://access.redhat.com/errata/RHSA-2026:9246"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9258 vom 2026-04-21",
"url": "https://access.redhat.com/errata/RHSA-2026:9258"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9259 vom 2026-04-21",
"url": "https://access.redhat.com/errata/RHSA-2026:9259"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9605 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9605"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-8578 vom 2026-05-06",
"url": "https://linux.oracle.com/errata/ELSA-2026-8578.html"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/126-change-log/"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/134-change-log/"
},
{
"category": "external",
"summary": "cPanel \u0026 WHM Change Log vom 2026-05-21",
"url": "https://docs.cpanel.net/changelogs/136-change-log/"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (perl-xml-parser): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-21T22:00:00.000+00:00",
"generator": {
"date": "2026-05-22T07:22:00.857+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1055",
"initial_release_date": "2026-04-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE, Amazon und Oracle Linux aufgenommen"
},
{
"date": "2026-04-14T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-16T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-20T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates aufgenommen"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T052673",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T052674",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c136.0.14",
"product": {
"name": "cPanel cPanel/WHM \u003c136.0.14",
"product_id": "T054471"
}
},
{
"category": "product_version",
"name": "136.0.14",
"product": {
"name": "cPanel cPanel/WHM 136.0.14",
"product_id": "T054471-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:136.0.14"
}
}
},
{
"category": "product_version_range",
"name": "\u003c134.0.30",
"product": {
"name": "cPanel cPanel/WHM \u003c134.0.30",
"product_id": "T054472"
}
},
{
"category": "product_version",
"name": "134.0.30",
"product": {
"name": "cPanel cPanel/WHM 134.0.30",
"product_id": "T054472-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:134.0.30"
}
}
},
{
"category": "product_version",
"name": "126.0.63",
"product": {
"name": "cPanel cPanel/WHM 126.0.63",
"product_id": "T054473",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.63"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-10002",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"T002207",
"T054471",
"67646",
"T000126",
"398363",
"T004914",
"T052674",
"T032255",
"T052673"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"title": "CVE-2006-10002"
},
{
"cve": "CVE-2006-10003",
"product_status": {
"known_affected": [
"T054473",
"T054472",
"T002207",
"T054471",
"67646",
"T000126",
"398363",
"T004914",
"T052674",
"T032255",
"T052673"
]
},
"release_date": "2026-04-12T22:00:00.000+00:00",
"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…