cve/2021/CVE-2021-22939.md

20 lines
886 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-22939](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22939)
![](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%20Certificate%20Validation%20(CWE-295)&color=brighgreen)
### Description
If the Node.js https API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted.
### POC
#### Reference
- https://www.oracle.com/security-alerts/cpujan2022.html
- https://www.oracle.com/security-alerts/cpujul2022.html
- https://www.oracle.com/security-alerts/cpuoct2021.html
#### Github
No PoCs found on GitHub currently.