Files
CVEs-PoC/2021/CVE-2021-27582.md
T
2024-05-25 21:48:12 +02:00

869 B

CVE-2021-27582

Description

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.

POC

Reference

No PoCs from references.

Github