FoxHat logoFoxHat
All articles
Research

Supply chain attacks: why the bill is heading toward $138 billion

Cybersecurity Ventures predicts supply chain attack damages will reach $138 billion by 2031. We look at the real numbers behind software supply chain risk in 2024.

FoxHat ResearchSeptember 3, 2024 7 min read

Supply chain attacks are not new, but their economics have changed. A single compromised open-source package, a poisoned CI/CD pipeline, or a backdoored software update can now breach thousands of downstream organizations simultaneously. The cost model has shifted from 'one company, one ransom' to 'one breach, thousands of victims' — and the numbers are staggering.

$138Bpredicted annual damage from supply chain attacks by 2031Source: Cybersecurity Ventures / Snyk 2023 Software Supply Chain Attack Report
$46Bestimated annual damage in 2023Source: Cybersecurity Ventures / Snyk 2023
183,000+customers affected by supply chain attacks in 2024Source: Statista supply chain attack statistics, 2024

The attack surface is your dependency graph

Modern applications are dependency graphs with a little custom code sprinkled on top. The average enterprise application pulls in hundreds of direct dependencies and thousands of transitive ones. Each is a potential insertion point: a malicious update to a popular npm package, a compromised GitHub Actions runner, or a hijacked maintainer account. When the xz utils backdoor attempt was discovered in early 2024, it showed just how close the open-source ecosystem came to a catastrophic, near-universal compromise.

Key supply chain incidents that shaped 2023-2024

  • SolarWinds Orion (2020, but still shaping regulation and vendor audits in 2024)
  • 3CX desktop app compromise (2023) — a signed, legitimate application shipping malware
  • MOVEit Transfer zero-day (2023) — one vendor flaw → thousands of downstream breaches
  • xz utils backdoor attempt (2024) — a social-engineering campaign to insert a backdoor into a critical Linux compression library
  • PyPI and npm package compromises — weekly incidents where attackers typosquat or hijack maintainers

The regulatory response

Governments are responding with mandatory software bills of materials (SBOMs), supply-chain security requirements for federal contractors, and increased liability for software vendors. The EU Cyber Resilience Act and the U.S. Executive Order on Improving the Nation's Cybersecurity both push responsibility upstream: if you ship software, you are increasingly expected to prove you know what is in it and that it has not been tampered with.

What organizations can do now

  • Maintain accurate SBOMs for every production artifact and scan them for known vulnerabilities.
  • Sign artifacts at build time and verify signatures before deployment.
  • Monitor for compromised dependencies with automated tools that flag unusual maintainer changes.
  • Segment CI/CD pipelines so a compromise in one project cannot poison the build system for others.
  • Continuously monitor the open web for leaked source code, credentials, and build artifacts tied to your organization.

Supply chain security is no longer a vendor-risk checkbox. It is a core engineering discipline, and the organizations that treat it as such will be the ones that survive the next MOVEit-scale event.

The global cost of software supply chain attacks to businesses will reach nearly $138 billion by 2031.
Cybersecurity Ventures, State of Software Supply Chain Security 2023

See your exposure surface in 60 seconds

FoxHat continuously hunts your exposed repositories, assets, credentials, and secrets across the open and dark web.

Start free scan

Keep reading