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-23590

CVE-2024-23590: Apache Kylin Auth Bypass Vulnerability

CVE-2024-23590 is a session fixation vulnerability in Apache Kylin that enables authentication bypass attacks. Affecting versions 2.0.0 through 4.x, this article covers technical details, impact, and mitigation steps.

Published: April 8, 2026

CVE-2024-23590 Overview

CVE-2024-23590 is a Session Fixation vulnerability affecting Apache Kylin, a popular open-source distributed analytics engine designed to provide SQL interface and multi-dimensional analysis on large datasets. This vulnerability allows attackers to manipulate session identifiers, potentially leading to unauthorized access to user accounts and sensitive data within the affected Apache Kylin installations.

Session Fixation is a class of attack where an adversary establishes a valid session with the application, then tricks a victim into authenticating with that pre-established session. Once the victim authenticates, the attacker gains access to the victim's authenticated session, effectively hijacking their identity within the application.

Critical Impact

This vulnerability enables attackers to hijack authenticated user sessions in Apache Kylin, potentially compromising sensitive business intelligence data and analytics operations across affected deployments from version 2.0.0 through 4.x.

Affected Products

  • Apache Kylin versions 2.0.0 through 4.x
  • All deployments using affected versions without the security patch
  • Environments exposing Apache Kylin to untrusted network access

Discovery Timeline

  • 2024-11-04 - CVE-2024-23590 published to NVD
  • 2025-07-10 - Last updated in NVD database

Technical Details for CVE-2024-23590

Vulnerability Analysis

The Session Fixation vulnerability in Apache Kylin stems from improper session management within the application's authentication framework. When a user initiates a session with Apache Kylin, the application fails to properly regenerate session identifiers upon successful authentication. This weakness allows an attacker to set or predict a victim's session identifier before authentication occurs.

In a typical Session Fixation attack against Apache Kylin, an attacker would first obtain a valid session identifier from the application. The attacker then induces the victim to use this predetermined session identifier through various techniques such as URL manipulation, cookie injection, or cross-site scripting vectors. When the victim successfully authenticates, the attacker can use the known session identifier to access the victim's authenticated session.

The vulnerability presents significant risk to environments where Apache Kylin is used for business intelligence and analytics, as successful exploitation could expose sensitive corporate data, query histories, and potentially allow unauthorized modification of analytics configurations.

Root Cause

The root cause of CVE-2024-23590 is classified under CWE-384 (Session Fixation). The application fails to issue a new session identifier after successful user authentication, allowing attackers to pre-set session tokens that remain valid after authentication. This implementation flaw violates secure session management principles that require session regeneration upon privilege level changes such as login events.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can execute this attack by:

  1. Obtaining a valid session identifier from the Apache Kylin server
  2. Crafting a malicious link or request containing the attacker-controlled session ID
  3. Inducing a legitimate user to authenticate using this session identifier
  4. Accessing the authenticated session using the pre-determined session ID

The attack can be performed remotely and does not require any privileges on the target system, making it accessible to external threat actors targeting exposed Apache Kylin installations.

Detection Methods for CVE-2024-23590

Indicators of Compromise

  • Multiple authentication events associated with the same session identifier from different IP addresses
  • Session IDs appearing in URL parameters or referrer logs
  • Unusual session persistence patterns where sessions remain active across authentication boundaries
  • Authentication events where session tokens do not change post-login

Detection Strategies

  • Monitor authentication logs for session ID reuse patterns across different client addresses
  • Implement session tracking to detect sessions that span authentication events without regeneration
  • Deploy web application firewalls (WAF) with rules to detect session fixation attempts
  • Audit Apache Kylin access logs for anomalous session behavior

Monitoring Recommendations

  • Enable detailed authentication logging in Apache Kylin deployments
  • Configure SIEM rules to correlate session identifiers with authentication events and source IP changes
  • Implement real-time alerting for session anomalies such as shared session IDs across multiple users
  • Review network traffic for session ID manipulation in HTTP headers and URL parameters

How to Mitigate CVE-2024-23590

Immediate Actions Required

  • Upgrade Apache Kylin to version 5.0.0 or above, which contains the security fix
  • Restrict network access to Apache Kylin instances using firewalls and network segmentation
  • Implement additional authentication controls such as multi-factor authentication where possible
  • Review access logs for evidence of exploitation attempts

Patch Information

Users are recommended to upgrade to Apache Kylin version 5.0.0 or above, which addresses this Session Fixation vulnerability. The official advisory and patch information can be found through the Apache Mailing List Update. Additional discussion is available in the Openwall OSS Security Post.

Workarounds

  • Restrict access to Apache Kylin to trusted networks only until the upgrade can be performed
  • Implement reverse proxy configurations that enforce secure session management practices
  • Enable TLS/SSL with secure cookie attributes (HttpOnly, Secure, SameSite) to reduce attack surface
  • Consider implementing application-level session validation mechanisms as a temporary measure

For environments where immediate upgrade is not feasible, network-level isolation and enhanced monitoring should be prioritized while planning the upgrade path to version 5.0.0 or later.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Kylin

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.32%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-384
  • Technical References
  • Openwall OSS Security Post
  • Vendor Resources
  • Apache Mailing List Update
  • Related CVEs
  • CVE-2020-13925: Apache Kylin RCE 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