defirisk.co
rubric v1.7.0

Reentrancy guard on external-calling functions

Euler V2's assessment for RD-F-014 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

nonReentrant confirmed on all core external-calling state-mutating functions: borrow(), repay(), repayWithShares(), pullDebt(), flashLoan(), touch() (Borrowing); deposit/withdraw (Vault); liquidate() (Liquidation); transfer(), transferFrom() (Token). EVC deferred liquidity check pattern preserves atomicity.

Sources #

  • GitHub
    EVK Liquidation ModuleLiquidation.sol — nonReentrant on liquidate()retrieved 2026-05-04
  • GitHub
    EVK Borrowing ModuleBorrowing.sol — nonReentrant on borrow/repay/flashLoan/pullDebt/touchretrieved 2026-05-04

Methodology #

Determine whether all state-mutating functions that perform external calls carry `nonReentrant` or an equivalent reentrancy guard.

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol euler-v2 factor RD-F-014 score green collected_at 2026-05-04 19:56:06