5.5 CVE-2025-15649

Enriched by CISA
 

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.
https://nvd.nist.gov/vuln/detail/CVE-2025-15649

Categories

CWE-248 : Uncaught Exception
When an exception is not caught, it may cause the program to crash or expose sensitive information.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
PMQS IO::Uncompress::Unzip
  • < 2.215 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry