50275 sc high eligible user loses jackpot
Submitted on Jul 23rd 2025 at 09:04:01 UTC by @shadowHunter for Attackathon | Plume Network
Report ID: #50275
Report Type: Smart Contract
Report severity: High
Target: https://github.com/immunefi-team/attackathon-plume-network/blob/main/plume/src/spin/Spin.sol
Impacts:
Theft of unclaimed yield
Description
Brief/Intro
Any spin initiated before the start of Week 12 is eligible for the jackpot. However, if a user spins X seconds before the Week 12 cutoff but the Supra oracle callback arrives at—or after—the start of Week 12, the user does not receive the jackpot, even when the random result would otherwise qualify.
Vulnerability Details
See the Proof of Concept section below.
Impact Details
User will lose jackpot even when they were qualified.
Recommendation
Week should be calculated from the spin time and not the callback time.
Proof of Concept
Was this helpful?