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.
| Vendor | Product | Versions |
|---|---|---|
| graham ollis | io::uncompress::unzip | 0 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| ibm | aix | cert_advisory | 90% |
| ibm | vios | cert_advisory | 90% |
Updated description with technical details, changed affected versions to include 2.214, updated severity to HIGH, and noted that the exploit is not available.
Updated product name to IO-Compress and confirmed the description.
Initial creation