In the contract ScrvusdOracleV2.vy:raw_price():#L148
it says @param _ts Timestamp at which to see price (only near period is supported)
yet there is no validation for this.
In the contract ScrvusdOracleV2.vy:raw_price():#L148
it says @param _ts Timestamp at which to see price (only near period is supported)
yet there is no validation for this.
A user can pass a timestamp in future or in the past to manipulate the raw price. It can be considered a low issue but many functions depend on the ScrvusdOracleV2.vy:_raw_price():#L286
function which also doesn't have the check.
Manual review
Use checks to validate the value of the timestamps
- See [here]([https://github.com/CodeHawks-Contests/2025-03-curve?tab=readme-ov-file#blockhash-oracle)](https://github.com/CodeHawks-Contests/2025-03-curve?tab=readme-ov-file#blockhash-oracle) on how it is used to verify storage variable - All state roots and proofs must be verified by the OOS `StateProofVerifier` inherited as `Verifier` (where the price values and params are extracted), so there is no proof that manipulating timestamp/inputs can affect a price update - It is assumed that the OOS prover will provide accurate data and the OOS verifier will verify the prices/max unlock time to be within an appropriate bound/values - There is a account existance check in L96 of `ScrvusdVerifierV1.sol`, in which the params for price updates are extracted from
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.