-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vuln: add october 2023 security release vulns (#1131)
* vuln: add october 2023 security release vulns * vuln: adjust typo in overview's field Co-authored-by: Tobias Nießen <tniessen@tnie.de> --------- Co-authored-by: Tobias Nießen <tniessen@tnie.de>
- Loading branch information
Showing
7 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-45143"], | ||
"vulnerable": "18.x || 20.x", | ||
"patched": "^18.18.2 || ^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "Cookie headers are not cleared in cross-domain redirect in undici-fetch (High)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-44487"], | ||
"vulnerable": "18.x || 20.x", | ||
"patched": "^18.18.2 || ^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "Rapidly creating and cancelling streams (HEADERS frame immediately followed by RST_STREAM) without bound causes denial of service (High)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-39331"], | ||
"vulnerable": "20.x", | ||
"patched": "^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "A previously disclosed vulnerability (CVE-2023-30584) was patched insufficiently. The implementation does not protect itself against the application overwriting built-in utility functions with user-defined implementations (High)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-39332"], | ||
"vulnerable": "20.x", | ||
"patched": "^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "Path traversal through path stored in Uint8Array (High)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-38552"], | ||
"vulnerable": "18.x || 20.x", | ||
"patched": "^18.18.2 || ^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "Integrity checks according to experimental policies can be circumvented (Medium)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"cve": ["CVE-2023-39333"], | ||
"vulnerable": "18.x || 20.x", | ||
"patched": "^18.18.2 || ^20.8.1", | ||
"ref": "https://nodejs.org/en/blog/vulnerability/october-2023-security-releases/", | ||
"overview": "Code injection via WebAssembly export names (Low)", | ||
"affectedEnvironments": ["all"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters