CVE-2025-15649
概要

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.

公表日 2026年5月27日13:16
登録日 2026年5月28日4:09
最終更新日 2026年5月27日17:16
関連情報、対策とツール
共通脆弱性一覧