mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-27 14:32:30 +02:00
21 lines
996 B
Markdown
21 lines
996 B
Markdown
### [CVE-2007-6203](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6203)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Apache HTTP Server 2.0.x and 2.2.x does not sanitize the HTTP Method specifier header from an HTTP request when it is reflected back in a "413 Request Entity Too Large" error message, which might allow cross-site scripting (XSS) style attacks using web client components that can send arbitrary headers in requests, as demonstrated via an HTTP request containing an invalid Content-length value, a similar issue to CVE-2006-3918.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/SecureAxom/strike
|
|
- https://github.com/kasem545/vulnsearch
|
|
- https://github.com/xxehacker/strike
|
|
|