Facebook React-Dev-Utils vulnerabilities
2 known vulnerabilities affecting facebook/react-dev-utils.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1MEDIUM1
Vulnerabilities
Page 1 of 1
CVE-2018-6342P2CRITICALCVSS 9.8≥ 1.0.0, < 1.0.4≥ 2.0.0, < 2.0.2+13 more2018-12-31
CVE-2018-6342 [CRITICAL] CWE-78 CVE-2018-6342: react-dev-utils on Windows allows developers to run a local webserver for accepting various commands
react-dev-utils on Windows allows developers to run a local webserver for accepting various commands, including a command to launch an editor. The input to that command was not properly sanitized, allowing an attacker who can make a network request to the server (either via CSRF or by direct request) to execute arbitrary commands on the targeted syst
ghsanvdosv
CVE-2021-24033P3MEDIUMCVSS 5.6fixed in 11.0.4≥ unspecified, < 11.0.42021-03-09
CVE-2021-24033 [MEDIUM] CWE-78 CVE-2021-24033: react-dev-utils prior to v11.0.4 exposes a function, getProcessForPort, where an input argument is c
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
ghsanvdosv