Cyber Resilience

CVE-2023-30543

Medium

Published: 17 April 2023

Published
17 April 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 5.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:L
EPSS Score 0.0015 35.5th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-30543 is a medium-severity Race Condition (CWE-362) vulnerability in Uniswap Web3-React Walletconnect. Its CVSS base score is 5.2 (Medium).

Operationally, ranked at the 35.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

@web3-react is a framework for building Ethereum Apps . In affected versions the `chainId` may be outdated if the user changes chains as part of the connection flow. This means that the value of `chainId` returned by `useWeb3React()` may be…

more

incorrect. In an application, this means that any data derived from `chainId` could be incorrect. For example, if a swapping application derives a wrapped token contract address from the `chainId` *and* a user has changed chains as part of their connection flow the application could cause the user to send funds to the incorrect address when wrapping. This issue has been addressed in PR #749 and is available in updated npm artifacts. There are no known workarounds for this issue. Users are advised to upgrade.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

uniswap
web3-react coinbase-wallet
7.0.0, 7.0.1, 7.0.2, 8.0.22, 8.0.23 · 6.0.0 — 6.2.14
uniswap
web3-react eip1193
7.0.0, 7.0.1, 7.0.2, 8.0.0, 8.0.1 · 6.0.0 — 6.2.14
uniswap
web3-react metamask
8.0.0, 8.0.1, 8.0.10, 8.0.11, 8.0.12 · 6.0.0 — 6.2.14
uniswap
web3-react walletconnect
7.0.0, 7.0.1, 7.0.2, 8.0.0, 8.0.1 · 6.0.0 — 6.2.14

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-362

Accurate timestamps from internal clocks enable detection of race conditions by providing reliable event ordering in audit logs.

addresses: CWE-362

Coordination of concurrent security activities reduces the probability that shared resources will be accessed simultaneously without proper synchronization.

References