Critical Perl Vulnerabilities Expose Ubuntu Systems to Remote Attacks
Multiple memory corruption and regex handling flaws in Perl can lead to information disclosure, denial of service, and potential remote code execution.
TL;DR
- Ubuntu releases updates fixing several high-severity Perl vulnerabilities
- Flaws include out-of-bounds reads, regex bypasses, and denial of service risks
- Affects Ubuntu 26.04 LTS and earlier versions
- Attackers may exploit these to disclose data or crash applications
- System administrators should apply patches immediately
Ubuntu has issued urgent security updates addressing multiple vulnerabilities in the Perl programming language. These flaws span across various core modules and functionalities, including regular expression handling and memory management.
The identified issues pose significant risks to systems running vulnerable versions of Perl, potentially allowing attackers to access sensitive information, bypass security controls, or cause denial of service conditions. Some vulnerabilities may even enable arbitrary code execution under specific circumstances.
Memory Corruption Risks via Socket and Storable Modules
- Short source addresses in the Socket module can trigger out-of-bounds heap reads leading to information disclosure (CVE-2026-12087)
- Crafted data during deserialization with the Storable module causes integer overflows and application crashes (CVE-2026-57433)
- Large repeat counts in pack/unpack operations also result in out-of-bounds heap access patterns (CVE-2026-57432)
Regular Expression Processing Flaws
- Large fixed string alternatives in regex patterns can cause incorrect match results, enabling security restriction bypasses (CVE-2026-13221)
- Specific alternative matching branches in complex regex constructs similarly allow bypass of intended pattern matching behavior (CVE-2026-19487)
- Certain large input scenarios during regex evaluation may trigger heap memory corruption leading to crashes or code execution (CVE-2026-15534)
Sources
Sources
Security email updates
One digest email when we publish new security articles (TL;DR plus links to read more). Unsubscribe anytime from the message footer. See our Privacy Policy.