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-05-09
AI Q&A
2026-05-09
EPSS Evaluated
N/A
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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


What immediate steps should I take to mitigate this vulnerability?

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart