Technical Root Cause: The "Point at Infinity"
Published 7/13/2026, 3:34:10 PM
The Bonzo Lend $9M exploit on July 11, 2026, is highly likely to trigger broader oracle security concerns because the root cause was not a failure of price accuracy, but a fundamental cryptographic flaw in on-chain signature verification. By exploiting a "point at infinity" vulnerability in Supra’s oracle verifier, an attacker inflated collateral value by 12 orders of magnitude, turning a $50 deposit into over $9M in borrowing power [Source: https://x.com/ilmeaalim/status/2075905177203417317].
Technical Root Cause: The "Point at Infinity"
The exploit targeted the Supra requireHashVerified_V2 contract on the Hedera network. The vulnerability stemmed from how the system handled zeroed BLS signatures.
- Signature Forgery: The attacker submitted a price update for SAUCE/wHBAR using a zeroed signature (
[0,0]). - Verification Logic Failure: Hedera’s pairing precompile (system contract
0.0.8) was used to verify the signature. When both the signature and the committee public key were zeroed, they resolved to the "point at infinity" in elliptic curve cryptography. - Mathematical Loophole: The pairing equation was mathematically satisfied by these zeroed inputs, causing the precompile to return
true. This validated a forged price update that set the SAUCE price to an astronomical level [Source: https://x.com/ilmeaalim/status/2075905177203417317].
Impact on Bonzo Lend and Hedera DeFi
The exploit resulted in a near-total drain of available liquidity for major assets on the platform.
| Metric | Value / Impact | Source |
|---|---|---|
| Total Loss | ~$9.05M (6.63M USDC + 34.5M wHBAR) | Source |
| Bonzo TVL Change | -77% within 24 hours | Source |
| Hedera DeFi TVL | -21% ecosystem-wide drop | Source |
| Initial Collateral | 250 SAUCE (~$50) | Source |
Broader Oracle Security Implications
This event shifts the DeFi security narrative from "price manipulation" (e.g., flash loan attacks) to "verification integrity."
- Vulnerability of "Pull" Oracles: The exploit highlights a specific risk in on-demand (pull) oracle models. While efficient, they rely entirely on the on-chain environment to catch cryptographic edge cases. If the verification contract has a flaw, the protocol has no secondary defense against forged data [Source: https://x.com/ilmeaalim/status/2075905177203417317].
- Systemic Dependency Risks: The 21% drop in Hedera's total DeFi TVL demonstrates how a single oracle provider's bug can destabilize an entire ecosystem's liquidity layer [Source: https://x.com/shuigvn/status/2076324120774778954].
- Demand for Application-Layer Safeguards: Analysts are now calling for "sanity checks" or circuit breakers within lending protocols. These would automatically halt borrowing if an oracle reports a price change exceeding a realistic threshold (e.g., >10% in a single block), regardless of whether the signature is "valid" [Source: https://x.com/ilmeaalim/status/2075905177203417317].
Current Status: Supra has deployed a fix to the verifier contract on the Hedera mainnet. Bonzo Lend remains paused while recovery efforts continue; approximately $1M was successfully intercepted by a white-hat responder [Source: https://x.com/ilmeaalim/status/2075905177203417317].