Skip to content

Instantly share code, notes, and snippets.

View Preshy's full-sized avatar
🏠
Working from home

Mr P Preshy

🏠
Working from home
  • Remote
View GitHub Profile
@Preshy
Preshy / ExploitVesper.t.sol
Created June 21, 2026 20:44
Vesper VPool first-depositor inflation PoC — minDepositLimit=1 enables vault draining
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;
import {Test, console} from "forge-std/Test.sol";
// ============================================================
// PoC: Vesper VETH — First-Depositor Share Inflation
// minDepositLimit = 1 wei enables front-running inflation
// Target: Vesper vaETH (Immunefi, no KYC, $50k critical)
// ============================================================