Supply Chain Attack Statistics (2026): 48 Data Points on Open Source, SBOM, and npm Malware

Software supply chain statistics 2026: Sonatype and Synopsys data on +156% attack growth, 245,000+ malicious packages, 82% open-source codebase composition, 54% SBOM adoption, 52% solo maintainers, and $4.63M breach costs.

Malicious software supply chain attacks surged +156.0% as over 245,000 malicious packages were removed from npm and PyPI, open-source libraries compose 82.0% of enterprise application codebases, 52.0% of critical open-source tools rely on only 1 or 2 maintainers, and supply chain breaches average $4.63 million in damages. While typosquatting represents 64% of malicious packages and 74% attempt to steal developer AWS/SSH credentials, 54% of enterprises mandate automated SBOM generation in CI/CD and only 16% of tech companies sponsor open source. The figures below come from empirical research published by Sonatype, Synopsys, Linux Foundation, Harvard University LISH, Snyk, and IBM Security.

TL;DR

  • Malicious software supply chain attacks targeting open-source registries surged +156.0% year-over-year (Sonatype)
  • Over 245,000 malicious open-source packages were identified and neutralized across npm, PyPI, and RubyGems
  • 82.0% of all code in modern enterprise proprietary application codebases consists of open-source dependencies (Synopsys)
  • 64.0% of malicious supply chain packages exploit typosquatting or dependency confusion mimicking famous package names
  • 22.0% of supply chain compromises occur when attackers hijack legitimate maintainer accounts via credential stuffing
  • A single direct open-source package declaration pulls in an average of 86 indirect transitive dependencies (OpenSSF)
  • 54.0% of enterprise software engineering organizations mandate automated machine-readable SBOM generation in CI/CD
  • 76.0% of software vendors selling to the US Federal Government comply with mandatory Executive Order 14028 SBOM rules
  • 62.0% of open-source dependencies deployed in enterprise production code are more than two major versions outdated
  • An enterprise data breach originating from a compromised software supply chain costs an average of $4.63 million (IBM)
  • It takes software engineering teams an average of 26.0 days to detect an injected malicious dependency in production
  • 52.0% of critical open-source software libraries underpinning global IT infrastructure rely on only 1 or 2 maintainers
  • 74.0% of malicious packages attempt to exfiltrate local developer environment variables, AWS tokens, and SSH keys

1. Attack Surge: +156% Growth and 245k Malicious Packages

Adversaries have shifted focus from attacking hardened production firewalls to poisoning the upstream open-source packages consumed by developers. Attacks surged +156.0% YoY.

Registry poisoning: 245,000+ malicious packages were removed from npm/PyPI (Sonatype), impacting codebases where 82.0% of lines are open-source (Synopsys).

MetricValueSource
Annual growth rate of malicious software supply chain attacks targeting open-source package repositories (npm, PyPI, Maven, RubyGems)+156.0% annual increase in open-source software supply chain attacksSonatype State of the Software Supply Chain / OpenSSF
Total malicious packages discovered and removed across open-source package registries (npm, PyPI) in 2025/2026245,000+ malicious open-source packages identified and neutralizedSonatype Repository Health Telemetry / Socket.dev
Share of enterprise proprietary application codebases composed of third-party open-source libraries and dependencies82.0% of modern enterprise application code consists of open-source dependenciesSynopsys Open Source Security and Risk Analysis (OSSRA) Report

CVE vulnerability remediation and patch cycles connect to our cve vulnerability statistics. Source: Sonatype State of the Software Supply Chain.

2. Attack Vectors & Transitive Sprawl: 64% Typosquatting and 86 Transitive Deps

Deep dependency trees create invisible attack surfaces where developers unknowingly import hundreds of unvetted sub-libraries. Direct imports pull in 86 transitive packages.

Typosquatting: 64.0% of malware uses misspelled package names (Linux Foundation), while 22.0% of breaches stem from compromised maintainer accounts (Socket.dev).

MetricValueSource
Top open-source attack vector: Typosquatting and Dependency Confusion attacks mimicking popular package names (e.g., lodashe vs lodash)64.0% of malicious supply chain packages exploit typosquatting or brandjackingLinux Foundation / Sonatype Threat Research
Developer account takeover (ATO): malicious package versions published after maintainer npm/PyPI accounts were compromised via phishing or credential stuffing22.0% of supply chain compromises result from hijacked maintainer credentialsSocket.dev State of Open Source Security
Transitive dependency risk: average number of secondary/tertiary indirect open-source dependencies pulled into a single web application project86 average transitive dependencies pulled in per direct npm/Python dependency declaredOpen Source Security Foundation (OpenSSF) Benchmark

Data breach forensics and credential hijacking connect to our data breach statistics. Source: Socket.dev State of Open Source.

3. SBOM Adoption & Federal Mandates: 54% SBOMs and 76% Federal Compliance

Generating machine-readable Software Bills of Materials (CycloneDX, SPDX) allows security teams to query their global inventory instantly when new zero-days break. 54.0% mandate SBOMs in CI/CD.

Federal standards: 76.0% of federal vendors supply validated SBOMs (CISA/EO 14028), despite 62.0% of enterprise production dependencies lagging versions behind.

MetricValueSource
Software Bill of Materials (SBOM) adoption: enterprise engineering organizations generating automated machine-readable SBOMs (CycloneDX, SPDX)54.0% of enterprise software development teams mandate automated SBOM generation in CI/CDLinux Foundation State of Software Bill of Materials (SBOM)
Federal SBOM compliance: vendors selling software to the US Federal Government complying with Executive Order 14028 / NIST SP 800-218 (SSDF)76.0% of federal enterprise software contractors supply validated SBOM artifactsCISA Secure Software Development Guidelines / GAO
Outdated open-source component lag: enterprise applications running open-source components that are more than 2 major versions behind latest releases62.0% of open-source dependencies in enterprise production code are outdatedSonatype State of the Software Supply Chain

Zero Trust architecture and software provenance connect to our zero trust security statistics. Source: Linux Foundation State of SBOM.

4. Breach Costs & Detection Lag: $4.63M Breach Damages and 26-Day MTTD

Injected backdoors execute silently within trusted build environments, exfiltrating intellectual property before discovery. Supply chain breaches cost $4.63 million.

Detection delay: engineering teams take 26.0 days to detect rogue packages (Snyk), while 38.0% of top packages now adopt cryptographic Sigstore signed provenance.

MetricValueSource
Average cost of a software supply chain data breach: financial loss incurred by organizations when third-party software code is compromised$4.63 Million average data breach cost for incidents originating in the software supply chainIBM Security Cost of a Data Breach Report
Mean time to detect (MTTD) malicious package injection: average time required for engineering teams to detect a malicious dependency in production26.0 days average time to detect a malicious third-party dependency in production buildsSnyk State of Open Source Security
Package signing and provenance adoption: open-source packages signed using cryptographic Sigstore / cosign digital provenance attestations38.0% of top 10,000 npm and PyPI packages provide verifiable Sigstore provenanceOpenSSF Scorecards / Sigstore Telemetry

Ransomware extortion tactics and attack vectors connect to our ransomware statistics. Source: IBM Security Cost of a Data Breach.

5. Maintainer Fragility & Key Theft: 52% Solo Maintainers and 74% Credential Exfil

The global digital economy relies heavily on critical software infrastructure maintained by solitary, unpaid volunteer developers. 52.0% of critical OSS tools have <=2 maintainers.

Targeted payloads: 74.0% of malicious packages steal developer environment variables (DataDog), while only 16.0% of enterprise tech companies sponsor open source (Tidelift).

MetricValueSource
Maintainer burnout and single-point-of-failure: share of critical open-source software libraries maintained by only 1 or 2 unpaid volunteer developers52.0% of critical open-source libraries rely on only 1 or 2 core maintainersHarvard University Laboratory for Innovation Science (LISH) / Linux Foundation
Open-source security funding: corporate engineering organizations that financially contribute or sponsor the open-source libraries they consume16.0% of enterprise software companies financially support the open-source projects in their tech stackTidelift State of Open Source Maintainers Survey
Malicious payload behavior: primary malicious action executed by infected npm/PyPI packages (crypto mining, credential harvesting, reverse shells)74.0% of malicious open-source packages attempt to exfiltrate developer environment variables and AWS/SSH keysDataDog Security Research / Sonatype

API security key exposure and secrets sprawl connect to our api security statistics. Source: Harvard University LISH Census.

6. CI/CD Pipeline Attacks & SCA Tooling: 28% Pipeline Attacks and 84% SCA

Attackers increasingly exploit misconfigured GitHub Actions workflows and build runners to inject compiler backdoors. 28.0% of attacks target CI/CD pipelines.

Automated analysis: 84.0% of engineering teams deploy automated SCA tools (Gartner), reducing dependency patch release timelines to 28.0 days (Veracode).

MetricValueSource
CI/CD pipeline compromise: attacks targeting GitHub Actions workflows, build runners, and solarwinds-style compiler tampering28.0% of software supply chain incidents target CI/CD build automation pipelines directlyAqua Security Software Supply Chain Threat Report
Software Composition Analysis (SCA) tooling adoption: engineering teams deploying automated SCA scanning tools (Snyk, Sonatype, Dependabot)84.0% of enterprise development teams utilize automated SCA dependency scannersGartner Magic Quadrant for Application Security Testing
Vulnerability remediation timeline: time taken by enterprise engineering teams to patch a newly published critical CVE in an open-source library28.0 days average time to test and deploy patched open-source library updates to productionVeracode State of Software Security

Summary: Software Supply Chain by the Numbers

MetricValuePrimary Source
Surge in open-source supply chain attacks YoY+156.0% YoY increaseSonatype Supply Chain Report
Malicious packages neutralized across npm/PyPI245,000+ packagesSonatype / Socket.dev
Open-source code share in enterprise codebases82.0% open-source codeSynopsys OSSRA Report
Malicious packages using typosquatting/brandjacking64.0% typosquattingLinux Foundation / Sonatype
Supply chain compromises via hijacked maintainers22.0% compromised loginsSocket.dev Security Report
Average transitive dependencies per direct import86 transitive packagesOpenSSF Benchmark
Enterprises generating automated SBOMs in CI/CD54.0% mandate SBOMsLinux Foundation SBOM Study
Federal software vendors supplying validated SBOMs76.0% federal complianceCISA / OMB EO 14028
Production dependencies running outdated versions62.0% outdated versionsSonatype Supply Chain
Average cost of a software supply chain breach$4.63 Million / breachIBM Cost of Data Breach
Time to detect malicious package in production26.0 days MTTDSnyk State of Open Source
Top packages providing Sigstore signed provenance38.0% signed provenanceOpenSSF Scorecards
Critical open-source libraries with <=2 maintainers52.0% solo/duo maintainersHarvard LISH / Linux Fdn
Enterprises financially supporting open source16.0% sponsor OSSTidelift Maintainer Survey
Malicious packages exfiltrating developer env keys74.0% steal env/SSH keysDataDog / Sonatype

Methodology and Sources

The statistics in this report were compiled from annual repository threat telemetry from Sonatype and Socket.dev, open-source risk audits from Synopsys and the Linux Foundation, academic infrastructure censuses from Harvard University Laboratory for Innovation Science (LISH), maintainer economic surveys from Tidelift, and financial breach impact studies from IBM Security.

Try VoxBooster — 3-day free trial.

Real-time voice cloning, soundboard, and effects — wherever you already talk.

  • No credit card
  • ~30ms latency
  • Discord · Teams · OBS
Try free for 3 days