mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 14:19:30 +02:00
19 lines
855 B
Markdown
19 lines
855 B
Markdown
### [CVE-2018-12116](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12116)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Node.js: All versions prior to Node.js 6.15.0 and 8.14.0: HTTP request splitting: If Node.js can be convinced to use unsanitized user-provided Unicode data for the `path` option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to made to the same server.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/subatiq/Unicode-SSRF
|
|
|