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-2024-1524

CVE-2024-1524: Authentication Bypass Vulnerability

CVE-2024-1524 is an authentication bypass flaw in Silent Just-In-Time provisioning for federated identity providers that allows attackers to replace local user accounts. This article covers technical details, attack scenarios, and mitigation.

Published: February 27, 2026

CVE-2024-1524 Overview

CVE-2024-1524 is an Authentication Spoofing vulnerability affecting WSO2 Identity Server deployments utilizing the "Silent Just-In-Time Provisioning" feature for federated identity providers (IDPs). When this feature is enabled, a malicious actor can exploit username collisions between federated and local user stores to associate a targeted local user account with a federated IDP user account under their control.

The vulnerability arises from improper authentication origin verification (CWE-290) during the account provisioning process. When federated users share the same username as local users, the local user's information may be replaced during provisioning, effectively allowing account takeover.

Critical Impact

Attackers with valid federated IDP accounts can hijack local user accounts by exploiting username matching during Silent JIT provisioning, leading to unauthorized access and identity impersonation.

Affected Products

  • WSO2 Identity Server with Silent Just-In-Time Provisioning enabled
  • WSO2 deployments with federated IDP configurations

Discovery Timeline

  • 2026-02-24 - CVE CVE-2024-1524 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2024-1524

Vulnerability Analysis

This vulnerability stems from improper authentication origin verification (CWE-290) in the Silent Just-In-Time (JIT) Provisioning mechanism. The core issue is that the provisioning process fails to adequately distinguish between identities from federated identity providers and those from local user stores when usernames match.

For successful exploitation, the following preconditions must be met:

  1. An IDP must be configured for federated authentication with Silent JIT provisioning enabled
  2. The attacker must possess a fresh, previously unused valid user account in the federated IDP
  3. The attacker must know the username of a valid user in the local IDP
  4. The attacker's federated IDP account must have a username matching the targeted local user

When all conditions are satisfied, the provisioning process incorrectly associates the federated identity with the existing local account, effectively granting the attacker access to the victim's account.

Root Cause

The root cause is classified as CWE-290: Authentication Bypass by Spoofing. The Silent JIT provisioning mechanism does not properly verify the authentication origin when linking federated identities to local accounts. This allows an attacker to leverage a username collision to impersonate local users through their federated IDP credentials.

Attack Vector

The attack is network-based and requires the attacker to authenticate through a configured federated IDP with specific preconditions. The attacker must:

  1. Identify a target username that exists in the local user store
  2. Create or obtain a matching username account in the federated IDP
  3. Authenticate via the federated IDP for the first time (fresh account requirement)
  4. The Silent JIT provisioning process then incorrectly links the federated identity to the local account

The attack does not require user interaction but has high complexity due to the multiple preconditions that must be satisfied. Once successful, the attacker gains full access to the victim's local account with high confidentiality and integrity impact.

Detection Methods for CVE-2024-1524

Indicators of Compromise

  • Unexpected changes to local user account attributes following federated authentication events
  • Multiple federated IDP accounts being linked to the same local user account
  • Authentication logs showing federated login attempts using usernames that match local accounts
  • User reports of account compromise following federated authentication system integration

Detection Strategies

  • Monitor provisioning logs for Silent JIT provisioning events involving username matches between federated and local accounts
  • Implement alerting on account attribute modifications that occur during federated authentication flows
  • Audit federated IDP configurations to identify deployments with Silent JIT provisioning enabled
  • Review authentication logs for first-time federated logins using usernames that already exist in local stores

Monitoring Recommendations

  • Enable detailed logging for all JIT provisioning operations including source IDP identification
  • Implement real-time monitoring of user account linking events between federated and local stores
  • Configure alerts for any local account modifications triggered by federated authentication
  • Establish baseline behavior for federated provisioning and alert on anomalies

How to Mitigate CVE-2024-1524

Immediate Actions Required

  • Disable Silent Just-In-Time Provisioning until patches can be applied
  • Audit existing user accounts for unauthorized federated identity linkages
  • Review federated IDP configurations and restrict to trusted identity providers only
  • Implement username uniqueness enforcement across local and federated user stores

Patch Information

WSO2 has released security guidance for this vulnerability. Organizations should refer to the WSO2 Security Advisory WSO2-2024-3144 for specific patch information and remediation guidance. Apply the recommended patches or configuration changes as soon as possible.

Workarounds

  • Disable Silent JIT provisioning and switch to explicit provisioning workflows that require administrator approval
  • Implement username collision detection that prevents federated account linking when local usernames already exist
  • Deploy multi-factor authentication for all federated login scenarios to add additional verification
  • Configure federated IDP account linkage to require explicit user consent before associating with local accounts
  • Establish namespace separation between local and federated usernames to prevent collisions

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-290
  • Technical References
  • WSO2 Security Advisory WSO2-2024-3144
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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