mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 12:44:05 +02:00
19 lines
849 B
Markdown
19 lines
849 B
Markdown
### [CVE-2017-16030](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16030)
|
|

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
Useragent is used to parse useragent headers. It uses several regular expressions to accomplish this. An attacker could edit their own headers, creating an arbitrarily long useragent string, causing the event loop and server to block. This affects Useragent 2.1.12 and earlier.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ossf-cve-benchmark/CVE-2017-16030
|
|
|