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

Microsoft.Data.SqlClient 5.1.1 uses Azure.Identity which has a known HIGH vulnerability CVE-2023-36414 #2190

Closed
ThomasHeijtink opened this issue Oct 19, 2023 · 2 comments

Comments

@ThomasHeijtink
Copy link

Issue

Microsoft.Data.SqlClient 5.1.1 uses Azure.Identity 1.7.0 which has a known HIGH vulnerability CVE-2023-36414.

On top of that I'm surprised that it references Azure.Identity at all. Since this seems to me a higher order concern than sec the SqlClient.

To reproduce

Get a clean project and add a dependency to Microsoft.Data.SqlClient 5.1.1

Run de following command in powershell

dotnet list package --vulnerable --include-transitive --format json

Further technical details

Microsoft.Data.SqlClient version: 5.1.1
.NET target: .NET 7
SQL Server version: NA
Operating system: Windows 11

@roji
Copy link
Member

roji commented Oct 19, 2023

Duplicate of #2181 and #1108.

@ThomasHeijtink
Copy link
Author

I apologize. Looking at the vulnerability, it looked like it was a very recent vulnerability. I should've looked further. Both issues have indeed been addressed. Thanks for notifying. This can be closed.

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

No branches or pull requests

2 participants