CVE-2026-42206
Received Received - Intake
OpenID Nonce Validation Bypass in Roadiz

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: GitHub, Inc.

Description
Roadiz is a polymorphic content management system based on a node system. Prior to versions 2.3.43, 2.5.45, 2.6.31, and 2.7.18, the roadiz/openid package generates an OIDC nonce in OAuth2LinkGenerator::generate() and includes it in the authorization request sent to the identity provider, but never stores it and never validates it on the callback. The OpenIdJwtConfigurationFactory validation chain does not include a nonce constraint, and OpenIdAuthenticator::authenticate() never checks the nonce claim in the returned ID token against a stored value. This issue has been patched in versions 2.3.43, 2.5.45, 2.6.31, and 2.7.18.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-06-19
AI Q&A
2026-05-09
EPSS Evaluated
2026-06-18
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
roadiz roadiz to 2.7.18 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Mitigation Strategies

To mitigate this vulnerability, you should upgrade the roadiz/openid package to one of the patched versions: 2.3.43, 2.5.45, 2.6.31, or 2.7.18.

Executive Summary

This vulnerability exists in the roadiz/openid package of the Roadiz content management system prior to versions 2.3.43, 2.5.45, 2.6.31, and 2.7.18. The package generates an OpenID Connect (OIDC) nonce during the OAuth2 authorization request but fails to store and validate this nonce when the identity provider returns the response. Specifically, the nonce is included in the authorization request but is never checked against a stored value upon callback, and the validation chain does not enforce a nonce constraint. This flaw can allow attackers to perform replay or token substitution attacks because the nonce, which is meant to prevent such attacks, is not properly verified.

Impact Analysis

The lack of nonce validation in the OpenID Connect authentication flow can lead to security risks such as replay attacks or token substitution. An attacker might reuse or manipulate authentication tokens to impersonate users or gain unauthorized access. This undermines the integrity of the authentication process, potentially allowing attackers to bypass security controls and access protected resources.

Compliance Impact

The vulnerability involves the generation of an OIDC nonce that is never stored or validated, which can lead to potential security risks in the authentication process.

However, there is no specific information provided about how this vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-42206. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart