mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 02:31:38 +00:00
19 lines
966 B
Markdown
19 lines
966 B
Markdown
![]() |
### [CVE-2023-26142](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-26142)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
All versions of the package crow are vulnerable to HTTP Response Splitting when untrusted user input is used to build header values. Header values are not properly sanitized against CRLF Injection in the set_header and add_header functions. An attacker can add the \r\n (carriage return line feeds) characters to end the HTTP response headers and inject malicious content.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://gist.github.com/dellalibera/9247769cc90ed96c0d72ddbcba88c65c
|
||
|
- https://security.snyk.io/vuln/SNYK-UNMANAGED-CROW-5665556
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/dellalibera/dellalibera
|
||
|
|