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.
References
Configurations
No configuration.
History
29 May 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
27 May 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
27 May 2026, 04:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 04:16
Updated : 2026-05-29 16:16
NVD link : CVE-2025-15649
Mitre link : CVE-2025-15649
CVE.ORG link : CVE-2025-15649
JSON object : View
Products Affected
No product.
CWE
CWE-248
Uncaught Exception
