RubySec

Providing security resources for the Ruby community

CVE-2026-80212 (resolv): CVE-2026-80212 - Memory exhaustion through malicious DNS responses

CVE-2026-80212 - Memory exhaustion through malicious DNS responses

Published: August 27, 2026

SECURITY IDENTIFIERS

GEM

resolv

PATCHED VERSIONS

~> 0.3.2 >= 0.7.2

DESCRIPTION

An application that resolves a hostname an attacker can influence, such as a webhook target or a user-supplied URL, can be made to consume memory without bound. The attacker points a domain at a name server they control and returns responses that the library retains permanently. Repeated lookups grow the process until it runs out of memory and the service stops.

Credits

Thanks to dalifit for discovering these issues.

RELATED