CVE-2026-8594
MediumCVSS 6.2Summary
Wersje Text::LineFold do 2019.001 dla Perla duplikują wyjście w oparciu o liczbę specjalnych znaków łamania. Funkcja łamania jest stosowana do całego ciągu, co prowadzi do niepoprawnego duplikowania pełnego wejścia dla każdego segmentu.
Risk Assessment
To może prowadzić do nieoczekiwanego zużycia zasobów oraz potencjalnego odmowy usługi, co stanowi zagrożenie dla stabilności systemu.
Recommendation
Zaleca się aktualizację do nowszej wersji Text::LineFold, aby uniknąć problemów związanych z duplikowaniem wyjścia i związanym z tym zużyciem zasobów.
Original NVD description (English source)
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.

