cve/2022/CVE-2022-41717.md

29 lines
1.4 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-41717](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717)
![](https://img.shields.io/static/v1?label=Product&message=golang.org%2Fx%2Fnet%2Fhttp2&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=net%2Fhttp&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.4.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.18.9%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE%20400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
An attacker can cause excessive memory growth in a Go server accepting HTTP/2 requests. HTTP/2 server connections contain a cache of HTTP header keys sent by the client. While the total number of entries in this cache is capped, an attacker sending very large keys can cause the server to allocate approximately 64 MiB per open connection.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/domdom82/h2conn-exploit
- https://github.com/henriquebesing/container-security
- https://github.com/k0mi-tg/CVE-POC
- https://github.com/kb5fls/container-security
- https://github.com/manas3c/CVE-POC
- https://github.com/nomi-sec/PoC-in-GitHub
- https://github.com/ruzickap/malware-cryptominer-container
- https://github.com/whoforget/CVE-POC
- https://github.com/youwizard/CVE-POC