You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected versions of com.nimbusds:oauth2-oidc-sdk are vulnerable to XML External Entity (XXE) Injection via the SAML2AssertionValidator method. Access to external entities was not disabled in XML parsing.
Upgrade com.nimbusds:oauth2-oidc-sdk to version 9.3.1 or higher.
The current latest release of Spring Security, 5.4.5, depends upon com.nimbusds:oauth2-oidc-sdk version 8.36.1
Thanks for the report. The fix to nimbus was back ported to oauth2-oidc-sdk 8.36.1 and 7.1.3. For additional details please see the related discussion at #9399 (comment)
Affected versions of
com.nimbusds:oauth2-oidc-sdk
are vulnerable to XML External Entity (XXE) Injection via theSAML2AssertionValidator
method. Access to external entities was not disabled in XML parsing.Upgrade
com.nimbusds:oauth2-oidc-sdk
to version9.3.1
or higher.The current latest release of Spring Security, 5.4.5, depends upon
com.nimbusds:oauth2-oidc-sdk
version8.36.1
https://snyk.io/vuln/SNYK-JAVA-COMNIMBUSDS-1243767
The text was updated successfully, but these errors were encountered: