惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
L
LangChain Blog
H
Help Net Security
博客园_首页
T
Tailwind CSS Blog
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
Recent Announcements
Recent Announcements
D
DataBreaches.Net
U
Unit 42
Vercel News
Vercel News
I
InfoQ
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
Jina AI
Jina AI
博客园 - 叶小钗
博客园 - 【当耐特】
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
Last Week in AI
Last Week in AI

Aikido Security's Blog

GlassWorm goes native: New Zig dropper infects every IDE on your machine Aikido Attack finds multiple 0-days in Hoppscotch The cybersecurity doomerism around Mythos doesn't match what we see on the ground axios compromised on npm: maintainer account hijacked, RAT deployed Popular telnyx package compromised on PyPI by TeamPCP Aikido × Lovable: Vibe, Fix, Ship CanisterWorm Gets Teeth: TeamPCP's Kubernetes Wiper Targets Iran TeamPCP deploys CanisterWorm on NPM following Trivy compromise Security testing is validating software that no longer exists Aikido Recognized by Frost & Sullivan with the 2026 Customer Value Leadership Award in ASPM GlassWorm Hides a RAT Inside a Malicious Chrome Extension fast-draft Open VSX Extension Compromised by BlokTrooper Glassworm Strikes Popular React Native Phone Number Packages Glassworm Is Back: A New Wave of Invisible Unicode Attacks Hits Hundreds of Repositories How Security Teams Fight Back Against AI-Powered Hackers Introducing Betterleaks, an open source secrets scanner by the author of Gitleaks Trump’s 2026 cybersecurity strategy: From compliance to consequence How does AI pentesting work with compliance? What continuous pentesting actually requires Rare Not Random: Using Token Efficiency for Secrets Scanning Persistent XSS/RCE using WebSockets in Storybook’s dev server Why Determinism Is Still a Necessity in Security WAF vs. RASP vs. ADR Introducing Aikido Infinite: A new model of self-securing software How Aikido secures AI pentesting agents by design Astro Full-Read SSRF via Host Header Injection How to Get Your Board to Care About Security (Before a Breach Forces the Issue) What is Slopsquatting? The AI Package Hallucination Attack Already Happening SvelteSpill: A Cache Deception Bug in SvelteKit + Vercel Top 6 Wiz Code Alternatives
Aikido x Docker: less noise, more signal in your containers
Trusha Sharma · 2026-06-11 · via Aikido Security's Blog

Published on:

Jun 11, 2026

TL;DR: Aikido now supports Docker Hardened Images. A scan that used to return hundreds of CVEs collapses to the handful that actually apply, because Docker's VEX attestations filter out everything they've verified as non-exploitable. Zero additional setup.

Container security has a noise problem

You scan a container image and get back a list of 50, 100, sometimes hundreds of CVEs. You open a few. Some look scary. Most are irrelevant. Some have already been patched by the image maintainer. Others exist in parts of the image that can never actually be reached in your environment. But your tool doesn't know any of that. It just flags everything and hands the problem to you.

So you spend your afternoon doing triage instead of shipping. You try to figure out which alerts actually matter. You close the ones that seem low risk. You snooze the ones you'll deal with "later." And then next week, the same thing happens again.

This isn't a security problem. It's a signal-to-noise problem. And it's one of the main reasons developers stop trusting their security tools altogether. When everything is flagged, nothing feels urgent. That's a dangerous place to be.

What Docker Hardened Images are

Docker Hardened Images are purpose-built, often distroless, and ship with only the software the workload needs. The attack surface is smaller by construction and patches land faster than upstream in many cases. They also come with something most base images don't: VEX attestations.

VEX stands for Vulnerability Exploitability eXchange. It's a standard way for image maintainers to communicate which CVEs are not actually exploitable in a specific image and why. Maybe the vulnerable component isn't present in this build. Maybe the code path that would make it dangerous doesn't exist in this context. Docker does the analysis and publishes the result for every hardened image they maintain.

They scan the image, find the CVE in a package, and flag it regardless. So you adopt a more secure image, run your first scan, and your feed turns red. More alerts than before. It looks like you made things worse, even though the exact opposite is true.

How Aikido handles it

When Aikido detects a Docker Hardened Image in your registry, it pulls the signed SBOM published with the image to get an accurate picture of what's actually in it, then cross-references Docker's VEX attestations to understand what's actually exploitable. Any vulnerability that Docker has marked as fixed, not affected, or otherwise not requiring triage gets suppressed before it ever hits your feed.

The suppressed vulnerabilities don't just disappear. They show up in your Ignored tab so you always have a complete picture of what was found and what was filtered out.

Suppressed CVEs in the Ignored tab.

Click into any one of them and Aikido shows you the full reasoning and Docker's own verification, right there in the tab.

VEX data attached to each ignored issue.

Aikido downgraded the severity because Docker's VEX confirms the resource is not affected.

For security and compliance teams, it means you have a documented, verifiable reason when an auditor asks why a CVE isn't being addressed.

Zero setup. Seriously.

There is nothing extra to configure. Connect your Docker Hub registry, scan a hardened image, and Aikido handles the rest automatically in the background. If you're already connected to Docker Hub in Aikido, it's already working for you.

If you haven't connected yet, it takes about two minutes. Go to Settings > Containers, click Connect Registry, select Docker Hub, enter your namespace and a read-only access token. That's it. Aikido discovers your repositories and any Docker Hardened Image you're running gets the full VEX treatment automatically on every scan.

Security that works for developers

Alert fatigue is real. When your security tool cries wolf on every scan, you stop listening. And when you stop listening, real issues slip through.

Connect your Docker Hub registry and see what your feed looks like when it only shows you what actually matters.

Get started with Docker Hardened Images here → https://integrations.aikido.dev/integrations/docker-hub

Join us live on June 25 to see the Aikido x Docker integration in action.

Last updated on:

Jun 11, 2026

Tired of false positives?

Try Aikido like 100k others.

Start Now

Get a personalized walkthrough

Trusted by 100k+ teams

Book Now

Scan your app for IDORs and real attack paths

Trusted by 100k+ teams

Start Scanning

See how AI pentests your app

Trusted by 100k+ teams

Start Testing

Product & Company Updates

One year of Opengrep: What we built and what’s next

A year after forking Semgrep, Opengrep is faster, supports deeper taint analysis, and produces consistent, reproducible results.

Product & Company Updates

Aikido integrates with AWS Kiro: Catching in review doesn't scale anymore

AI agents writing your code. Aikido integrates directly into AWS Kiro's agentic workflow to keep security in the loop, automatically, from the first line. Aikido is AWS's first global security partner for Kiro.

Product & Company Updates

Introducing Device Protection: Security for Developer Devices

Supply chain attacks target developer devices. Aikido Device Protection monitors every install across npm, PyPI, VS Code extensions, browser extensions, and AI tools.

Get secure now

Secure your code, cloud, and runtime in one central system.
Find and fix vulnerabilities fast automatically.

No credit card required | Scan results in 32secs.