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

Vulnerabilities in the Auth0.OidcClient.Core assembly #328

Closed
5 tasks done
DejanNZ opened this issue Jun 10, 2024 · 5 comments
Closed
5 tasks done

Vulnerabilities in the Auth0.OidcClient.Core assembly #328

DejanNZ opened this issue Jun 10, 2024 · 5 comments
Labels

Comments

@DejanNZ
Copy link

DejanNZ commented Jun 10, 2024

Checklist

  • I have looked into the Readme and the documentation, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

We use the Auth0.OidcClient.WinForms NuGet package in our software.

Mend (WhiteSource) open source scans detected some transitive dependencies coming from the Auth0.OidcClient.Core assembly containing known medium vulnerabilities.

The affected packages are the last two in the list below:

Auth0.OidcClient.Core → Microsoft.IdentityModel.Protocols.OpenIdConnect (6.12.2) → System.IdentityModel.Tokens.Jwt (6.12.2) → Microsoft.IdentityModel.JsonWebTokens (6.12.2)

Reproduction

Do Mend (WhiteSource) open source vulnerability scan for binaries that reference Auth0.OidcClient.WinForms.

Additional context

No response

auth0-oidc-client-net version

3.2.8

.NET version

4.8

Platform

Windows

Platform version(s)

10

@DejanNZ DejanNZ added the bug label Jun 10, 2024
@frederikprijck
Copy link
Member

This should be fixed here. Please try our latest version of the SDK.

@DejanNZ
Copy link
Author

DejanNZ commented Jun 10, 2024

Thanks for the prompt response.

@DejanNZ DejanNZ closed this as completed Jun 10, 2024
@DejanNZ DejanNZ reopened this Jun 11, 2024
@DejanNZ
Copy link
Author

DejanNZ commented Jun 11, 2024

We found that the latest version of the Auth0.Oidc.Client.WinForms (4.0.0) still references the vulnerable version of System.IdentityModel,Tokens.Jwt (6.12.2). When we can expect an updated WinForms client Nuget? Thanks

Auth0 dependencies

@frederikprijck
Copy link
Member

Sorry about that. The fix in Auth0.OidcClient.Core is released as 4.0.1, it looks like installing the latest Auth0.OidcClient.WinForms (which is 4.0.0), still installs Auth0.OidcClient.Core 4.0.0.

Can you try updating (probably explicitly installing) Auth0.OidcClient.Core to 4.0.1 and see if it helps?

@DejanNZ
Copy link
Author

DejanNZ commented Jun 11, 2024

That will work for now. Thanks

@DejanNZ DejanNZ closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants