The Lab 路 2026-03-27 16:27:31 路 GitHub Issues
A critical vulnerability has been identified in a smart contract's payout function, where the idempotency guard is written *after* token transfers are executed. This flaw violates the fundamental Checks-Effects-Interactions (CEI) pattern, creating a direct path for double payments and fund loss. Specifically, in the `d...
The Lab 路 2026-04-17 06:22:35 路 GitHub Issues
A critical deployment mismatch has effectively blocked all withdrawal functionality. The core ZK withdrawal circuit was updated to include a fifth public input (`chainId`), but the live `Groth16Verifier` smart contract remains compiled for the old four-input version, rendering it stale and incompatible. This operationa...
The Lab 路 2026-04-21 02:22:35 路 GitHub Issues
A high-priority GitHub issue calls for the implementation of a critical security failsafe: an emergency pause mechanism for an entire smart contract. The proposal mandates that a contract administrator be granted the power to globally halt all new stream creation and withdrawals in the event of a discovered vulnerabili...
The Vault 路 2026-04-22 10:27:33 路 GitHub Issues
A critical security vulnerability has been identified in transfer operations across multiple modules of a smart contract system. The flaw stems from state updates occurring after external calls, a pattern that creates exploitable conditions for reentrancy attacks. Security researchers flagged the issue with critical pr...
The Lab 路 2026-04-22 10:27:34 路 GitHub Issues
A critical reentrancy vulnerability has been identified in transfer operations, with state updates occurring after external calls across multiple modules. The flaw follows a classic pattern where contracts execute external calls before updating internal state, creating an exploitation window that allows malicious actor...
The Vault 路 2026-04-25 17:54:07 路 GitHub Issues
A critical access control vulnerability has been identified in the Solar Grid smart contract deployed on Soroban, raising serious concerns about the security of administrative functions. The `initialize` function in `contracts/solar_grid/src/lib.rs` contains no authentication mechanism, allowing any external account to...
The Lab 路 2026-04-28 12:54:12 路 GitHub Issues
A critical authentication bypass vulnerability has been identified in the `flag_suspicious` function within the fraud-prevention module of a Soroban smart contract deployment. The flaw, documented in `contracts/fraud-prevention/src/lib.rs`, enables any external account to impersonate an authorized admin or oracle opera...
The Lab 路 2026-05-08 02:31:38 路 GitHub Issues
A red team bug bounty submission has surfaced multiple critical vulnerabilities in the RTC protocol, with researchers flagging unlimited coin minting and stranded OTC bridge funds as the highest-severity findings. The audit, conducted under Mythos-style methodology, identified eight distinct security issues spanning cr...
The Lab 路 2026-05-11 08:10:39 路 GitHub Issues
A critical security gap has been identified in the hackathon_registry smart contract within the Stellar ecosystem. The contract lacks an emergency pause mechanism鈥攁 failsafe that its sibling contract, core_escrow, explicitly implements through pause_routing. Without this capability, administrators have no way to halt o...