CVE-2026-82560
Received Received - Intake

Memory Exhaustion in Perl Pod::Text

Vulnerability report for CVE-2026-82560, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-19

Last updated on: 2026-09-19

Assigner: CPANSec

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-19
Last Modified
2026-09-19
Generated
2026-09-20
AI Q&A
2026-09-20
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-835 The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a denial-of-service issue in Perl's Pod::Text module before version 6.1.1. It occurs when formatting a specially crafted POD document with excessive =over nesting levels. The vulnerability causes infinite CPU and memory consumption by creating an endless loop during document formatting.

Detection Guidance

This vulnerability can be detected by checking the version of Pod::Text installed on your system. If you are using Perl, run 'cpan -D Pod::Text' to check the installed version. Versions before 6.1.1 are vulnerable.

Impact Analysis

If exploited, this vulnerability could crash applications using vulnerable Perl modules by consuming all available CPU and memory resources. This may lead to service outages, degraded performance, or system instability for any Perl application processing user-supplied POD content.

Mitigation Strategies

Immediately update Pod::Text to version 6.1.1 or later using your package manager or CPAN. For example, run 'cpan upgrade Pod::Text' or use your system's package manager like 'apt-get install libpod-text-perl' if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82560. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart