All Tools View Categories About Contact Privacy

Image Vulnerability Lookup

Build an OSV.dev query and look up known vulnerabilities for a container image.

Runs entirely in your browser - only the image name and tag are sent to the public OSV API.

Examples: alpine:3.18.0, debian:12, ubuntu:22.04, centos:7

0
vulnerabilities
Your OSV lookup result will appear here.

About Image Vulnerability Lookup

The OSV.dev database indexes known vulnerabilities (CVEs) for open source packages, including Linux distribution packages used in container base images. The Image Vulnerability Lookup builds an OSV API query for an image and shows the known vulnerabilities.

It maps common base images to their OSV ecosystem, queries by name + tag/version, and parses the response into a readable list of IDs, aliases (CVE numbers), severity and references. The request building and response parsing are pure functions that are unit-tested. Network failures are handled gracefully in the UI.

Nothing about your image is uploaded except its name and version to the public OSV API.

Features

  • OSV.dev - free, no API key.
  • Request builder - pure, tested function.
  • Response parser - pure, tested function.
  • Ecosystem map - alpine/debian/ubuntu/centos/rocky/amazonlinux/photon.
  • Error handling - network/HTTP errors caught.
  • Copy / Download / Print - take results anywhere.

How to Use

  1. Enter an image like alpine:3.18.0.
  2. Generate to preview the OSV request, or Lookup to query the API.
  3. Review the vulnerability list.

Examples

Example 1 - alpine. alpine:3.18.0 -> ecosystem Alpine.

Example 2 - debian. debian:12 -> ecosystem Debian.

Benefits

  • Free - uses OSV, no key.
  • Testable - request + parse covered.
  • Resilient - network errors handled.
  • Private - only name/version sent.
  • Copy, download or print - take it anywhere.

Frequently Asked Questions

What API does this use?
It queries the free OSV (Open Source Vulnerabilities) API at api.osv.dev. The request is built and the response parsed entirely in your browser.
Which images are supported?
It maps common base images (alpine, debian, ubuntu, centos, rocky, amazonlinux, photon) to their OSV ecosystem and queries by name + tag/version. Unknown images default to the Alpine ecosystem best-effort.
Does it upload my image?
No. It only sends the image name and tag/version to OSV as a package query; the image bytes are never transmitted.
What if the network fails?
The UI catches network and HTTP errors and shows a friendly message instead of crashing.
Does this connect to a cluster?
No. The only external call is to the public OSV API over HTTPS.
Can I copy the results?
Yes. Copy, download or print the lookup results.