CVE-2026-8830: Keycloak: org.keycloak/keycloak-services: keycloak: policy bypass during webauthn credential registration via client-side javascript manipulation
A flaw was found in Keycloak. An authenticated user can bypass configured WebAuthn policies during credential registration by manipulating client-side JavaScript. This occurs because the server-side processAction() fails to validate that the newly created credential's parameters, such as public key algorithms, match the realm's configured WebAuthn policies. This could lead to the creation of credentials that do not adhere to administrative security requirements, potentially weakening the overall security posture of the system by allowing non-compliant authentication methods.
Other sources
During WebAuthn credential registration, the server-side processAction() fails to validate that the newly created credential's parameters (such as public key algorithms) match the realm's configured WebAuthn policies. This allows a user to bypass administrative restrictions (e.g., algorithm requirements, user verification, or resident key configuration) by modifying client-side JavaScript during the registration process.
— Red Hat
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-8830?
The severity of CVE-2026-8830 is medium with a CVSS score of 4.3.
How does CVE-2026-8830 affect Keycloak users?
CVE-2026-8830 allows authenticated users to bypass WebAuthn policies during credential registration by manipulating client-side JavaScript.
What type of vulnerability is CVE-2026-8830?
CVE-2026-8830 is a policy bypass vulnerability related to WebAuthn credential registration.
How can I mitigate CVE-2026-8830?
To mitigate CVE-2026-8830, ensure that server-side validation is implemented for the parameters of newly created WebAuthn credentials.
What software versions are affected by CVE-2026-8830?
CVE-2026-8830 affects the org.keycloak/keycloak-services component of Keycloak.