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
    • 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-2023-0105

CVE-2023-0105: Redhat Keycloak Auth Bypass Vulnerability

CVE-2023-0105 is an authentication bypass vulnerability in Redhat Keycloak that allows attackers to impersonate users with the same email. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-0105 Overview

A critical flaw was discovered in Red Hat Keycloak that allows attackers to impersonate or lock out legitimate users due to improper handling of email trust. This authentication bypass vulnerability enables malicious actors to "shadow" other users by registering accounts with the same email address, potentially leading to account takeover or denial of service conditions for affected users.

Critical Impact

Attackers can impersonate legitimate users or cause account lockouts by exploiting improper email trust validation in Keycloak, affecting identity management across applications relying on Keycloak authentication.

Affected Products

  • Red Hat Keycloak (all versions prior to patch)
  • Red Hat Single Sign-On 7.0

Discovery Timeline

  • 2023-01-13 - CVE-2023-0105 published to NVD
  • 2025-04-09 - Last updated in NVD database

Technical Details for CVE-2023-0105

Vulnerability Analysis

This vulnerability stems from improper authentication handling (CWE-287) in Keycloak's email trust mechanism. The flaw occurs when Keycloak fails to properly validate email address uniqueness and trust relationships between user accounts. When multiple accounts can be associated with the same email address without proper verification controls, an attacker can create a "shadow" account that mirrors a legitimate user's email identity.

The exploitation scenario allows an attacker to register or modify their account to use an email address already associated with another user. Because Keycloak does not properly enforce email trust boundaries, the attacker's account can interfere with the legitimate user's authentication flows, password reset mechanisms, and session management.

Root Cause

The root cause lies in Keycloak's insufficient validation of email address ownership and trust during user registration and account management operations. The system fails to enforce proper uniqueness constraints on email addresses across the user database, and does not implement adequate verification mechanisms to ensure email addresses are truly owned by the registering user before establishing trust relationships.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target user's email address through reconnaissance
  2. Registering a new account or modifying an existing account to use the target's email address
  3. Leveraging the shared email identity to intercept password reset tokens, hijack sessions, or trigger account lockout policies against the legitimate user

The vulnerability enables both impersonation attacks (gaining unauthorized access as the victim) and denial-of-service attacks (locking legitimate users out of their accounts through failed authentication attempts on the shadow account).

Detection Methods for CVE-2023-0105

Indicators of Compromise

  • Multiple user accounts registered with identical email addresses in Keycloak user database
  • Unusual password reset requests for accounts with duplicate email configurations
  • Authentication failures followed by successful logins from different user accounts sharing the same email
  • User complaints about unexpected account lockouts or password reset notifications they did not initiate

Detection Strategies

  • Implement database queries to identify duplicate email addresses across user accounts in the Keycloak realm
  • Monitor authentication logs for patterns indicating email-based identity confusion between accounts
  • Set up alerts for rapid succession of password reset requests targeting the same email address
  • Review user provisioning logs for suspicious account creation patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for all Keycloak user registration and account modification events
  • Monitor for anomalous patterns in email-based authentication flows and password recovery processes
  • Implement real-time alerting on account lockout events to identify potential active exploitation
  • Regularly audit the Keycloak user database for email address integrity violations

How to Mitigate CVE-2023-0105

Immediate Actions Required

  • Review and apply the latest security patches from Red Hat for Keycloak and Single Sign-On products
  • Audit existing user databases for duplicate email addresses and resolve conflicts
  • Enable email verification requirements for all user registration and email change operations
  • Consider implementing additional identity verification controls during authentication

Patch Information

Red Hat has acknowledged this vulnerability and provides security guidance through their advisory portal. Administrators should consult the Red Hat CVE-2023-0105 Advisory for specific patch versions and update instructions applicable to their deployment.

Workarounds

  • Enforce unique email constraints at the database level to prevent duplicate email registrations
  • Implement mandatory email verification workflows before establishing email trust relationships
  • Configure account lockout policies with appropriate thresholds and administrator alerts
  • Consider implementing additional authentication factors to reduce reliance on email-based identity
bash
# Keycloak realm configuration - enforce email verification
# Access Keycloak Admin Console and navigate to:
# Realm Settings > Login > Verify Email = ON

# For CLI-based configuration using kcadm.sh:
./kcadm.sh update realms/your-realm -s verifyEmail=true
./kcadm.sh update realms/your-realm -s loginWithEmailAllowed=false
./kcadm.sh update realms/your-realm -s duplicateEmailsAllowed=false

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRedhat Keycloak

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-287
  • Vendor Resources
  • Red Hat CVE-2023-0105 Advisory
  • Related CVEs
  • CVE-2023-0091: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2023-6927: Redhat Keycloak Auth Bypass Vulnerability

  • CVE-2023-0264: Red Hat Keycloak Auth Bypass Vulnerability

  • CVE-2021-3827: Redhat 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