NVD Vulnerability Detail
Search Exploit, PoC
CVE-2025-15649
Summary

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date.

_dosToUnixTime() decodes the local-file-header last-modification date field and calls Time::Local::timelocal() without an eval guard. A header whose date field decodes to an out-of-range month, day, or hour causes timelocal() to die.

The exception propagates out of IO::Uncompress::Unzip->new($file) where callers expect undef plus $UnzipError.

Publication Date May 27, 2026, 1:16 p.m.
Registration Date May 28, 2026, 4:09 a.m.
Last Update May 27, 2026, 5:16 p.m.
Related information, measures and tools
Common Vulnerabilities List