Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vuln: add recent vulnerabilities #1069

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions vuln/core/118.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32002"],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of Module._load() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/119.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32004"],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "Improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/120.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32558"],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of the deprecated API process.binding() can bypass the permission model through path traversal.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32006"],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of module.constructor.createRequire() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/122.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32559"],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of the deprecated API process.binding() can bypass the policy mechanism by requiring internal modules and eventually take advantage of process.binding('spawn_sync') run arbitrary code, outside of the limits defined in a policy.json file.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/123.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32005"],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.",
"affectedEnvironments": ["all"]
}
8 changes: 8 additions & 0 deletions vuln/core/124.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cve": ["CVE-2023-32003"],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "fs.mkdtemp() and fs.mkdtempSync() can be used to bypass the permission model check using a path traversal attack.",
"affectedEnvironments": ["all"]
}
84 changes: 84 additions & 0 deletions vuln/core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1462,5 +1462,89 @@
"affectedEnvironments": [
"all"
]
},
"118": {
"cve": [
"CVE-2023-32002"
],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of Module._load() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.",
"affectedEnvironments": [
"all"
]
},
"119": {
"cve": [
"CVE-2023-32004"
],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "Improper handling of Buffers in file system APIs causing a traversal path to bypass when verifying file permissions.",
"affectedEnvironments": [
"all"
]
},
"120": {
"cve": [
"CVE-2023-32558"
],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of the deprecated API process.binding() can bypass the permission model through path traversal.",
"affectedEnvironments": [
"all"
]
},
"121": {
"cve": [
"CVE-2023-32006"
],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of module.constructor.createRequire() can bypass the policy mechanism and require modules outside of the policy.json definition for a given module.",
"affectedEnvironments": [
"all"
]
},
"122": {
"cve": [
"CVE-2023-32559"
],
"vulnerable": "16.x || 18.x || 20.x",
"patched": "^16.20.2 || ^18.17.1 || ^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "The use of the deprecated API process.binding() can bypass the policy mechanism by requiring internal modules and eventually take advantage of process.binding('spawn_sync') run arbitrary code, outside of the limits defined in a policy.json file.",
"affectedEnvironments": [
"all"
]
},
"123": {
"cve": [
"CVE-2023-32005"
],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument.",
"affectedEnvironments": [
"all"
]
},
"124": {
"cve": [
"CVE-2023-32003"
],
"vulnerable": "20.x",
"patched": "^20.5.1",
"ref": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/",
"overview": "fs.mkdtemp() and fs.mkdtempSync() can be used to bypass the permission model check using a path traversal attack.",
"affectedEnvironments": [
"all"
]
}
}