[CVE-2026-77781] Tie::Hash::Regex versions before 2.0.0 for Perl will throw a

CVE-2026-77781 | CVSS: N/A

Tie::Hash::Regex versions before 2.0.0 for Perl will throw an exception on unparseable lookup keys.

The FETCH, EXISTS and DELETE methods throw an exception when on malformed regular expressions.

Each method falls back to a regex match when the key is not already stored in the hash, compiling the caller's key with a bare qr// and no eval guard. A key that is not a valid regular expression pattern, such as a single unmatched bracket, dies.

An application that looks up externally supplied strings in a tied hash will die on an invalid key.

参考链接:
https://github.com/davorg-cpan/tie-hash-regex/commit/4239732cb76233543e2ded8ff5e
https://metacpan.org/release/DAVECROSS/Tie-Hash-Regex-2.0.0/source/Changes
http://www.openwall.com/lists/oss-security/2026/08/22/2

📌 数据来源: NVD 官方

⚠️ 合规声明: 本文内容仅用于网络安全合规学习、科研与授权测试用途。严禁用于任何未授权行为,违者自行承担全部法律责任。
滚动至顶部