CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/08/14 19:09:27

Modified files:
        gnu/usr.bin/perl: regexec.c regexp.h 

Log message:
Fix out-of-bounds heap reads and writes in perl regex

Perl versions through 5.45.1 have out-of-bounds heap reads and writes
during regular expression matching via an undersized superlinear cache
in S_regmatch

This is CVE-2026-15534

https://github.com/Perl/perl5/commit/568e6fd238867bb9e99fa3f47cba3169009239e0
https://github.com/Perl/perl5/commit/54cf3d44cbbedd17d774e9a37921963e8fd5d0cb

Reply via email to