ARTFEED — Contemporary Art Intelligence

ChimangoScan Exposes Docker Hub's Widespread Vulnerabilities

ai-technology · 2026-08-06

A recent study published on arXiv presents ChimangoScan, a pipeline that explored the entire Docker Hub namespace, which includes 12,716,568 repositories and a staggering 663.8 billion total pulls. By reconstructing the image layer graph featuring 54.4 million IS_BASE_OF edges, the tool assigns an exposure score to images, factoring in both their individual pull counts and those of their downstream dependencies. Analyzing the top 52,895 repositories with the highest exposure, representing 84.7% of all recorded pulls, involved six independent scanners, resulting in 170.4 million findings. The findings indicate that vulnerabilities are widespread: 96.3% of images contain a known package vulnerability, while 93.4% have a critical one. This research emphasizes the reliance on specific tools for ecosystem-scale assessments, which previously depended on a single detector and limited sample sizes in comparative studies, highlighting systemic risks in container deployments where flaws in commonly reused base images affect all derived images.

Key facts

  • Docker Hub has 12,716,568 repositories and 663.8 billion cumulative pulls.
  • ChimangoScan reconstructs the image layer graph with 54.4 million IS_BASE_OF edges.
  • It scans the 52,895 highest-exposure repositories, covering 84.7% of all pulls.
  • Six independent scanners produced 170.4 million findings.
  • 96.3% of images have a known package vulnerability.
  • 93.4% of images have a critical vulnerability.
  • Previous studies relied on a single detector, leaving tool-dependence unquantified.
  • Comparative scanner studies used only tens to hundreds of images.

Entities

Institutions

  • Docker Hub
  • arXiv

Sources