CVE-2026-12844
WysokieCVSS 7.5Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 34 — wyżej niż 34% wszystkich znanych CVE
Streszczenie
Wersje List::SomeUtils::XS przed 0.59 dla Perla mają podatność na przepełnienie bufora w funkcji pairwise. Problem polega na tym, że funkcja ta nieprawidłowo zarządza pamięcią, co może prowadzić do nadpisania obszaru pamięci.
Ocena ryzyka
Atakujący może wykorzystać tę podatność do uszkodzenia pamięci, co może prowadzić do nieprzewidywalnego zachowania aplikacji lub umożliwić wykonanie złośliwego kodu.
Rekomendacja
Zaleca się aktualizację do wersji List::SomeUtils::XS 0.59 lub nowszej, aby usunąć tę podatność.
Oryginalny opis (angielski, źródło NVD)
List::SomeUtils::XS versions before 0.59 for Perl have a heap buffer overflow in the pairwise function. pairwise() collects the values returned by the block into a heap buffer sized to the longer input array, then grows the buffer before each copy with a single quadrupling (alloc <<= 2) instead of a loop. A block call that returns more than four times the current allocation in one invocation outgrows that one quadrupling, and the copy writes past the end of the buffer. Any caller of pairwise() whose block returns, for a single pair, more than four times the longer input array's length writes past the buffer and corrupts the heap.

