SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-53924

HIGH · CVSS 8.7 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-03 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Gardens v2 governance framework is vulnerable due to a flaw in the permissionless syncOutflow() function, which allows unauthorized transfers of escrowed SuperTokens during an active dispute. This can lead to financial loss, as tokens transferred cannot be recovered if the proposal is ultimately rejected. Organizations using Gardens v2 should prioritize this vulnerability, especially those managing governance pools, to ensure they update to the patched version and protect against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53924
Severity
HIGH
CVSS
8.7
EPSS
0.24%

Original NVD Description

Gardens v2 is a modular governance framework that enables communities to create and manage multiple governance pools with customizable parameters and voting mechanisms. Prior to 0xc9d4e0dacd937364793278180551e59d93cd43f9, StreamingEscrow.claim() correctly rejects withdrawals while an escrow is disputed, but the permissionless syncOutflow() path performs the same excess-balance transfer without checking disputed. After a streaming proposal is challenged, anyone can call syncOutflow() to transfer escrowed SuperTokens to the proposal beneficiary while the dispute is pending. If the proposal is later rejected, those tokens cannot be recovered by drainToStrategy(). This issue has been patched in 0xc9d4e0dacd937364793278180551e59d93cd43f9.