CVE-2026-8830 — Keycloak Vulnerability

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 formats

2 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.

high T1190 Initial Access

CVE-2026-8830 - Keycloak WebAuthn Policy Bypass During Credential Registration

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-8830 vulnerability CVE-2026-8830
CWE-603 weakness CWE-603
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8814 — Versions of the package exifreader before 4.39.0 are

CVE-2026-8814 — Versions of the package exifreader before 4.39.0 are vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) due to decompressing PNG zTXt...

vulnerabilityCVEmedium-severitycwe-409
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 2 IOCs /⚙ 6 Sigma

CVE-2026-8813: ExifReader DoS Via Crafted ICC mluc Tags

CVE-2026-8813 — This affects versions of the package exifreader before 4.39.0. A crafted image containing an ICC mluc tag can set an attacker-controlled record count...

vulnerabilityCVEhigh-severitydenial-of-servicecwe-1284
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 3 IOCs /⚙ 3 Sigma

Samsung Escargot Heap Overflow (CVE-2026-47311) Poses High Risk

CVE-2026-47311 — Heap-based buffer overflow vulnerability in Samsung Open Source Escargot allows Overflow Buffers. This issue affects Escargot: 590345cc6258317c5da850d846ce6baaf2afc2d3.

vulnerabilityCVEhigh-severitybuffer-overflowcwe-122
/SCW Vulnerability Desk /HIGH /7.8 /⚑ 3 IOCs /⚙ 3 Sigma