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

Akka.Hosting is vulnerable to CVE-2024-43485 #528

Open
Arkatufus opened this issue Nov 26, 2024 · 0 comments · May be fixed by #529
Open

Akka.Hosting is vulnerable to CVE-2024-43485 #528

Arkatufus opened this issue Nov 26, 2024 · 0 comments · May be fixed by #529

Comments

@Arkatufus
Copy link
Contributor

Version Information

Version of Akka.Hosting? 1.5.31.1 and below

Describe the bug

Akka.Hosting is vulerable to CVE-2024-43485 because it has a minimum dependency to Microsoft.Extensions.Hosting v6.0.0, causing it to have transitive dependency to System.Text.Json v6.0.0.

Workaround

  • If you're targetting .NET 6.0, add an explicit dependency to System.Text.Json v6.0.10
  • If you're targetting .NET 8.0, add an explicit dependency to System.Text.Json v8.0.5
@Arkatufus Arkatufus linked a pull request Nov 26, 2024 that will close this issue
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 a pull request may close this issue.

1 participant