# CVE-2026-77781

## Summary

- **CVE ID:** CVE-2026-77781
- **Severity:** HIGH
- **CVSS Score:** 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
- **CWE:** CWE-248
- **Published:** Aug 21, 2026
- **Last Modified:** Aug 27, 2026

## Description

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.

## Affected Products

- Unknown product (0)

## References

- [CNA](https://metacpan.org/release/DAVECROSS/Tie-Hash-Regex-2.0.0/source/Changes)
- [CNA](https://github.com/davorg-cpan/tie-hash-regex/commit/4239732cb76233543e2ded8ff5e0f238af152e0c.patch)
- [CVE](http://www.openwall.com/lists/oss-security/2026/08/22/2)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.58%
- **EPSS Percentile:** 45.9

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-11._