Security Advisories (2)
CVE-2026-8376 (2026-05-25)

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 bytes. For a quantified fixed substring with a large minimum count, the byte length mincount * l could overflow SSize_t, producing an undersized SvGROW allocation; the subsequent copy writes past the end of the buffer. A caller that compiles an attacker-controlled regular expression on a 32-bit perl build triggers a heap buffer overflow at compile time.

CVE-2026-4176 (2026-03-29)

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 vulnerable to CVE-2026-3381 due to a vendored version of zlib which has several vulnerabilities, including CVE-2026-27171. The bundled Compress::Raw::Zlib was updated to version 2.221 in Perl blead commit c75ae9cc164205e1b6d6dbd57bd2c65c8593fe94.

NAME

release_schedule - Perl 5 release schedule

STABLE RELEASE SCHEDULE

This schedule lists the projected or historical development and release schedules for the next, current and previous stable versions of Perl. Dates with two or more question marks will only be releases if deemed necessary by the Steering Council.

Perl 5.44

2026-??-??  5.44.0

Perl 5.42

2025-07-02  5.42.0  ✓       Philippe Bruhat

Perl 5.40

2024-06-09  5.40.0  ✓       Graham Knop
2025-01-18  5.40.1  ✓       Steve Hay
2025-04-13  5.40.2  ✓       Steve Hay
2025-08-03  5.40.3  ✓       Steve Hay

DEVELOPMENT RELEASE SCHEDULE

This schedule lists the release engineers for at least the next four months of releases of bleadperl. If there are fewer than four months listed as you make a release, it's important that you extend the schedule AND identify the next release engineer.

Before adding a release engineer, you must contact them and they must consent to ship the release.

When shipping a release, you should include the schedule for (at least) the next four releases. If a stable version of Perl is released, you should reset the version numbers to the next blead series.

Perl 5.43

2025-07-04  5.43.0  ✓       Philippe Bruhat   (tag only)
2025-07-20  5.43.1  ✓       Richard Leach
2025-08-20  5.43.2  ✓       Karen Etheridge
2025-09-20  5.43.3  ✓       Thibault Duponchelle
2025-10-22  5.43.4  ✓       Eric Herman
2025-11-20  5.43.5  ✓       Thibault Duponchelle
2025-12-20  5.43.6  ✓       Steve Hay
2026-01-19  5.43.7          Max Maischein
2026-02-20  5.43.8                            Contentious changes freeze
2026-03-20  5.43.9                            User-visible changes to
                                              correctly functioning
                                              programs freeze
2026-04-20  5.43.10                           Full program freeze
2026-05-20  5.44.0                            New perl!

VICTIMS

The following porters have all consented to do at least one release of bleadperl. If you can't do a release and can't find a substitute amongst this list, mail p5p.

(Please do not add any names to this list without prior consent of the Steering Council.)

Abigail <abigail@abigail.be>
Aristotle Pagaltzis <pagaltzis@gmx.de>
Ask Bjørn Hansen <ask@perl.org>
Chris Williams <bingos@cpan.org>
Dave Cross <dave@perlhacks.com>
Dave Rolsky <autarch@urth.org>
David Golden <dagolden@cpan.org>
Florian Ragwitz <rafl@debian.org>
Jesse Luehrs <doy@cpan.org>
Jesse Vincent <jesse@cpan.org>
Karen Etheridge <ether@cpan.org>
Leon Brocard <acme@astray.com>
Matt Trout <mst@shadowcat.co.uk>
Matthew Horsfall <wolfsage@gmail.com>
Max Maischein <corion@cpan.org>
Paul Evans <leonerd@leonerd.org.uk>
Peter Martini <petercmartini@gmail.com>
Philippe Bruhat <book@cpan.org>
Ricardo Signes <rjbs@cpan.org>
Stevan Little <stevan@cpan.org>
Steve Hay <steve.m.hay@googlemail.com>
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
Thibault Duponchelle <thibault.duponchelle@gmail.com>
Tony Cook <tony@develop-help.com>
Yves Orton <demerphq@gmail.com>
Ævar Arnfjörð Bjarmason <avar@cpan.org>

AUTHOR

Jesse Vincent <jesse@cpan.org>