CVE-2026-82560 Affecting perl package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.63% (49th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-ECHOLATEST-PERL-19964517
  • published20 Sept 2026
  • disclosed19 Sept 2026

Introduced: 19 Sep 2026

NewCVE-2026-82560  (opens in a new tab)

How to fix?

There is no fixed version for Echo:latest perl.

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Echo. See How to fix? for Echo:latest relevant fixed versions and status.

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.