CVE-2026-80213
MEDIUMDescription
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.
How to fix
No published remediation has been found for this vulnerability's affected products yet.
Mitigation guidance may be in the linked vendor advisories in the References section below.
TridentStack Control tracks known vulnerabilities across your Windows, macOS, and Linux fleet and shows the fix as soon as one is published. See how it works
CVSS v3 Vector
Exploitability
Impact
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N
Exploit Intelligence
Low risk: more likely to be exploited than 24% of all known CVEs.
References
Related Vulnerabilities
Other CWE-197 vulnerabilities, ordered by exploit likelihood. View all
| CVE | Severity | CVSS | EPSS | Exploited | Fix |
|---|---|---|---|---|---|
| CVE-2022-42475 | Critical | 9.8 | 99% | KEV + Ransom | Fix |
| CVE-2025-6965 | High | 7.7 | 76% | - | Fix |
| CVE-2024-21310 | High | 7.8 | 12% | - | Fix |
| CVE-2024-43639 | Critical | 9.8 | 8.9% | - | Fix |
| CVE-2024-38125 | High | 7.8 | 5.9% | - | Fix |
| CVE-2024-28944 | High | 8.8 | 2.4% | - | Fix |
Common questions
How do I fix CVE-2026-80213?
No published fix for CVE-2026-80213 has been found yet. Check the linked vendor advisories for guidance as it becomes available.
Is CVE-2026-80213 being actively exploited?
Not that we know of. CVE-2026-80213 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.32% is the estimated probability that it will be exploited in the next 30 days. That is higher than 24% of all scored CVEs.
How severe is CVE-2026-80213?
CVE-2026-80213 has a CVSS v3 base score of 4.0, rated medium. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.
Embed a live status badge for CVE-2026-80213
Markdown
[](https://tridentstack.com/cve/CVE-2026-80213)HTML
<a href="https://tridentstack.com/cve/CVE-2026-80213"><img src="https://tridentstack.com/cve/badge/CVE-2026-80213.svg" alt="CVE-2026-80213"></a>Find and fix vulnerabilities across your fleet
TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.
This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-27.