gsd-2021-21297
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2021-21297", "description": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url.", "id": "GSD-2021-21297" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2021-21297" ], "details": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url.", "id": "GSD-2021-21297", "modified": "2023-12-13T01:23:10.542335Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21297", "STATE": "PUBLIC", "TITLE": "Prototype Pollution in Node-Red" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "node-red", "version": { "version_data": [ { "version_value": "\u003c 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 contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.7, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" } ] }, { "description": [ { "lang": "eng", "value": "CWE-915: Improperly Controlled Modification of Dynamically-Determined Object Attributes" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/node-red/node-red/security/advisories/GHSA-xp9c-82x8-7f67", "refsource": "CONFIRM", "url": "https://github.com/node-red/node-red/security/advisories/GHSA-xp9c-82x8-7f67" }, { "name": "https://www.npmjs.com/package/@node-red/runtime", "refsource": "MISC", "url": "https://www.npmjs.com/package/@node-red/runtime" }, { "name": "https://www.npmjs.com/package/@node-red/editor-api", "refsource": "MISC", "url": "https://www.npmjs.com/package/@node-red/editor-api" }, { "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" } ] }, "source": { "advisory": "GHSA-xp9c-82x8-7f67", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.2.8", "affected_versions": "All versions before 1.2.8", "cvss_v2": "AV:N/AC:L/Au:S/C:N/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "cwe_ids": [ "CWE-1035", "CWE-915", "CWE-937" ], "date": "2021-09-22", "description": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the release. A workaround is to ensure only authorized users are able to access the editor url.", "fixed_versions": [ "1.2.8" ], "identifier": "CVE-2021-21297", "identifiers": [ "GHSA-xp9c-82x8-7f67", "CVE-2021-21297" ], "not_impacted": "All versions starting from 1.2.8", "package_slug": "npm/@node-red/runtime", "pubdate": "2021-02-26", "solution": "Upgrade to version 1.2.8 or above.", "title": "Improperly Controlled Modification of Dynamically-Determined Object Attributes", "urls": [ "https://github.com/node-red/node-red/security/advisories/GHSA-xp9c-82x8-7f67", "https://github.com/node-red/node-red/releases/tag/1.2.8", "https://www.npmjs.com/package/@node-red/editor-api", "https://www.npmjs.com/package/@node-red/runtime", "https://nvd.nist.gov/vuln/detail/CVE-2021-21297", "https://github.com/advisories/GHSA-xp9c-82x8-7f67" ], "uuid": "27373379-7fff-4ae6-9c72-bb57f72accd5" }, { "affected_range": "\u003c1.2.8", "affected_versions": "All versions before 1.2.8", "cvss_v2": "AV:N/AC:L/Au:S/C:N/I:P/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "cwe_ids": [ "CWE-1035", "CWE-1321", "CWE-937" ], "date": "2022-10-25", "description": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the release. A workaround is to ensure only authorized users are able to access the editor url.", "fixed_versions": [ "1.2.8" ], "identifier": "CVE-2021-21297", "identifiers": [ "CVE-2021-21297", "GHSA-xp9c-82x8-7f67" ], "not_impacted": "All versions starting from 1.2.8", "package_slug": "npm/node-red", "pubdate": "2021-02-26", "solution": "Upgrade to version 1.2.8 or above.", "title": "Improperly Controlled Modification of Dynamically-Determined Object Attributes", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-21297" ], "uuid": "8d7d3bcf-1eff-4c0e-b21c-f646752dc9f7" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:nodered:node-red:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "1.2.8", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-21297" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Node-Red is a low-code programming for event-driven applications built using nodejs. Node-RED 1.2.7 and earlier contains a Prototype Pollution vulnerability in the admin API. A badly formed request can modify the prototype of the default JavaScript Object with the potential to affect the default behaviour of the Node-RED runtime. The vulnerability is patched in the 1.2.8 release. A workaround is to ensure only authorized users are able to access the editor url." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1321" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/node-red/node-red/security/advisories/GHSA-xp9c-82x8-7f67", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/node-red/node-red/security/advisories/GHSA-xp9c-82x8-7f67" }, { "name": "https://www.npmjs.com/package/@node-red/runtime", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://www.npmjs.com/package/@node-red/runtime" }, { "name": "https://www.npmjs.com/package/@node-red/editor-api", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://www.npmjs.com/package/@node-red/editor-api" }, { "name": "https://github.com/node-red/node-red/releases/tag/1.2.8", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/node-red/node-red/releases/tag/1.2.8" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:S/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 8.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6 } }, "lastModifiedDate": "2022-10-25T15:45Z", "publishedDate": "2021-02-26T17:15Z" } } }
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.
- 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…