CVE-2026-4176 PUBLISHED

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

Assigner: CPANSec
Reserved: 14.03.2026 Published: 29.03.2026 Updated: 30.03.2026

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.

Product Status

Vendor SHAY
Product perl
Versions Default: unaffected
  • affected from 5.9.4 to 5.40.4-RC1 (excl.)
  • affected from 5.41.0 to 5.42.2-RC1 (excl.)
  • affected from 5.43.0 to 5.43.9 (excl.)

Workarounds

Install Compress::Raw::Zlib 2.220 or later into your @INC include path, so it takes precedence over the vulnerable core module shipped with Perl.

Some OS distributions patch their perl package to build Compress::Raw::Zlib against the system zlib rather than the vendored copy. Users of these distributions may not be affected if their system zlib has been updated to 1.3.2 or later, or includes backported patches for the relevant vulnerabilities.

Solutions

Update to Perl stable release 5.40.4 or 5.42.2 or later, which include Compress::Raw::Zlib 2.222.

Credits

  • Bernhard Schmalhofer reporter

References

Problem Types

  • CWE-1395 Dependency on Vulnerable Third-Party Component CWE