Products: 7
    Vulnerabilities: 12
    Known Exploited: 0
    2
    Critical Level Threats
    4
    High Level Threats
    4
    Medium Level Threats
    1
    Low Level Threats

    Vulnerabilities

    100806040200
    JanFebMarAprMayJunJulAugSepOctNovDec
    Critical Level Threats
    High Level Threats
    Medium Level Threats
    Low Level Threats

    Products Security index

    Actions
    Items Per Page

    Vulnerabilities

    CVE-2026-80213

    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.

    Last Modified: Aug 28, 2026
    Published: Aug 27, 2026

    CVE-2026-80212

    Unbounded Memory Growth via Dynamic Class Creation in Ruby resolv Gem

    Last Modified: Aug 28, 2026
    Published: Aug 27, 2026

    CVE-2026-71847

    Ruby JSON: JSON::ResumableParser#partial_value dereferences a freed input buffer and crashes on truncated duplicate-key streams

    Last Modified: Aug 07, 2026
    Published: Aug 07, 2026

    CVE-2026-38969

    webrick: rubygem-webrick: WEBrick: Request smuggling via re-parsing of Content-Length header

    Last Modified: Jul 14, 2026
    Published: Jul 02, 2026

    CVE-2026-54696

    Ruby JSON: JSON generator heap buffer overflow when streaming to an IO

    Last Modified: Jul 01, 2026
    Published: Jun 30, 2026
    Items Per Page
    Ruby Vulnerabilities & Security CVEs | CVE-DB