CVE-2023-5654
CWE-285Published: October 19, 2023· Updated: Jun 17, 2026
Official Description
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.
Technical Analysis
CVE-2023-5654 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
Official Patches & Advisories
All References (2)
Quick Facts
Related CVEs (CWE-285)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2023-5654 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts