-
Couldn't load subscription status.
- Fork 316
Closed
Description
Please release a new version of Microsoft.Data.SqlClient (5.1.5 or 5.2.0 for example) and fix the
CVE-2024-21319 in transitive dependencies.
- references Microsoft.IdentityModel.JsonWebTokens 6.24.0 which has CVE-2024-21319 and
- 6.34.0 and 6.35.0 are without CVEs
- references
Microsoft.IdentityModel.Protocols.OpenIdConnect 6.24.0which references System.IdentityModel.Tokens.Jwt 6.24.0 which has also CVE-2024-21319- Also 6.34.0 and 6.35.0 are without CVEs
Quick fix for now:
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<!-- Microsoft.Data.SqlClient 5.1.4 gives Microsoft.IdentityModel.JsonWebTokens dependency with CVE-2024-21319 -->
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.34.0" />
<!-- Microsoft.Data.SqlClient 5.1.4 gives indirect System.IdentityModel.Tokens.Jwt with CVE-2024-21319 -->
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />swythan
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Closed