- EPSS -
- Veröffentlicht 20.08.2026 18:15:26
- Zuletzt bearbeitet 20.08.2026 23:16:26
Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable. The _serve_static method always sets the Cache-Control header to "public", with no means of overriding it. This advises proxies that the content m...
CVE-2026-73193
- EPSS 0.2%
- Veröffentlicht 15.08.2026 12:09:03
- Zuletzt bearbeitet 17.08.2026 21:16:48
DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with `newSV(strlen(statement) * 7 + 16)`, budgeting seve...
CVE-2026-19487
- EPSS 0.43%
- Veröffentlicht 13.08.2026 15:51:04
- Zuletzt bearbeitet 13.08.2026 21:17:46
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...
CVE-2026-13221
- EPSS 0.43%
- Veröffentlicht 13.07.2026 15:40:11
- Zuletzt bearbeitet 14.07.2026 18:15:18
Perl versions through 5.43.9 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perl_study_chunk. When such branches are combined into a trie, the delta betwe...
CVE-2026-57432
- EPSS 0.21%
- Veröffentlicht 13.07.2026 15:38:20
- Zuletzt bearbeitet 14.07.2026 18:04:48
Perl versions through 5.43.10 have an integer overflow in S_measure_struct leading to an out-of-bounds heap read in pack and unpack. S_measure_struct adds each item's size times its repeat count to a running total with no overflow check, so a large ...
CVE-2026-8376
- EPSS 0.44%
- Veröffentlicht 25.05.2026 23:53:27
- Zuletzt bearbeitet 23.07.2026 11:10:00
Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds. Perl_study_chunk in regcomp_study.c checked the size of the joined substring buffer in characters rather than...
CVE-2026-4176
- EPSS 0.68%
- Veröffentlicht 29.03.2026 20:50:51
- Zuletzt bearbeitet 22.04.2026 17:31:45
Perl versions from 5.9.4 before 5.40.4-RC1, from 5.41.0 before 5.42.2-RC1, from 5.43.0 before 5.43.9 contain a vulnerable version of Compress::Raw::Zlib. Compress::Raw::Zlib is included in the Perl package as a dual-life core module, and is vulnerab...
CVE-2025-40909
- EPSS 0.39%
- Veröffentlicht 30.05.2025 12:20:11
- Zuletzt bearbeitet 18.04.2026 15:16:18
Perl threads have a working directory race condition where file operations may target unintended paths. If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle...
CVE-2024-56406
- EPSS 0.54%
- Veröffentlicht 13.04.2025 13:16:09
- Zuletzt bearbeitet 16.10.2025 14:15:34
A heap buffer overflow vulnerability was discovered in Perl. Release branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10. When there are non-ASCII bytes in the left-hand-side of the `tr` oper...
CVE-2021-47155
- EPSS 0.51%
- Veröffentlicht 18.03.2024 05:15:06
- Zuletzt bearbeitet 15.04.2026 00:35:42
The Net::IPV4Addr module 0.10 for Perl does not properly consider extraneous zero characters in an IP address string, which (in some situations) allows attackers to bypass access control that is based on IP addresses.