Lucene search

K
cve[email protected]CVE-2023-5654
HistoryOct 19, 2023 - 3:15 p.m.

CVE-2023-5654

2023-10-1915:15:09
CWE-285
web.nvd.nist.gov
33
cve-2023-5654
react developer tools
security vulnerability
url validation
message listener
fetch api

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

0.0005 Low

EPSS

Percentile

16.7%

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.

Affected configurations

NVD
Node
facebookreact-devtoolsRange<4.28.4

CNA Affected

[
  {
    "product": "React Developer Tools Extension",
    "vendor": "Meta",
    "versions": [
      {
        "version": "< 4.28.4",
        "status": "affected"
      }
    ]
  }
]

6.5 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

0.0005 Low

EPSS

Percentile

16.7%

Related for CVE-2023-5654