ghsa-72mh-269x-7mh5
Vulnerability from github
Published
2021-05-24 19:52
Modified
2021-05-20 21:59
Severity ?
VLAI Severity ?
Summary
Improper Certificate Validation in xmlhttprequest-ssl
Details
The xmlhttprequest-ssl package before 1.6.1 for Node.js disables SSL certificate validation by default, because rejectUnauthorized (when the property exists but is undefined) is considered to be false within the https.request function of Node.js. In other words, no certificate is ever rejected.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "xmlhttprequest-ssl" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.6.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-31597" ], "database_specific": { "cwe_ids": [ "CWE-295" ], "github_reviewed": true, "github_reviewed_at": "2021-05-20T21:59:29Z", "nvd_published_at": "2021-04-23T00:15:00Z", "severity": "CRITICAL" }, "details": "The xmlhttprequest-ssl package before 1.6.1 for Node.js disables SSL certificate validation by default, because rejectUnauthorized (when the property exists but is undefined) is considered to be false within the https.request function of Node.js. In other words, no certificate is ever rejected.", "id": "GHSA-72mh-269x-7mh5", "modified": "2021-05-20T21:59:29Z", "published": "2021-05-24T19:52:55Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-31597" }, { "type": "WEB", "url": "https://github.com/mjwwit/node-XMLHttpRequest/commit/bf53329b61ca6afc5d28f6b8d2dc2e3ca740a9b2" }, { "type": "WEB", "url": "https://github.com/mjwwit/node-XMLHttpRequest/compare/v1.6.0...1.6.1" }, { "type": "WEB", "url": "https://people.kingsds.network/wesgarland/xmlhttprequest-ssl-vuln.txt" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20210618-0004" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L", "type": "CVSS_V3" } ], "summary": "Improper Certificate Validation in xmlhttprequest-ssl" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…