Back to list

Netty susceptible to HTTP/2 Reset Attack with different on-the-wire signature — CVE-2026-50560

GitHub · GitHub · CVE-2026-50560

ID
CVE-2026-50560
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
6.9
EPSS
0.00042

Summary

### Summary Netty HTTP/2 max header size handling produces attack similar to HTTP/2 Rapid Reset. ### Details There is a setting in the http2 specification called `SETTINGS_MAX_HEADER_LIST_SIZE`. According to[ the RFC](https://www.rfc-editor.org/rfc/rfc9113.html#name-defined-settings): “This advisory setting informs a peer of the maximum field section size that the sender is prepared to accept, in units of octets.”…

Product

maven: io.netty:netty-codec-http2

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories