Perl versions from 5.9.4 before 5.41.9 produce incorrect regular expression match results when a stale failure flag ends the Aho-Corasick prescan early in S_find_byclass.
The prescan walks the subject for positions where the full pattern could match, and the engine tries it from the leftmost one recorded. A failing transition sets the failed flag, and a later successful transition does not clear it, so the prescan reads the stale flag as a failure and stops before it can record a candidate that starts earlier. It takes a subject where one candidate is recorded and a later character then forces a fallback through a fail link that succeeds.
Example:
"ABCDE" =~ m/ABCF|BCDE|C/; # matches C at offset 2, not BCDE "ABCDE" =~ m/ABCF|BCDE|C(G)/; # no match, BCDE missed
An alternation like this can miss input it should match, or match it on the wrong branch, so an access or filtering decision made from the result can be wrong.
CVSS Details
- CVSS 3.1 Base Score: 5.3
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Redhat_linux | — | No solution exists | Sep 8, 2026 | Aug 13, 2026 |
| Ubuntu | — | Upgrade libperl5.30 (Ubuntu Pro)Upgrade libperl-dev (Ubuntu Pro)Upgrade perl (Ubuntu Pro)Upgrade perl-debug (Ubuntu Pro)Upgrade libperl-devUpgrade perl-baseUpgrade libperl5.22 (Ubuntu Pro)Upgrade libperl5.34Upgrade perl-base (Ubuntu Pro)Upgrade libperl5.40Upgrade libperl5.26 (Ubuntu Pro)Upgrade perl-debugUpgrade libperl5.38t64 | Sep 14, 2026 | Sep 8, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub