cve/2021/CVE-2021-27582.md
2025-09-29 21:09:30 +02:00

880 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