CVE-2026-19487
ADVISORY - debianSummary
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.
- perl 5.42.2-3 (bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144668) [trixie] - perl (Minor issue) https://lists.security.metacpan.org/cve-announce/msg/42658992/ https://github.com/Perl/perl5/issues/22892 Fixed by: https://github.com/Perl/perl5/commit/1a21abacaf6f684928bae8baaa153733c8c238eb (v5.41.9)
Common Weakness Enumeration (CWE)
Always-Incorrect Control Flow Implementation
Debian
-
| Package | Type | OS Name | OS Version | Affected Ranges | Fix Versions |
|---|---|---|---|---|---|
| debian/perl | deb | debian | 12 | >0 | Not yet available |
| debian/perl | deb | debian | 13 | >0 | Not yet available |
| debian/perl | deb | debian | 14 | <5.42.2-3 | 5.42.2-3 |
| debian/perl | deb | debian | unstable | <5.42.2-3 | 5.42.2-3 |
Severity and metrics
No CVSS data available from this advisory.
NIST
3.9
CVSS SCORE
5.3mediumUbuntu
-
CVSS SCORE
N/Amediumminimos
MINI-gw6q-gcc9-gpwm
-
minimos
MINI-q9f6-w44g-cwv7
-