Urgent.News

What's breaking now, across thousands of outlets.

Tech

Cross-Chain Bridge Risk Assessment: Gauntlet

Cross-Chain Bridge Risk Assessment: Gauntlet Target Protocol : Gauntlet (TVL: $1630.6M) Cross‑Chain Bridge Risk Assessment – Gauntlet TVL: ≈ $1.63 B (Ethereum + L2s) Date: 24 Sep 2026 Prepared by: Senior DeFi Security Researcher – [Your Name] 1. Executive Summary Gauntlet operates a high‑value cross‑chain bridge that enables the transfer of ERC‑20, ERC‑721 and custom L2 assets between Ethereum…

The Gauntlet cross-chain bridge, which moved $1.63B worth of assets between Ethereum and Layer-2 networks as of September 2026, is deemed to have significant risk according to a security assessment. The bridge's smart contracts contain three high-severity vulnerabilities: re‑entrancy in the withdraw function, unchecked external calls, and integer overflow in fee calculations.

The relayer/validator design also suffers from two high-severity issues: insufficient finality quorum and no slashing for validator equivocation, both of which could enable collusion attacks.

The bridge's price oracle and fee mechanism are rated medium severity due to a single-source price feed that could be manipulated, and lack of fallback to median feeds. Governance and upgrade mechanisms are rated medium severity because a single "TimelockAdmin" address can upgrade the bridge without multi-sig verification, and there are no bounds checks on certain parameters.

Finally, there is a low-severity liquidity issue: the bridge holds no automated liquidity backstop when reserves fall below 5% of total value locked, leaving users exposed to liquidity exhaustion attacks. Overall, the assessment gave the Gauntlet bridge a risk score of 7.4 out of 10, indicating moderate-to-high systemic risk.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Leaked GitHub app keys retain live access

Hundreds of GitHub App private keys exposed in public code remain valid, allowing authentication to GitHub and, in some cases, access to private repositories and organisation-level controls, security…

  • 474 GitHub App keys (10%) successfully authenticated against GitHub’s API.
  • Many keys remain usable until manually revoked, affecting major organizations like the CDC.

JavaScript Array Methods: 7 Essential Methods Every Developer Needs

The Array object in JavaScript enables us to store a collection of data under a single variable name and provides various built-in methods to manipulate that data.

  • Array forEach iterates array elements, performing actions without returning a value.
  • Array map creates new array by applying function to each element, preserving original.
  • Array filter generates new array with elements passing test function, leaving original unchanged.

More from Thursday 24 September →