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

Vulnerabilities in the container image mcr.microsoft.com/dotnet/aspnet:8.0 #5217

Open
aashwinbhushal200 opened this issue Feb 23, 2024 · 1 comment

Comments

@aashwinbhushal200
Copy link

We are using the Microsoft-provided Docker image called mcr.microsoft.com/dotnet/aspnet:8.0 in production. This is the current LTS image for the ASP.NET Core Runtime for .net 8.

Unfortunately, this image contains the following two vulnerabilities:

  1. gnutls28, (A vulnerability was found in GnuTLS, where a cockpit (which uses gnuTLS) rejects a certificate chain with distributed trust)

  2. tar (GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump.)

  3. systemd(A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signature, allowing man-in-the-middles (or the upstream DNS resolver) to manipulate records.)

The vulnerabilities were found by the Prisma Cloud .

Would you be able to provide an update to this Docker image?

We rely on this image in production and need it urgently.

Please let me know if I can be of any assistance in resolving this issue.

@akoken
Copy link

akoken commented Feb 23, 2024

You should take a look at this guideline.

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

No branches or pull requests

2 participants