Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Vulnerability Count in Latest Docker Image #1069

Open
mulder999 opened this issue Jun 27, 2024 · 0 comments
Open

High Vulnerability Count in Latest Docker Image #1069

mulder999 opened this issue Jun 27, 2024 · 0 comments

Comments

@mulder999
Copy link

Description

The latest container image available on Docker Hub contains a significant number of vulnerabilities:

  • Docker Desktop reports 112 vulnerabilities.
  • Dependency Track reports 83 vulnerabilities.

For example, among the most critical issues is the use of the Go standard library from version 1.18.3, which is over two years old and contains several known vulnerabilities.

Impact

The presence of these vulnerabilities can expose our applications to various security risks.

Steps to Reproduce

  1. Pull the latest container image from Docker Hub.
  2. Analyze the image using Docker Desktop and Dependency Track.

Suggested Actions

  • Upgrade components version to the latest stable release to ensure the latest security patches are applied.
  • Review and update other dependencies to their latest versions to mitigate reported vulnerabilities.
  • Implement regular security audits and vulnerability scans as part of the CI/CD pipeline to identify and address vulnerabilities promptly.

Additional information

Please prioritize this issue due to its potential impact on our security posture. If further assistance is required, feel free to reach out.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant