mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
18 lines
834 B
Markdown
18 lines
834 B
Markdown
### [CVE-2021-23387](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23387)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The package trailing-slash before 2.0.1 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint (such as https://example.com//attacker.example/). The vulnerable code is in index.js::createTrailing(), as the web server uses relative URLs instead of absolute URLs.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-JS-TRAILINGSLASH-1085707
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|