Issuer not verified from obtained token in user_oidc
Description
Missing issuer verification in Nextcloud user_oidc allows man-in-the-middle attacks using corrupted or known tokens; fixed in v1.3.3.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Missing issuer verification in Nextcloud user_oidc allows man-in-the-middle attacks using corrupted or known tokens; fixed in v1.3.3.
Vulnerability
The user_oidc app for Nextcloud, versions 1.0.0 through 1.3.2, fails to verify the iss (issuer) claim from the obtained token [1][2]. This missing verification allows an attacker to present a token from a different issuer as if it were from the trusted OIDC provider. The code path is reachable under default configuration when OIDC authentication is enabled [1].
Exploitation
An attacker with man-in-the-middle network position can intercept the token exchange and present a corrupted or known token that they also have access to. The attacker does not need authentication or user interaction beyond the normal login process [2]. The attack complexity is low as no special privileges are required [2].
Impact
Successful exploitation allows the attacker to impersonate any user whose token they possess or have crafted, leading to unauthorized access with potentially full privileges within the Nextcloud instance. This compromises confidentiality, integrity, and availability of the affected system [2].
Mitigation
Upgrade to user_oidc version 1.3.3, released on 2023-08-10, which adds issuer and audience validation [1][2]. No workarounds are available; the fix is included in the updated version [2].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- nextcloud/security-advisoriesv5Range: >= 1.0.0, < 1.3.3
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/nextcloud/security-advisories/security/advisories/GHSA-xx3h-v363-q36jmitrex_refsource_CONFIRM
- github.com/nextcloud/user_oidc/pull/642mitrex_refsource_MISC
- hackerone.com/reports/2021684mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.