Skip to content

dotnet-9: add advisory for CVE-2025-26646 #18837

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

dnegreira
Copy link
Member

@dnegreira dnegreira commented May 16, 2025

This is a false positive, since the version reported by the scanners is 17.3.4. This version that the dll files in the package are all at 17.12.35 as can be verified in the sbom as per some examples below.

├── 📄 /usr/share/dotnet/sdk/9.0.106/NuGet.CommandLine.XPlat.deps.json, /usr/share/dotnet/sdk/9.0.106/Microsoft.Build.Tasks.Core.dll
│       📦 Microsoft.Build.Tasks.Core 17.12.35 (dotnet)
── 📄 /usr/share/dotnet/sdk/9.0.106/dotnet.deps.json, /usr/share/dotnet/sdk/9.0.106/Microsoft.Build.Tasks.Core.dll
│       📦 Microsoft.Build.Tasks.Core 17.12.35 (dotnet)

Upstream also explains this briefly at dotnet/msbuild#11846 (comment)

This is a false positive, since the version reported by the scanners is
17.3.4. This version that the dll files in the package are all at
17.12.35 as can be verified in the sbom as per some examples below.
```
├── 📄 /usr/share/dotnet/sdk/9.0.106/NuGet.CommandLine.XPlat.deps.json, /usr/share/dotnet/sdk/9.0.106/Microsoft.Build.Tasks.Core.dll
│       📦 Microsoft.Build.Tasks.Core 17.12.35 (dotnet)
── 📄 /usr/share/dotnet/sdk/9.0.106/dotnet.deps.json, /usr/share/dotnet/sdk/9.0.106/Microsoft.Build.Tasks.Core.dll
│       📦 Microsoft.Build.Tasks.Core 17.12.35 (dotnet)
```
Upstream also explains this briefly at
https://github.com/dotnet/msbuild/issues/11846\#issuecomment-2883242143

Signed-off-by: David Negreira <[email protected]>
@kwmonroe kwmonroe added this pull request to the merge queue May 16, 2025
Merged via the queue into wolfi-dev:main with commit 802824a May 16, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants