{ "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21298", "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": "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://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/security/advisories/GHSA-m33v-338h-4v9f", "refsource": "CONFIRM", "url": "https://github.com/node-red/node-red/security/advisories/GHSA-m33v-338h-4v9f" }, { "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" } }