SShortSingh.
Back to feed

DeFi Protocols Lose Billions Annually to Hacks: Key Vulnerabilities Explained

0
·2 views

Decentralized finance (DeFi) protocols, built on public blockchains using smart contracts, have attracted trillions of dollars in value since pioneers like MakerDAO, Compound, and Uniswap emerged around 2018–2020. However, billions of dollars are drained from these protocols every year through a range of exploits, according to blockchain security firms such as Chainalysis and PeckShield. Core vulnerabilities include flaws in smart contract code — such as reentrancy attacks, logic errors, and access control weaknesses — that allow bad actors to manipulate protocol behavior or siphon funds. External data feeds known as oracles are also frequently targeted, with attackers manipulating asset prices on low-liquidity exchanges to exploit lending or liquidation mechanisms. The open-source and composable nature of DeFi, while fostering innovation, amplifies these risks by exposing entire codebases to scrutiny and allowing a single vulnerability in one protocol to cascade across interconnected systems.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How a Workflow Library Fixes Claude Code's Data Science Reliability Gaps

AI coding agents like Claude Code can generate data science pipelines quickly, but they struggle with reproducibility and state management across long sessions. Key failure modes include training models on stale cached data, redundant recomputation of expensive steps, and mismanaged file paths — all rooted in the agent's limited context memory rather than coding ability. A dependency-aware workflow library called oryxflow addresses these issues by letting developers declare each pipeline step as a task with explicit dependencies, shifting execution control to the engine. This means the agent no longer needs to mentally track what has been computed or whether intermediate outputs are still valid, as the graph structure handles that automatically. The result is a more reliable run-observe-edit loop where completed steps load from cache and stale intermediates are detected structurally rather than silently ignored.

0
ProgrammingDEV Community ·

AI Stack's Profit Paradox: Infrastructure Earns Big While Model Makers Lose

A chart published by Apollo's Torsten Slok reveals a striking inversion in AI industry margins, with semiconductor and equipment firms posting around 41% operating margins while model and application companies sit at roughly -59%. Unlike traditional software, where the customer-facing layer typically captures the most durable profit, AI's margin strength currently lies furthest from the end user. Bulls argue this mirrors early buildout phases of past technologies like cloud and fiber, where infrastructure investment preceded widespread adoption and monetization. Goldman Sachs projects global AI-related investment will surpass $1 trillion in 2026, suggesting the capex cycle is not yet showing signs of slowing. Oracle illustrates the financial strain this creates, reportedly carrying nearly $130 billion in debt and around $260 billion in lease commitments tied to AI infrastructure, alongside negative free cash flow.

0
ProgrammingDEV Community ·

RapidFort Launches Runtime Tool to Monitor Open-Source Packages in Production

RapidFort announced RapidFort Runtime at Black Hat USA, a read-only monitoring tool designed to track its hardened open-source packages once they are running in production environments. The tool continuously watches workloads, detects changes, and surfaces what the company describes as actionable mitigations for DevOps and platform teams. Unlike enforcement-based security agents, Runtime does not block activity but instead focuses on providing visibility into drift between what was originally deployed and what is actually executing on a given pod. RapidFort positions the product as an extension of its existing business of selling reduced, hardened builds of common open-source components. Key details such as pricing, general availability, orchestrator support, and the sourcing of its mitigation feed have not yet been publicly disclosed.

0
ProgrammingDEV Community ·

Top AI Coding Tools of 2026: Cursor Leads, Claude Code and Copilot Follow

Developers at DEV Community spent several months testing seven AI coding tools across real production codebases to identify the best options in 2026. The AI coding tool category has matured and split into distinct types, including AI-native editors, terminal agents, and IDE plugins, making the right choice dependent on individual workflow. Cursor, a VS Code-based editor at $20 per month, is rated the best all-around tool for most developers due to its strong autocomplete, multi-file agent capabilities, and familiar interface. Claude Code is recommended for developers who prefer a terminal-based agent working across entire repositories, while GitHub Copilot at $10 per month offers the best value. For developers unwilling to pay subscriptions, free open-source tools like Cline and Aider are considered genuinely competitive options, with costs limited to LLM API usage.