cve/2019/CVE-2019-15606.md

24 lines
993 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-15606](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15606)
![](https://img.shields.io/static/v1?label=Product&message=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Improper%20Input%20Validation%20(CWE-20)&color=brighgreen)
### Description
Including trailing white space in HTTP header values in Nodejs 10, 12, and 13 causes bypass of authorization based on header value comparisons
### POC
#### Reference
- https://hackerone.com/reports/730779
2024-06-09 00:33:16 +00:00
- https://hackerone.com/reports/730779
2024-05-26 14:27:05 +02:00
- https://www.oracle.com//security-alerts/cpujul2021.html
2024-06-09 00:33:16 +00:00
- https://www.oracle.com//security-alerts/cpujul2021.html
2024-05-26 14:27:05 +02:00
- https://www.oracle.com/security-alerts/cpuapr2020.html
2024-06-09 00:33:16 +00:00
- https://www.oracle.com/security-alerts/cpuapr2020.html
2024-05-26 14:27:05 +02:00
#### Github
- https://github.com/0xT11/CVE-POC
- https://github.com/Live-Hack-CVE/CVE-2019-15606