ghsa-5q6m-3h65-w53x
Vulnerability from github
Published
2021-03-11 22:26
Modified
2022-08-03 17:21
Severity ?
VLAI Severity ?
Summary
react-dev-utils OS Command Injection in function `getProcessForPort`
Details
react-dev-utils prior to v11.0.4 exposes a function, getProcessForPort
, where an input argument is concatenated into a command string to be executed. This function is typically used from react-scripts (in Create React App projects), where the usage is safe. Only when this function is manually invoked with user-provided values (ie: by custom code) is there the potential for command injection. If you're consuming it from react-scripts then this issue does not affect you.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "react-dev-utils" }, "ranges": [ { "events": [ { "introduced": "0.4.0" }, { "fixed": "11.0.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-24033" ], "database_specific": { "cwe_ids": [ "CWE-78" ], "github_reviewed": true, "github_reviewed_at": "2021-03-11T22:18:08Z", "nvd_published_at": "2021-03-09T01:15:00Z", "severity": "MODERATE" }, "details": "react-dev-utils prior to v11.0.4 exposes a function, `getProcessForPort`, where an input argument is concatenated into a command string to be executed. This function is typically used from react-scripts (in Create React App projects), where the usage is safe. Only when this function is manually invoked with user-provided values (ie: by custom code) is there the potential for command injection. If you\u0027re consuming it from react-scripts then this issue does not affect you.", "id": "GHSA-5q6m-3h65-w53x", "modified": "2022-08-03T17:21:06Z", "published": "2021-03-11T22:26:09Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-24033" }, { "type": "WEB", "url": "https://github.com/facebook/create-react-app/pull/10644" }, { "type": "WEB", "url": "https://github.com/facebook/create-react-app/commit/f5e415f3a5b66f07dcc60aba1b445fa7cda97268" }, { "type": "PACKAGE", "url": "https://github.com/facebook/create-react-app" }, { "type": "WEB", "url": "https://www.facebook.com/security/advisories/cve-2021-24033" }, { "type": "WEB", "url": "https://www.huntr.dev/bounties/1-npm-react-dev-utils" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "react-dev-utils OS Command Injection in function `getProcessForPort`" }
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…