CVE-2026-80213

Aliases:CGA-97f4-v2g8-hh9mCGA-cfrp-vm49-mj5wCGA-rwpw-fjmv-hgph
Advisory lineage Upstream: 0 Downstream: 4
Deferred
Published: 27 Aug 2026, 14:22
Last modified:27 Aug 2026, 17:52

Vulnerability Summary

Overall Risk (default)
low
16/100
CVSS Score
4 MEDIUM
v3.1 (cve.org)
EPSS Score
0.35% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

27 Aug 2026, 14:22
Published
Vulnerability first disclosed
27 Aug 2026, 17:52
Last Modified
Vulnerability information updated

Description

An issue was discovered in the resolv gem before 0.7.2 for Ruby. Resolv::DNS::MessageEncoder wrote a DNS label's length into a single octet without checking its range. A label longer than 255 octets had its length stored modulo 256 but the label data was written unchanged, and thus the bytes on the wire described a different name than the one the application asked to encode. RFC 1035 section 2.3.4 limits a label to 63 octets, and the two high bits of the length octet are reserved for compression pointers. put_string packed the length with put_pack("C", d.length) and put_label used it for labels, and thus any value from 0 to 255 could end up as a label length octet, including the reserved 0x40-0xBF range and the 0xC0-0xFF pointer range. Resolv::DNS::Name.create did not check per-label or total name length either, and thus an attacker-controlled hostname reached the encoder unchanged. An application that resolves an attacker-controlled hostname sends a query whose wire bytes name a domain the attacker chose. A hostname suffix that the application validates against an allowlist becomes padding that never appears on the wire, and thus allowlist and egress checks can be bypassed. The recursive resolver caches the response under the attacker's name, and DNS logs record that name rather than the one the application asked for. A label length whose low octet lands in the 0xC0-0xFF range produces a length octet that conforming parsers read as the start of a compression pointer, with the following attacker-controlled byte as the offset.

CVSS Metrics

  • v3.1MEDIUMScore: 4CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N

EPSS Trends

Current EPSS score: 0.35% Percentile: 29%

Techniques & Countermeasures

  • CWE-197Numeric Truncation Error

    Truncation errors occur when a primitive is cast to a primitive of a smaller size and data is lost in the conversion.

Affected Systems

  • chainguardruby-3.4

    < 3.4.10-r7

  • chainguardruby-4.0

    all

  • wolfiruby-3.4

    < 3.4.10-r7

  • wolfiruby-4.0

    all

  • rubyresolv

    < 0.3.2 | ≥ 0.4.0, < 0.7.2

References (2)