Описание
Security update for perl-List-SomeUtils-XS
This update for perl-List-SomeUtils-XS fixes the following issue
- CVE-2026-12844: heap buffer overflow in the
pairwisefunction (bsc#1269210).
Список пакетов
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Module for Basesystem 15 SP7
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server 15 SP4-LTSS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server 15 SP5-LTSS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server 15 SP6-LTSS
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
perl-List-SomeUtils-XS-0.56-150000.3.3.1
Ссылки
- Link for SUSE-SU-2026:2845-1
- E-Mail link for SUSE-SU-2026:2845-1
- SUSE Security Ratings
- SUSE Bug 1269210
- SUSE CVE CVE-2026-12844 page
Описание
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.
Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-List-SomeUtils-XS-0.56-150000.3.3.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-List-SomeUtils-XS-0.56-150000.3.3.1
Ссылки
- CVE-2026-12844
- SUSE Bug 1269210