mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
### [CVE-2024-2653](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-2653)
|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
amphp/http will collect CONTINUATION frames in an unbounded buffer and will not check a limit until it has received the set END_HEADERS flag, resulting in an OOM crash.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Ampferl/poc_http2-continuation-flood
|
|
- https://github.com/DrewskyDev/H2Flood
|
|
- https://github.com/Vos68/HTTP2-Continuation-Flood-PoC
|
|
- https://github.com/lockness-Ko/CVE-2024-27316
|
|
|