★ Rescue/emergencyWithdraw without timelock
OpenEden's assessment for RD-F-041 — scored red on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
offRamp(uint256 _amt) in OpenEdenVaultV4 (lines 407-411) callable by onlyOperator transfers full underlying USDC balance to treasury in one call. Operator EOA 0xdBC3C410A9EdE40B86482Ca0677EccdeaF5a3fDe is a confirmed bare EOA (Phase -1) and is active (called UpdateEpoch 9 hrs before assessment). No timelock on this function. A compromised or rogue operator can drain the vault to treasury in a single transaction without multisig approval. [★ CRITICAL]
Sources #
- GitHuboffRamp function — onlyOperator, no timelockOpenEdenVaultV4Impl.sol lines 407-411: function offRamp(uint256 _amt) external onlyOperator { _offRamp(address(underlying), treasury, _amt); }retrieved 2026-05-16
- Operator EOA activity confirmationOperator EOA 0xdBC3C410 — active (UpdateEpoch call ~9 hours before assessment), bare EOA confirmed by Phase -1retrieved 2026-05-16
Methodology #
Determine whether a `rescue(…)` or `emergencyWithdraw(…)` function exists callable by admin without a timelock delay on execution.
See the full factor methodology and distribution across all protocols →