CVE-2026-19487

Publication date 13 August 2026

Last updated 8 September 2026


Ubuntu priority

Cvss 3 Severity Score

5.3 · Medium

Score breakdown

Description

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.

Status

Package Ubuntu Release Status
perl 26.04 LTS resolute
Fixed 5.40.1-7ubuntu0.2
24.04 LTS noble
Vulnerable
22.04 LTS jammy
Fixed 5.34.0-3ubuntu1.9
20.04 LTS focal
Fixed 5.30.0-9ubuntu0.5+esm4
18.04 LTS bionic
Fixed 5.26.1-6ubuntu0.7+esm4
16.04 LTS xenial
Fixed 5.22.1-9ubuntu0.9+esm4
14.04 LTS trusty
Fixed 5.18.2-2ubuntu1.7+esm9

Get expanded security coverage with Ubuntu Pro

Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.

Get Ubuntu Pro 30-day free trial

Severity score breakdown

CVSS version: CVSS v3.0

Base score 5.3 · Medium

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L


Access our resources on patching vulnerabilities