CVE-2026-8594

Published: Mag 30, 2026 Last Modified: Mag 30, 2026
ExploitDB:
Other exploit source:
Google Dorks:

Description

AI Translation Available

Text::LineFold versions through 2019.001 for Perl duplicate the output based on the number of special break characters.

Text::LineFold splits the input string by specific line break characters (such as VT, FF and others) into segments, but applies the break function to the entire string, not just the segment.

A side effect of this is that the full input can be duplicated for each segment. Besides being incorrect, this can lead to unexpected resource consumption and possible denial of service.

Note that Text::LineFold is part of the Unicode-LineBreak distribution, which may have a higher version number than the module.

405

Asymmetric Resource Consumption (Amplification)

Incomplete
Common Consequences
Security Scopes Affected:
Availability
Potential Impacts:
Dos: Amplification Dos: Resource Consumption (Cpu) Dos: Resource Consumption (Memory) Dos: Resource Consumption (Other)
Applicable Platforms
Technologies: Not Technology-Specific, Client Server
View CWE Details
407

Inefficient Algorithmic Complexity

Incomplete
Common Consequences
Security Scopes Affected:
Availability
Potential Impacts:
Dos: Resource Consumption (Cpu) Dos: Resource Consumption (Memory) Dos: Resource Consumption (Other)
Applicable Platforms
All platforms may be affected
View CWE Details
https://github.com/hatukanezumi/Unicode-LineBreak/pull/6
https://metacpan.org/release/NEZUMI/Unicode-LineBreak-2019.001/source/lib/Text/…
https://security.metacpan.org/patches/U/Unicode-LineBreak/2019.001/CVE-2026-859…