mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
19 lines
889 B
Markdown
19 lines
889 B
Markdown
### [CVE-2021-3909](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3909)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
OctoRPKI does not limit the length of a connection, allowing for a slowloris DOS attack to take place which makes OctoRPKI wait forever. Specifically, the repository that OctoRPKI sends HTTP requests to will keep the connection open for a day before a response is returned, but does keep drip feeding new bytes to keep the connection alive.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ChamalBandara/CVEs
|
|
|