highLogic errorEVM-Solidity
Rubicon: RubiconMarket `batchOffer` and `batchRequote` make offers as self; complete loss of funds for some types of tokens, for example WETH
- Payout
- $0
- Protocol
- Rubicon
- Disclosed
- Feb 17, 2025
- Source
- code4rena
RubiconMarket's batchOffer and batchRequote call offer via `this.offer`, which in Solidity triggers an external message call rather than an internal jump, making msg.sender inside `offer` equal the RubiconMarket contract itself rather than the user. As a resul …
Similar reports
- No close matches yet.
References
- https://github.com/code-423n4/2023-04-rubicon-findings/issues/1052
- https://github.com/code-423n4/2023-04-rubicon-findings
This report is already public and closed. Coin Buggie never publishes active or unpatched vulnerability data.