← Volver al buscador de CVEs

CVE-2026-77781

Tie::Hash::Regex

Descripción

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.

CVSS 7.5EPSS 0.583%Riesgo 0.79
Ver fuente
Publicación
2026-08-22 00:16:46
Versiones afectadas
<2.0.0
Tipo
Librería
Última modificación
2026-08-27 20:18:39
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H