From 7a852d3f91ca4806858eeef46746ebfa238951df Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Fri, 26 Feb 2021 09:20:34 -0700 Subject: [PATCH] Add CVE-2021-21298 for GHSA-m33v-338h-4v9f --- 2021/21xxx/CVE-2021-21298.json | 92 +++++++++++++++++++++++++++++++--- 1 file changed, 86 insertions(+), 6 deletions(-) diff --git a/2021/21xxx/CVE-2021-21298.json b/2021/21xxx/CVE-2021-21298.json index c3be0165587..0332110fe7e 100644 --- a/2021/21xxx/CVE-2021-21298.json +++ b/2021/21xxx/CVE-2021-21298.json @@ -1,18 +1,98 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21298", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Path traversal in Node-Red" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "node-red", + "version": { + "version_data": [ + { + "version_value": "< 1.2.8" + } + ] + } + } + ] + }, + "vendor_name": "node-red" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier has a vulnerability which allows arbitrary path traversal via the Projects API. If the Projects feature is enabled, a user with `projects.read` permission is able to access any file via the Projects API. The issue has been patched in Node-RED 1.2.8. The vulnerability applies only to the Projects feature which is not enabled by default in Node-RED. The primary workaround is not give untrusted users read access to the Node-RED editor." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 3.5, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/node-red/node-red/security/advisories/GHSA-m33v-338h-4v9f", + "refsource": "CONFIRM", + "url": "https://github.com/node-red/node-red/security/advisories/GHSA-m33v-338h-4v9f" + }, + { + "name": "https://www.npmjs.com/package/@node-red/runtime", + "refsource": "MISC", + "url": "https://www.npmjs.com/package/@node-red/runtime" + }, + { + "name": "https://github.com/node-red/node-red/releases/tag/1.2.8", + "refsource": "MISC", + "url": "https://github.com/node-red/node-red/releases/tag/1.2.8" + }, + { + "name": "https://github.com/node-red/node-red/commit/74db3e17d075f23d9c95d7871586cf461524c456", + "refsource": "MISC", + "url": "https://github.com/node-red/node-red/commit/74db3e17d075f23d9c95d7871586cf461524c456" + } + ] + }, + "source": { + "advisory": "GHSA-m33v-338h-4v9f", + "discovery": "UNKNOWN" } } \ No newline at end of file