Attackathon _ Fuel Network 32486 - [Blockchain_DLT - Medium] Public RPC node craches via GraphQL API
Description
Brief/Intro
Vulnerability Details
let (count, direction) = if let Some(first) = first {
(first, IterDirection::Forward)
} else if let Some(last) = last {
(last, IterDirection::Reverse)
} else {
// Unreachable because of the check `(None, None, None, None)` above
unreachable!()
};Impact Details
References
Proof of concept
Proof of Concept
Steps to reproduce
Result
PreviousAttackathon _ Fuel Network 32465 - [Blockchain_DLT - High] Abuse of CCP instruction to do cheap memoNextAttackathon _ Fuel Network 32491 - [Smart Contract - Low] Incorrect PushA PopA Mask Calculation
Last updated
Was this helpful?