VYPR

HttpServerCodec

by Netty

CVEs (1)

  • CVE-2026-100656HigSep 26, 2026
    risk 0.49cvss 7.5epss —

    Netty (io.netty:netty-codec-http) contains an unbounded per-connection queue growth flaw in HttpServerCodec. The codec tracks the HTTP method of each still-unanswered pipelined request; the first 32 entries are bit-packed into a single long, but every additional entry is…