Nextcloud user_oidc's ID4me does not validate signature or expiration
Description
Nextcloud user_oidc app lacks ID4me token signature validation, enabling forged authentication requests.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Nextcloud user_oidc app lacks ID4me token signature validation, enabling forged authentication requests.
Vulnerability
The user_oidc app for Nextcloud fails to validate the signature and expiration of ID4me OpenID Connect tokens [1]. This vulnerability affects versions prior to 1.3.5. An attacker can craft a malicious token that the app accepts as valid without proper cryptographic verification [1].
Exploitation
An attacker can send a request containing a forged ID4me token to a Nextcloud instance running an affected version. No prior authentication is needed; the attacker only needs network access to the Nextcloud server [1]. The app will process the token as if it came from a trusted OpenID provider.
Impact
Successful exploitation allows the attacker to bypass authentication and gain access to the Nextcloud instance as any user they impersonate via the forged token [1]. This can lead to unauthorized data access, privilege escalation, and further compromise of the system.
Mitigation
The issue is fixed in versions 1.3.5, 2.0.0, 3.0.0, 4.0.0, and 5.0.0 [1]. Users should upgrade to one of these versions immediately. No workaround is available [1]. The fix improves ID4me token validation in pull request #715 [2].
AI Insight generated on May 27, 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.3.5
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
3- github.com/nextcloud/security-advisories/security/advisories/GHSA-vw5h-29xf-g55gmitrex_refsource_CONFIRM
- github.com/nextcloud/user_oidc/pull/715mitrex_refsource_MISC
- hackerone.com/reports/1878391mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.