Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

fuellabs/fuel-core
master @ 540fb5f
60
Fixes
0
CVEs
CRITICAL
Peak severity
50.0%
Coverage
Highlights
Denial of Service: 40 prior fixes. Scrutinize any change in this area.
fuel-core/src/executor.rs: most-fixed (6 issues). Treat as high-risk during review.
43 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Denial of Service: Unbounded request processing can cause memory exhaustion and node crashes. The GraphQL endpoint was vulnerable to DoS until maximum payload body limits and concurrency limit middleware were introduced. Developers must ensure all HTTP/GraphQL routes enforce strict resource limits.
Double Spending: Critical logical bypasses in transaction status evaluation could allow asset generation or double-spending. Specifically, transaction withdrawal messages were processed even when parent transactions reverted, which required checking the explicit transaction execution status to resolve.
Auth Bypass: Skipping essential signature checks during validation configurations can compromise the entire ledger's state. When UTXO validation was enabled, signature verification of transaction input signatures was mistakenly bypassed, leaving inputs unguarded.