Basic Opaque Crab
High
In the CNumaToken and the CNumaLst no reserve is implemented, which will lead to first depositor attack
The use of balance of here: https://github.com/sherlock-audit/2024-12-numa-audit/blob/ae1d7781efb4cb2c3a40c642887ddadeecabb97d/Numa/contracts/lending/CErc20.sol#L158 Will allow vault inflation attack
N/A
N/A
- A user deposits one wei into the contract
- They start monitoring the mempool
- When another user wants to deposit 20eth
- Attacker will front-run the transaction sending 20eth too
- As a result the user will not be minted any tokens due to round down of minted shares to 0
loss of funds for the users
N/A
Implement the reserve