Vulnerabilities (CVE)

Filtered by vendor Mitreid Subscribe
Filtered by product Connect
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-26715 1 Mitreid 1 Connect 2023-12-10 6.4 MEDIUM 9.1 CRITICAL
The OpenID Connect server implementation for MITREid Connect through 1.3.3 contains a Server Side Request Forgery (SSRF) vulnerability. The vulnerability arises due to unsafe usage of the logo_uri parameter in the Dynamic Client Registration request. An unauthenticated attacker can make a HTTP request from the vulnerable server to any address in the internal network and obtain its response (which might, for example, have a JavaScript payload for resultant XSS). The issue can be exploited to bypass network boundaries, obtain sensitive data, or attack other hosts in the internal network.
CVE-2021-27582 1 Mitreid 1 Connect 2023-12-10 6.4 MEDIUM 9.1 CRITICAL
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.
CVE-2020-5497 1 Mitreid 1 Connect 2023-12-10 4.3 MEDIUM 6.1 MEDIUM
The OpenID Connect reference implementation for MITREid Connect through 1.3.3 allows XSS due to userInfoJson being included in the page unsanitized. This is related to header.tag. The issue can be exploited to execute arbitrary JavaScript.