Runbook

Docker Image Vulnerability Incident

Back to Runbooks

Overview

A Docker Image Vulnerability Incident refers to a situation where an issue is discovered with a Docker image that could potentially compromise the security of the system. Docker images are containers that hold all the necessary components and dependencies required to run an application, and if one of these images is found to be vulnerable, it could allow an attacker to gain unauthorized access to the system or perform malicious actions. This type of incident typically requires urgent attention and remediation to ensure that the system is secure and protected.

Parameters

Debug

Check Docker version

List all running Docker containers

Check if there are any vulnerabilities in the image

Check if there are any security issues in the Dockerfile

Check for any installed packages with known vulnerabilities

Check for any installed packages with known vulnerabilities in Alpine Linux

Check if there are any vulnerabilities in the operating system

Repair

Identify the affected Docker images and stop their usage across all systems.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.