1 results (0.003 seconds)
CVSS: 7.8EPSS: 0%CPEs: 2EXPL: 0
CVE-2023-49798 – Duplicated execution of subcalls in OpenZeppelin Contracts
https://notcve.org/view.php?id=CVE-2023-49798
08 Dec 2023 — OpenZeppelin Contracts is a library for smart contract development. A merge issue when porting the 5.0.1 patch to the 4.9 branch caused a line duplication. In the version of `Multicall.sol` released in `@openzeppelin/contracts@4.9.4` and `@openzeppelin/contracts-upgradeable@4.9.4`, all subcalls are executed twice. Concretely, this exposes a user to unintentionally duplicate operations like asset transfers. The duplicated delegatecall was removed in version 4.9.5. • https://github.com/OpenZeppelin/openzeppelin-contracts/commit/88ac712e06832bce73b41e8166cded2729e25205 • CWE-670: Always-Incorrect Control Flow Implementation •