The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-12150

CVE-2025-12150: Keycloak Auth Bypass Vulnerability

CVE-2025-12150 is an authentication bypass flaw in Keycloak's WebAuthn registration that lets attackers register untrusted authenticators. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2025-12150 Overview

A flaw was found in Keycloak's WebAuthn registration component that allows attackers to bypass the configured attestation policy and register untrusted or forged authenticators. By submitting an attestation object with fmt: "none", an attacker can circumvent realm configurations that require direct attestation, leading to weakened authentication integrity and unauthorized authenticator registration.

Critical Impact

Attackers can register forged or untrusted WebAuthn authenticators by bypassing attestation verification, undermining the security guarantees of WebAuthn-based multi-factor authentication.

Affected Products

  • Red Hat Build of Keycloak
  • Red Hat Keycloak
  • Keycloak version 24.0.2

Discovery Timeline

  • 2026-02-27 - CVE CVE-2025-12150 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2025-12150

Vulnerability Analysis

This vulnerability is classified under CWE-347 (Improper Verification of Cryptographic Signature), affecting Keycloak's WebAuthn implementation. The flaw exists in how Keycloak processes attestation objects during WebAuthn authenticator registration.

WebAuthn attestation is designed to provide cryptographic proof that an authenticator is genuine and meets certain security requirements. Organizations can configure their Keycloak realms to require "direct" attestation, which mandates that authenticators provide verifiable attestation statements from their manufacturers.

However, the vulnerability allows an attacker to submit an attestation object with the format type set to "none", effectively bypassing the attestation verification process entirely. This occurs because the Keycloak WebAuthn registration flow does not properly enforce the configured attestation policy when processing incoming registration requests.

Root Cause

The root cause lies in insufficient validation of the attestation format field during WebAuthn credential registration. When a user registers a WebAuthn authenticator, the client sends an attestation object containing the attestation statement. Keycloak fails to properly reject attestation objects with fmt: "none" when the realm policy explicitly requires direct attestation verification.

This improper verification of cryptographic signatures (CWE-347) allows the registration process to succeed without validating the authenticator's authenticity, even when stricter attestation policies are configured at the realm level.

Attack Vector

The attack is network-based and requires user interaction, as the attacker must intercept or manipulate the WebAuthn registration flow. An attacker can exploit this vulnerability by:

  1. Initiating a WebAuthn authenticator registration process
  2. Intercepting the registration request before it reaches the Keycloak server
  3. Modifying the attestation object to set fmt: "none", removing any legitimate attestation statement
  4. Submitting the modified registration request to Keycloak
  5. Successfully registering an unverified authenticator despite realm-level attestation requirements

The vulnerability enables the registration of software-based or emulated authenticators in environments where only hardware-backed, vendor-verified authenticators should be permitted.

Detection Methods for CVE-2025-12150

Indicators of Compromise

  • WebAuthn authenticator registrations with attestation format "none" in environments configured for direct attestation
  • Unexpected or unauthorized authenticator registrations in user accounts
  • Audit logs showing successful WebAuthn registrations that bypass expected attestation verification

Detection Strategies

  • Review Keycloak audit logs for WebAuthn registration events and verify attestation formats match configured policies
  • Monitor for anomalous patterns in authenticator registrations, particularly bulk registrations or registrations from unexpected sources
  • Implement application-level logging to capture attestation object details during WebAuthn registration flows

Monitoring Recommendations

  • Enable detailed audit logging for all WebAuthn registration events in Keycloak
  • Alert on WebAuthn registrations where the attestation format does not match the configured realm policy
  • Periodically audit registered authenticators to identify any that may have bypassed attestation verification

How to Mitigate CVE-2025-12150

Immediate Actions Required

  • Apply the latest security patches from Red Hat for Keycloak and Red Hat Build of Keycloak
  • Audit existing WebAuthn authenticator registrations to identify any that may have bypassed attestation verification
  • Consider temporarily disabling WebAuthn registration until patches can be applied in high-security environments

Patch Information

Red Hat has released security advisories addressing this vulnerability. Organizations should apply the patches referenced in the following advisories:

  • Red Hat Security Advisory RHSA-2025:21370
  • Red Hat Security Advisory RHSA-2025:21371
  • Red Hat Security Advisory RHSA-2025:22088
  • Red Hat Security Advisory RHSA-2025:22089

For additional details, see the Red Hat CVE Report for CVE-2025-12150 and GitHub Keycloak Issue #43723.

Workarounds

  • Implement additional server-side validation of attestation objects at the application layer before accepting WebAuthn registrations
  • Deploy a reverse proxy or web application firewall (WAF) rule to inspect and reject WebAuthn registration requests containing fmt: "none" when direct attestation is required
  • Temporarily restrict WebAuthn registration to trusted network segments or require administrative approval for new authenticator registrations

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKeycloak

  • SeverityLOW

  • CVSS Score3.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-347
  • Technical References
  • Red Hat Bugzilla Report #2406192

  • GitHub Keycloak Issue #43723
  • Vendor Resources
  • Red Hat Security Advisory RHSA-2025:21370

  • Red Hat Security Advisory RHSA-2025:21371

  • Red Hat Security Advisory RHSA-2025:22088

  • Red Hat Security Advisory RHSA-2025:22089

  • Red Hat CVE Report CVE-2025-12150
  • Related CVEs
  • CVE-2026-4636: Keycloak Auth Bypass Vulnerability

  • CVE-2026-4325: Keycloak Auth Bypass Vulnerability

  • CVE-2026-3872: Keycloak Auth Bypass Vulnerability

  • CVE-2026-4628: Keycloak Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English