CVE-2026-8830 — Keycloak Vulnerability
CVE-2026-8830 — 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, suc
What This Means For You
- If your environment is affected by CWE-603, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8830 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8830 - Keycloak WebAuthn Policy Bypass During Credential Registration
title: CVE-2026-8830 - Keycloak WebAuthn Policy Bypass During Credential Registration
id: scw-2026-05-19-ai-1
status: experimental
level: high
description: |
This rule detects potential exploitation of CVE-2026-8830 in Keycloak. It specifically looks for POST requests to WebAuthn endpoints within Keycloak realms that include parameters indicative of credential registration. The vulnerability allows authenticated users to bypass WebAuthn policies by manipulating client-side JavaScript, leading to the registration of non-compliant credentials. This detection focuses on the web request pattern associated with the registration process which, if successful, would result in the creation of a credential not adhering to configured policies.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8830/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/realms/'
cs-uri|endswith:
- '/webauthn'
cs-method:
- 'POST'
sc-status:
- '200'
cs-uri-query|contains:
- 'credentialId'
cs-uri-query|contains:
- 'clientDataJSON'
cs-uri-query|contains:
- 'authenticatorData'
cs-uri-query|contains:
- 'clientExtensions'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8830 | vulnerability | CVE-2026-8830 |
| CWE-603 | weakness | CWE-603 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 19, 2026 at 10:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.