3 matches found
CVE-2026-15534
Perl versions through 5.45.1 have out-of-bounds heap reads and writes during regular expression matching via an undersized superlinear cache in Sregmatch. The regex engine's superlinear cache holds one bit per subject position for each participating WHILEM node, so the bit count is the subject...
EUVD-2026-54935
Perl versions through 5.45.1 have out-of-bounds heap reads and writes during regular expression matching via an undersized superlinear cache in Sregmatch. The regex engine's superlinear cache holds one bit per subject position for each participating WHILEM node, so the bit count is the subject...
CVE-2026-15534
Perl versions through 5.45.1 are affected by out-of-bounds heap reads/writes during regular expression matching due to an undersized superlinear cache in S_regmatch. The regex engine’s superlinear cache allocates one bit per subject position per participating WHILEM node; the product can overflow...