id
large_stringlengths
16
92
source_platform
large_stringclasses
3 values
contest
large_stringclasses
418 values
issue_id
large_stringlengths
0
25
severity
large_stringclasses
2 values
title
large_stringlengths
3
307
description
large_stringlengths
0
495k
source_url
large_stringlengths
0
86
domain
large_stringclasses
1 value
scraped_at
large_stringdate
2026-05-08 04:37:49
2026-05-08 04:37:49
unknown:f4001a34ce361026
sherlock
new-scope-2024-06
High
Attacker may manipulate borrow interest rates of the protocol
Interest rate manipulation through strategic borrowing/repaying allows attacker to artificially inflate rates, harming existing borrowers.
defi
2026-05-08T04:37:49Z
unknown:4eb76bd73bc0696b
sherlock
new-scope-2024-06
High
Incorrect deduction of accruedToTreasuryShares from totalSupply causing loss of shares
Treasury share accounting error causes incorrect totalSupply tracking, leading to share dilution and fund loss for depositors.
defi
2026-05-08T04:37:49Z
unknown:6ec61bcdba5201bd
sherlock
new-scope-2024-06
High
_repayDebtTokens wrongly sets nextDebtShares leading to false liquidityRate and borrowRate
Incorrect debt share update during repayment causes cascading errors in interest rate calculations affecting all protocol users.
defi
2026-05-08T04:37:49Z
unknown:89c489a782600b6a
sherlock
new-scope-2024-06
High
Missing a conversion step from shares to assets in executeLiquidationCall
Liquidation function fails to convert shares to assets, causing liquidators to seize incorrect collateral amounts.
defi
2026-05-08T04:37:49Z
unknown:4d764cc06ccfe1b4
sherlock
new-scope-2024-06
High
Missing fee shares update to totalSupplies causes inconsistent state
Fee shares not properly added to totalSupplies.supplyShares creates accounting inconsistency that compounds over time.
defi
2026-05-08T04:37:49Z
unknown:f7ec798e0072188b
sherlock
new-scope-2024-06
High
Incorrect accounting when executing mint to treasury in withdrawals
Treasury minting during withdrawal uses stale values, causing incorrect share distribution and potential insolvency.
defi
2026-05-08T04:37:49Z
unknown:60cbb3c1e2ef282c
sherlock
new-scope-2024-06
High
actualDebtToLiquidate incorrectly calculated by assigning share amount instead of underlying assets
Liquidation debt calculation uses raw share counts rather than converted asset values, leading to under/over-liquidation.
defi
2026-05-08T04:37:49Z
unknown:d1c2c25883cb6751
sherlock
new-scope-2024-06
High
Lender who deposits after interest rate increase cannot withdraw whole balance
Interest rate accrual bug prevents late depositors from withdrawing full balance, effectively locking a portion of their funds.
defi
2026-05-08T04:37:49Z
unknown:972083a25f8c7825
sherlock
velar-artha-perpdex-2024-08
High
User can sandwich their own position close to recoup all position fees
Traders can front-run their own position closure with a mint, then back-run with a burn, recovering all accumulated fees from the position.
defi
2026-05-08T04:37:49Z
unknown:eea3d4bcd8b6da69
sherlock
velar-artha-perpdex-2024-08
High
Fee precision loss disrupts liquidations and causes loss of funds
Fee calculation precision errors in the PerpDEX cause liquidation transactions to revert or execute incorrectly, leaving bad debt.
defi
2026-05-08T04:37:49Z
unknown:348f2228a0554585
sherlock
velar-artha-perpdex-2024-08
High
Traders may decrease their trading loss via mint/burn
Traders exploit mint/burn mechanics to artificially reduce their trading losses by diluting the fee pool before closing positions.
defi
2026-05-08T04:37:49Z
unknown:ec75b774565d8c36
sherlock
velar-artha-perpdex-2024-08
High
The api.burn function should have cool down period
Missing cooldown on burn allows atomic mint-trade-burn exploits where users can manipulate LP share value within a single transaction.
defi
2026-05-08T04:37:49Z
unknown:ebb01e606f4cc299
sherlock
sentiment-v2-2024-08
High
User can seize more assets during liquidation by using type(uint).max
Liquidators bypass collateral seizure limits by passing type(uint).max as repayment amount, replaying the repayment to seize excess collateral.
defi
2026-05-08T04:37:49Z
unknown:c2323226721a72db
sherlock
sentiment-v2-2024-08
High
Attacker could update RedstoneOracle price to older one to liquidate positions
Oracle price can be set backwards in time using stale Redstone data, enabling attackers to trigger unfair liquidations at manipulated prices.
defi
2026-05-08T04:37:49Z
unknown:6b09893f18b229e8
sherlock
sentiment-v2-2024-08
High
Red Stone Oracle can time travel - atomic manipulation between different prices
RedstoneCoreOracle can be atomically manipulated back and forth between different historical prices within the same block, enabling oracle arbitrage.
defi
2026-05-08T04:37:49Z
unknown:9f44c00d26113944
sherlock
sentiment-v2-2024-08
High
Liquidator can seize all collateral assets from all liquidatable positions
Liquidator bypasses _validateSeizedAssetValue() check by exploiting calculation logic to seize 100% of position collateral regardless of debt size.
defi
2026-05-08T04:37:49Z
unknown:fc1300f9095ba77f
sherlock
sentiment-v2-2024-08
High
Exploiter can always bypass LIQUIDATION_DISCOUNT and seize all collateral
Liquidation discount mechanism can be circumvented, allowing liquidators to take all collateral rather than the intended discounted portion.
defi
2026-05-08T04:37:49Z
unknown:f49a5aae626d70cc
sherlock
sentiment-v2-2024-08
High
No greater timestamps check in RedstoneCoreOracle
Missing timestamp monotonicity check allows oracle updates with older data, enabling price manipulation through selective data submission.
defi
2026-05-08T04:37:49Z
unknown:36309bdfcb9e8b9e
sherlock
sentiment-v2-2024-08
High
Rounding error due to internal accounting allows stealing first depositors funds
Share inflation attack through rounding errors in internal accounting lets early depositors steal from subsequent depositors.
defi
2026-05-08T04:37:49Z
unknown:d4bdbcc73cc22e89
sherlock
sentiment-v2-2024-08
High
Loss of users fund through share inflation attack in Pool.sol
Classic ERC4626 vault inflation attack on Pool.sol where attacker manipulates price per share to steal depositor funds.
defi
2026-05-08T04:37:49Z
unknown:a160b1c3fb43f2ae
sherlock
cork-protocol-2024-08
High
Missing slippage protection when redeeming rewards from LV
Lack of slippage protection on LV reward redemption exposes users to sandwich attacks and MEV extraction during withdrawal.
defi
2026-05-08T04:37:49Z
unknown:b8cac7eaf0083b64
sherlock
cork-protocol-2024-08
High
Lack of slippage protection in VaultLib leads to MEV and user losses
VaultLib operations execute without slippage bounds, allowing MEV bots to extract value from users through sandwich attacks.
defi
2026-05-08T04:37:49Z
unknown:53f4cfe8da943815
sherlock
cork-protocol-2024-08
High
FlashSwapRouter assumes 1:1 exchange rate between RA and CT+DS causing fund loss
Router incorrectly assumes parity between RA and CT+DS tokens, leading to incorrect swap calculations and direct fund loss for users.
defi
2026-05-08T04:37:49Z
unknown:607189612d677b3e
sherlock
cork-protocol-2024-08
High
FlashSwapRouter mistakenly transfers RA tokens to DS buyers causing LV holder losses
Router sends RA tokens meant for liquidity vault to DS buyers due to accounting error, directly reducing LV holder value.
defi
2026-05-08T04:37:49Z
unknown:c43d3894b398180a
sherlock
cork-protocol-2024-08
High
PsmLib.repurchase() does not increase locked amount of RA
Missing locked RA increment during repurchase allows withdrawal of RA that should be locked, leading to protocol insolvency.
defi
2026-05-08T04:37:49Z
unknown:7ff30cc3da63136f
sherlock
cork-protocol-2024-08
High
PsmLib.lvRedeemRaWithCtDs() does not decrease locked RA amount
Redemption function fails to reduce locked RA counter, causing accounting mismatch that allows double-spending of locked reserves.
defi
2026-05-08T04:37:49Z
unknown:9595d2cb5cf3585b
sherlock
cork-protocol-2024-08
High
Incorrect implementation of PsmLib.unsafeIssueToLv() function
Unsafe issuance to LV has incorrect implementation causing tokens to be minted without proper backing, leading to insolvency risk.
defi
2026-05-08T04:37:49Z
unknown:08ab68b0f5f82ecb
sherlock
cork-protocol-2024-08
High
DsFlashSwap.emptyReserve() incorrectly always returns 0
Reserve emptying function always returns 0 instead of actual reserve amount, breaking reserve management and causing fund loss.
defi
2026-05-08T04:37:49Z
unknown:91b28ec9e7366a92
sherlock
cork-protocol-2024-08
High
Incorrect psmRa in VaultLib._liquidatedLp() function
Wrong RA amount passed to liquidated LP calculation causes incorrect distribution of funds during liquidation events.
defi
2026-05-08T04:37:49Z
unknown:129ca6aa6744255f
sherlock
cork-protocol-2024-08
High
VaultPoolLib::reserve() stores Pa incorrectly leaving funds untracked after expiry
Incorrect storage of Protocol Asset in reserve function leaves funds untracked once the deposit expires, causing permanent fund loss.
defi
2026-05-08T04:37:49Z
unknown:969aaa4b354c4ffa
sherlock
cork-protocol-2024-08
High
Users redeeming with Ds in Psm will not decrease correct amount of locked Ra
Ds redemption uses wrong locked RA calculation, allowing users to redeem more RA than intended, leading to insolvency.
defi
2026-05-08T04:37:49Z
unknown:d0a9e7f53f98f68d
sherlock
perpetual-2024-02
High
Instant arbitrage opportunity in OracleMaker
OracleMaker can be instantly arbitraged by exploiting price update timing, allowing risk-free profit extraction from the maker pool.
defi
2026-05-08T04:37:49Z
unknown:967ac2168e674b0f
sherlock
perpetual-2024-02
High
Two Pyth prices can be used in same transaction to attack LP pools
Attacker uses two different Pyth oracle prices within a single transaction to exploit price discrepancy and drain LP pool funds.
defi
2026-05-08T04:37:49Z
unknown:dd8ba32997bc0172
sherlock
perpetual-2024-02
High
LP can instantly arbitrage and drain any Maker by updating Pyth price
Permissionless Pyth price updates allow LPs to atomically update price and trade in same tx, draining maker through arbitrage.
defi
2026-05-08T04:37:49Z
unknown:6d89c88ccd9d58bd
sherlock
perpetual-2024-02
High
Funding fee rate calculated only on OracleMaker skew but applied across entire market
Funding rate based solely on OracleMaker skew can be manipulated at low cost to generate extreme funding rates exploitable across all markets.
defi
2026-05-08T04:37:49Z
unknown:af0bddfc7bd0b778
sherlock
perpetual-2024-02
High
Whale LPs can make admin risk control parameters ineffective
Large LPs can circumvent protocol risk parameters by exploiting position sizing mechanics, rendering admin safety controls useless.
defi
2026-05-08T04:37:49Z
unknown:417cee1341ba6cd3
sherlock
perpetual-2024-02
High
Draining maker through funding fee manipulation
Attacker generates extreme funding rate by manipulating OracleMaker skew, then collects outsized funding payments to drain the maker.
defi
2026-05-08T04:37:49Z
unknown:36dc21deb63aced5
sherlock
perpetual-2024-02
High
Attackers can lock market funds and steal funds in the maker
Market fund locking attack prevents normal transaction execution while attacker extracts value from the maker contract.
defi
2026-05-08T04:37:49Z
unknown:dc689f3334c183a4
sherlock
teller-finance-2024-04
High
Collateral tokens withdrawn by liquidateDefaultedLoanWithIncentive frozen in contract
Liquidation function withdraws collateral but fails to transfer it to the liquidator, leaving tokens permanently locked in the contract.
defi
2026-05-08T04:37:49Z
unknown:37b3ed393aee955e
sherlock
teller-finance-2024-04
High
_getCollateralTokensAmountEquivalentToPrincipalTokens uses incorrect min/max for oracle prices
Oracle price bounds are inverted (min used where max should be), enabling sandwich attacks to borrow with minimal collateral.
defi
2026-05-08T04:37:49Z
unknown:0abcd7ca43a07958
sherlock
teller-finance-2024-04
High
Burning shares prior to computing withdraw value locks earnings forever
Share burn before value calculation uses deflated totalSupply, causing withdrawal to return less than entitled and locking remainder.
defi
2026-05-08T04:37:49Z
unknown:33c0ec2dd93c7c7e
sherlock
teller-finance-2024-04
High
Sandwich attack can take most of interest earned within LenderCommitmentGroup
MEV bots can sandwich deposit/withdraw around interest accrual events to extract majority of earned interest from the lending pool.
defi
2026-05-08T04:37:49Z
unknown:7b18d964372c24d4
sherlock
teller-finance-2024-04
High
Using slot0 to compute position price can be easily manipulated
Uniswap V3 slot0 price used for collateral valuation is trivially manipulable via flash loans, enabling undercollateralized borrowing.
defi
2026-05-08T04:37:49Z
unknown:edee1ed2ca414e26
sherlock
teller-finance-2024-04
High
STANDARD_EXPANSION_FACTOR makes required collateral 1e18 times smaller than intended
Collateral requirement divided by expansion factor instead of multiplied, making loans massively undercollateralized.
defi
2026-05-08T04:37:49Z
unknown:72d262184c4416cc
sherlock
teller-finance-2024-04
High
Liquidations in LenderCommitmentGroup do not include owed interest
Liquidation calculation ignores accrued interest, allowing borrowers to default on interest payments without liquidation trigger.
defi
2026-05-08T04:37:49Z
unknown:e383461c42dbeee1
sherlock
titles-publishing-protocol-2024-04
High
Attacker can mint whole supply of Work tokens for price of one token
mintBatch function charges fee only once regardless of quantity, allowing attacker to mint entire token supply at minimal cost.
defi
2026-05-08T04:37:49Z
unknown:105614e8fd20cbdd
sherlock
titles-publishing-protocol-2024-04
High
Collection referrer share sent to wrong address - referrer gets collection referrer share
Fee splitting logic sends collection referrer's portion to mint referrer due to variable naming error, causing permanent fee loss.
defi
2026-05-08T04:37:49Z
unknown:37d1fde4407cc31b
sherlock
titles-publishing-protocol-2024-04
High
mintBatch uses msg.value in for loop allowing users to mint tokens for free
Batch minting reuses msg.value in each loop iteration, allowing users to mint N tokens while only paying for one.
defi
2026-05-08T04:37:49Z
unknown:b3bcab86fe3e6f72
sherlock
amphor-2024-03
High
Calling claimDeposit after requestDeposit in same epoch leads to loss of deposits
Claiming deposit in same epoch as request returns 0 shares due to unsettled epoch, permanently burning the deposit amount.
defi
2026-05-08T04:37:49Z
unknown:9494ad38e1aa2c6f
sherlock
amphor-2024-03
High
Claiming redemption in same epoch as request leads to loss of funds
Immediate claim after redeem request in same epoch returns 0 assets while burning shares, causing permanent fund loss.
defi
2026-05-08T04:37:49Z
unknown:3dd8127206e4c921
sherlock
amphor-2024-03
High
Exchange rate calculated incorrectly when vault is closed potentially leading to fund theft
Incorrect exchange rate during vault closure allows attacker to extract more assets than their share entitles them to.
defi
2026-05-08T04:37:49Z
unknown:5447b638eaa3b934
sherlock
amphor-2024-03
High
Malicious user can freeze all assets deposited in current epoch via claimAndRequestDeposit
Griefing attack freezes all epoch deposits by exploiting claimAndRequestDeposit's interaction with unsettled state.
defi
2026-05-08T04:37:49Z
unknown:13dc75ba4def6a02
sherlock
amphor-2024-03
High
requestRedeem with sender != owner leads to shares locked in vault forever
When msg.sender differs from owner in requestRedeem, shares are transferred to vault but redeem mapping set for wrong address.
defi
2026-05-08T04:37:49Z
unknown:7c033cde81db7b3d
sherlock
napier-2024-01
High
ERC4626 Vault Inflation Attack on BaseLSTAdapter
Classic vault inflation attack on LST adapter allows first depositor to manipulate share price and steal subsequent deposits.
defi
2026-05-08T04:37:49Z
unknown:9584c6bc2939fe49
sherlock
napier-2024-01
High
Victims fund stolen due to rounding error and exchange rate manipulation
Exchange rate manipulation combined with rounding errors in PT/YT system allows attacker to steal funds from other users.
defi
2026-05-08T04:37:49Z
unknown:42599b527cf4b589
sherlock
napier-2024-01
High
YT holders cannot receive portion of principal allocated by PT holders due to manipulation
Manipulation of yield token accounting prevents YT holders from claiming their rightful share of principal, causing fund loss.
defi
2026-05-08T04:37:49Z
unknown:3a5e75d729bc4590
sherlock
napier-2024-01
High
All yield could be drained if users set any >0 allowance to others
Non-zero allowance enables attacker to drain all accumulated yield from the Tranche contract through approval exploitation.
defi
2026-05-08T04:37:49Z
unknown:cb6790aea367eeae
sherlock
napier-2024-01
High
Attacker can steal unclaimedYield from any account in the Tranche
Unclaimed yield theft via direct call to Tranche contract bypassing intended access controls, stealing accumulated yield.
defi
2026-05-08T04:37:49Z
unknown:5276db23f6429e50
sherlock
goat-trading-2024-03
High
Liquidity provider can grief LPs users rewards by siphoning fees
LP exploits fee distribution mechanism to redirect fees intended for other providers to themselves.
defi
2026-05-08T04:37:49Z
unknown:02424e2d0acd9972
sherlock
goat-trading-2024-03
High
Hacker can steal fee from LPs
Fee theft from liquidity providers through manipulation of the trading fee distribution calculation.
defi
2026-05-08T04:37:49Z
unknown:8d37afb60aa94d71
sherlock
winnables-raffles-2024-08
High
Attacker can DOS raffle creation by canceling all PRIZE_LOCKED raffles
Missing access control on cancelRaffle allows anyone to cancel raffles in PRIZE_LOCKED state, preventing all future raffle creation.
defi
2026-05-08T04:37:49Z
unknown:44d8a8de74ed12a9
sherlock
winnables-raffles-2024-08
High
_lockedETH not decremented on raffle cancellation causing permanent fund lock
Raffle cancellation refunds players but fails to decrement _lockedETH counter, permanently locking ETH in the contract.
defi
2026-05-08T04:37:49Z
unknown:47cd865ae24c944a
sherlock
winnables-raffles-2024-08
High
Malicious user can prevent prize claiming for fulfilled raffles
Attacker calls propagateRaffleWinner with invalid prizeManager/chainSelector, sending CCIP message to wrong destination and locking prize.
defi
2026-05-08T04:37:49Z
unknown:49aff6bf96a60591
sherlock
winnables-raffles-2024-08
High
Malicious user can block prize distribution and raffle cancellation
CCIP exception handling failure allows attacker to permanently block prize distribution by causing revert in message receipt.
defi
2026-05-08T04:37:49Z
unknown:db20130e0b18ea6b
sherlock
winnables-raffles-2024-08
High
No input validation for prizeManager and chainSelector in propagateRaffleWinner
Missing validation on cross-chain parameters allows anyone to send winner notification to arbitrary chain/address, locking prizes.
defi
2026-05-08T04:37:49Z
unknown:3f6020cee61e3e32
sherlock
zivoe-2024-03
High
Reward rate can be diluted in rewards contracts via zero-amount deposits
Attacker calls depositReward with 0 amount repeatedly to extend periodFinish, diluting reward rate for legitimate stakers.
defi
2026-05-08T04:37:49Z
unknown:d92f6dc53c8d0896
sherlock
zivoe-2024-03
High
revokeVestingSchedule incorrectly decreases _totalSupply causing accounting errors
Vesting revocation uses wrong amount to decrease totalSupply, breaking share accounting and potentially causing insolvency.
defi
2026-05-08T04:37:49Z
unknown:e83d2bbfce8bf6d5
sherlock
zivoe-2024-03
High
depositReward can be called by anyone with any asset leading to lost/locked funds
Missing access control on depositReward allows anyone to deposit arbitrary tokens, diluting reward distribution and locking funds.
defi
2026-05-08T04:37:49Z
unknown:ecc255d170e45c8f
sherlock
zivoe-2024-03
High
Attacker can nullify rewards in ZivoeRewards and ZivoeRewardsVesting
Griefing attack through repeated zero-amount reward deposits extends reward period indefinitely, effectively nullifying rewards.
defi
2026-05-08T04:37:49Z
unknown:16b2708825761eb9
sherlock
zivoe-2024-03
High
Users can still vote after their vest is revoked due to incorrect checkpoint update
_writeCheckpoint not properly updated during revocation allows revoked vestees to retain voting power they should have lost.
defi
2026-05-08T04:37:49Z