Skip to content

Commit

Permalink
Adding CVE as alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetven committed Dec 21, 2024
1 parent aef7ebc commit 7e22766
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"id": "GHSA-xpw8-rcwv-8f8p",
"modified": "2023-11-06T22:08:35Z",
"published": "2023-10-10T22:22:54Z",
"aliases": [],
"aliases": [
"CVE-2023-44487"
],
"summary": "io.netty:netty-codec-http2 vulnerable to HTTP/2 Rapid Reset Attack",
"details": "A client might overload the server by issue frequent RST frames. This can cause a massive amount of load on the remote system and so cause a DDOS attack. \n\n### Impact\nThis is a DDOS attack, any http2 server is affected and so you should update as soon as possible.\n\n### Patches\nThis is patched in version 4.1.100.Final.\n\n### Workarounds\nA user can limit the amount of RST frames that are accepted per connection over a timeframe manually using either an own `Http2FrameListener` implementation or an `ChannelInboundHandler` implementation (depending which http2 API is used).\n\n### References\n- https://www.cve.org/CVERecord?id=CVE-2023-44487\n- https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/\n- https://cloud.google.com/blog/products/identity-security/google-cloud-mitigated-largest-ddos-attack-peaking-above-398-million-rps/",
"severity": [
Expand Down Expand Up @@ -68,4 +70,4 @@
"github_reviewed_at": "2023-10-10T22:22:54Z",
"nvd_published_at": null
}
}
}

0 comments on commit 7e22766

Please sign in to comment.