The React Developer Tools extension registers a message listener with window.addEventListener('message', <listener>) in a content script that is accessible to any webpage that is active in the browser. Within the listener is code that requests a URL derived from the received message via fetch(). The URL is not validated or sanitised before it is fetched, thus allowing a malicious web page to arbitrarily fetch URL’s via the victim's browser.
References
Link | Resource |
---|---|
https://gist.github.com/CalumHutton/1fb89b64409570a43f89d1fd3274b231 | Patch Third Party Advisory |
Configurations
History
No history.
Information
Published : 2023-10-19 15:15
Updated : 2023-10-27 21:53
NVD link : CVE-2023-5654
Mitre link : CVE-2023-5654
CVE.ORG link : CVE-2023-5654
JSON object : View
Products Affected
- react-devtools
CWE