CVE-2026-82560 (GCVE-0-2026-82560)
Vulnerability from cvelistv5 – Published: 2026-09-19 15:15 – Updated: 2026-09-21 18:38
VLAI
EPSS
VEX
Title
Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width
Summary
Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width.
Each =over adds its indent to the margin, which wrap() subtracts from the output width to get the space available for text. When that space reaches zero, the line-splitting substitution matches the empty string, and the loop consumes no input while appending the margin padding on every pass.
Formatting an attacker-supplied POD document never returns, and the output grows until memory is exhausted.
Severity
7.5 (High)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-09-21 18:38 UTC
CWE
- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
Assigner
References
Impacted products
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-09-19T20:07:17.026Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/09/19/6"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-82560",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-21T18:38:28.024702Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-21T18:38:31.266Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "podlators",
"packageURL": "pkg:cpan/podlators",
"programFiles": [
"lib/Pod/Text.pm",
"lib/Pod/Text/Color.pm",
"lib/Pod/Text/Overstrike.pm",
"lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/rra/podlators",
"versions": [
{
"lessThan": "6.1.1",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
},
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "perl",
"packageURL": "pkg:cpan/perl",
"programFiles": [
"cpan/podlators/lib/Pod/Text.pm",
"cpan/podlators/lib/Pod/Text/Color.pm",
"cpan/podlators/lib/Pod/Text/Overstrike.pm",
"cpan/podlators/lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/Perl/perl5",
"versions": [
{
"lessThanOrEqual": "5.45.2",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Jitka Plesnikova"
}
],
"descriptions": [
{
"lang": "en",
"value": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width.\n\nEach =over adds its indent to the margin, which wrap() subtracts from the output width to get the space available for text. When that space reaches zero, the line-splitting substitution matches the empty string, and the loop consumes no input while appending the margin padding on every pass.\n\nFormatting an attacker-supplied POD document never returns, and the output grows until memory is exhausted."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-835",
"description": "CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-20T18:30:05.466Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"url": "https://metacpan.org/release/RRA/podlators-v6.1.0/source/lib/Pod/Text.pm#L245-261"
},
{
"tags": [
"patch"
],
"url": "https://github.com/rra/podlators/commit/70510174f69eb54aa6d617bde4e1402cd9b7c61f.patch"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/RRA/podlators-v6.1.1/changes"
}
],
"solutions": [
{
"lang": "en",
"value": "Upgrade to podlators v6.1.1 or later."
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width",
"workarounds": [
{
"lang": "en",
"value": "Until a Perl release carries the fix, install podlators v6.1.1 or later, which takes precedence over the bundled copy."
}
],
"x_generator": {
"engine": "cpansec-cna-tool 0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2026-82560",
"datePublished": "2026-09-19T15:15:52.620Z",
"dateReserved": "2026-08-29T22:38:15.085Z",
"dateUpdated": "2026-09-21T18:38:31.266Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-82560",
"date": "2026-09-22",
"epss": "0.0063",
"percentile": "0.488"
},
"microsoft_vex": {
"current_release_date": "2026-09-21T14:51:16.000Z",
"cve": "CVE-2026-82560",
"id": "msrc_CVE-2026-82560",
"initial_release_date": "2026-09-21T01:01:31.000Z",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-82560.json",
"version": "2"
},
"nvd": {
"cve": {
"affected": [
{
"affectedData": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "podlators",
"packageURL": "pkg:cpan/podlators",
"programFiles": [
"lib/Pod/Text.pm",
"lib/Pod/Text/Color.pm",
"lib/Pod/Text/Overstrike.pm",
"lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/rra/podlators",
"versions": [
{
"lessThan": "6.1.1",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
},
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "perl",
"packageURL": "pkg:cpan/perl",
"programFiles": [
"cpan/podlators/lib/Pod/Text.pm",
"cpan/podlators/lib/Pod/Text/Color.pm",
"cpan/podlators/lib/Pod/Text/Overstrike.pm",
"cpan/podlators/lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/Perl/perl5",
"versions": [
{
"lessThanOrEqual": "5.45.2",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width.\n\nEach =over adds its indent to the margin, which wrap() subtracts from the output width to get the space available for text. When that space reaches zero, the line-splitting substitution matches the empty string, and the loop consumes no input while appending the margin padding on every pass.\n\nFormatting an attacker-supplied POD document never returns, and the output grows until memory is exhausted."
}
],
"id": "CVE-2026-82560",
"lastModified": "2026-09-21T19:17:12.987",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-82560",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-21T18:38:28.024702Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-09-19T16:16:32.140",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/rra/podlators/commit/70510174f69eb54aa6d617bde4e1402cd9b7c61f.patch"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://metacpan.org/release/RRA/podlators-v6.1.0/source/lib/Pod/Text.pm#L245-261"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://metacpan.org/release/RRA/podlators-v6.1.1/changes"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/09/19/6"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Received",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-835"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
},
"vulnrichment": {
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-09-19T20:07:17.026Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/09/19/6"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-82560",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-09-21T18:38:28.024702Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-09-21T18:38:19.195Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "podlators",
"packageURL": "pkg:cpan/podlators",
"programFiles": [
"lib/Pod/Text.pm",
"lib/Pod/Text/Color.pm",
"lib/Pod/Text/Overstrike.pm",
"lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/rra/podlators",
"versions": [
{
"lessThan": "6.1.1",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
},
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"modules": [
"Pod::Text"
],
"packageName": "perl",
"packageURL": "pkg:cpan/perl",
"programFiles": [
"cpan/podlators/lib/Pod/Text.pm",
"cpan/podlators/lib/Pod/Text/Color.pm",
"cpan/podlators/lib/Pod/Text/Overstrike.pm",
"cpan/podlators/lib/Pod/Text/Termcap.pm"
],
"programRoutines": [
{
"name": "Pod::Text::wrap"
},
{
"name": "Pod::Text::Color::wrap"
},
{
"name": "Pod::Text::Overstrike::wrap"
},
{
"name": "Pod::Text::Termcap::wrap"
}
],
"repo": "https://github.com/Perl/perl5",
"versions": [
{
"lessThanOrEqual": "5.45.2",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Jitka Plesnikova"
}
],
"descriptions": [
{
"lang": "en",
"value": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width.\n\nEach =over adds its indent to the margin, which wrap() subtracts from the output width to get the space available for text. When that space reaches zero, the line-splitting substitution matches the empty string, and the loop consumes no input while appending the margin padding on every pass.\n\nFormatting an attacker-supplied POD document never returns, and the output grows until memory is exhausted."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-835",
"description": "CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-20T18:30:05.466Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"url": "https://metacpan.org/release/RRA/podlators-v6.1.0/source/lib/Pod/Text.pm#L245-261"
},
{
"tags": [
"patch"
],
"url": "https://github.com/rra/podlators/commit/70510174f69eb54aa6d617bde4e1402cd9b7c61f.patch"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/RRA/podlators-v6.1.1/changes"
}
],
"solutions": [
{
"lang": "en",
"value": "Upgrade to podlators v6.1.1 or later."
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Pod::Text versions before 6.1.1 for Perl allow CPU and memory exhaustion formatting a POD document whose =over nesting drives the margin to the output width",
"workarounds": [
{
"lang": "en",
"value": "Until a Perl release carries the fix, install podlators v6.1.1 or later, which takes precedence over the bundled copy."
}
],
"x_generator": {
"engine": "cpansec-cna-tool 0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2026-82560",
"datePublished": "2026-09-19T15:15:52.620Z",
"dateReserved": "2026-08-29T22:38:15.085Z",
"dateUpdated": "2026-09-21T18:38:31.266Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
Loading…
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Loading…
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.
Loading…