-
# Lines of code
https://github.com/code-423n4/2024-03-neobase/blob/main/src/LendingLedger.sol#L122
# Vulnerability details
## Impact
If a market is removed from the whitelist before a user claims…
-
xiaoming90
medium
# Inaccurate settlement reserve accounting
## Summary
The off-chain accounting of fCash debt or prime cash in the settlement reserve will be inaccurate due to an error when handl…
-
# Lines of code
https://github.com/code-423n4/2024-03-dittoeth/blob/91faf46078bb6fe8ce9f55bcb717e5d2d302d22e/contracts/libraries/LibOracle.sol#L125-L126
https://github.com/code-423n4/2024-03-dittoeth…
-
duc
high
# `_computeClosingFactor` function will return incorrect values, lower than needed, because it uses `collateralizationRate` to calculate the denominator
## Summary
`_computeClosingFactor` …
-
# Lines of code
https://github.com/code-423n4/2023-12-revolutionprotocol/blob/d42cc62b873a1b2b44f57310f9d4bbfdd875e8d6/packages/revolution/src/libs/VRGDAC.sol#L67
# Vulnerability details
## Impact…
-
hyh
high
# Subsequent takes increase next kicker reward, allowing total kicker reward to be artificially amplified by splitting take into a batch
## Summary
Kicker reward is being determined as a p…
-
Submitted by [Franfran](/profile/clnru86oh0000lf08selovtfc)._
### Relevant GitHub Links
https://github.com/vyperlang/vyper/blob/3b310d5292c4d1448e673d7b3adb223f9353260e/vyper/ir/optim…
-
# Lines of code
https://github.com/code-423n4/2024-01-canto/blob/5e0d6f1f981993f83d0db862bcf1b2a49bb6ff50/src/LendingLedger.sol#L88-L91
# Vulnerability details
## Impact
Debt should round up in fu…
-
**Github username:** @saidqayoumsadat
**Twitter username:** saqsadat143
**Submission hash (on-chain):** 0x2bf62b1934129003366ed13bf8720d10490b1108e32214242e63b929ab8b10be
**Severity:** low
**Descrip…
-
# Handle
Dravee
# Vulnerability details
## Impact
Using both named returns and a return statement isn't necessary.
Removing unused named return variables can reduce gas usage (MSTOREs/MLOADs) an…