org/mitre/oauth2/web/OAuthConfirmationController.java in the OpenID Connect server implementation for MITREid Connect through 1.3.3 contains a Mass Assignment (aka Autobinding) vulnerability. This arises due to unsafe usage of the @ModelAttribute annotation during the OAuth authorization flow, in which HTTP request parameters affect an authorizationRequest.
{ "nvd_published_at": "2021-02-23T18:15:00Z", "github_reviewed_at": "2021-05-07T18:32:32Z", "severity": "CRITICAL", "github_reviewed": true, "cwe_ids": [ "CWE-1321", "CWE-915" ] }