-
Notifications
You must be signed in to change notification settings - Fork 113
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
CVE-2024-43485 #7524
Comments
Welcome to dotnet-monitor!Thanks for creating your first issue; let us know what you think of dotnet-monitor by filling out our survey. |
The dotnet-monitor tool packages do not contain the vulnerable System.Text.Json version but only have an entry in the dotnet-monitor.deps.json file. The library is provided by the shared runtime installation and is not part of the dotnet-monitor package itself. If I install the tool locally:
and check for System.Text.Json.dll:
The file does not exist. However, if we check file contents:
It appears that the scanning tool that you've used is checking the entries in *.deps.json files rather than checking for the existence of the vulnerable files themselves. I would conclude that this is a false positive. |
Yes, that is true. It came from AWS ECR and listed the deps file as its detection method. Thanks for the clarification! |
CVE-2024-43485 is present in dotnet-monitor version 8.05 due to its use to System.Text.Json 8.0.4. This is fixed in #7473 but needs to be released
The text was updated successfully, but these errors were encountered: