CVE-2024-0057 NuGet Pre Release packages #7114
sean-redmond
started this conversation in
False Detection
Replies: 1 comment
-
Hello @sean-redmond We don't check Nuget didn''t update version in Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
CVE-2024-0057
Description
I noticed when installing
dotnet-sdk-8.0
into an ubuntu:24.04 base image trivy is flagging the below, it looks to be the NuGet package tool flows in pre-release versions and trivy is flagging the versions as containing a CVE but it appears to already be resolved in the pre-release version┌─────────────────┬───────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────────────────────┬────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├─────────────────┼───────────────┼──────────┼────────┼───────────────────┼──────────────────────────────────────────────────┼────────────────────────────────────────────────────────────┤
│ NuGet.Packaging │ CVE-2024-0057 │ CRITICAL │ fixed │ 6.8.1-rc.32767 │ 5.11.6, 6.0.6, 6.3.4, 6.4.3, 6.6.2, 6.7.1, 6.8.1 │ dotnet: X509 Certificates - Validation Bypass across Azure │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-0057 │
└─────────────────┴───────────────┴──────────┴────────┴───────────────────┴──────────────────────────────────────────────────┴────────────────────────────────────────────────────────────┘
Related items:
dotnet/sdk#40355
NuGet/Home#3606
NuGet/Home#2735
Reproduction Steps
1) Build a docker image with this: FROM ubuntu:24.04 RUN apt update -y && apt dist-upgrade -y RUN apt install -y aspnetcore-runtime-8.0 dotnet-sdk-8.0
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions