Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-26579

CVE-2024-26579: Apache InLong Auth Bypass Vulnerability

CVE-2024-26579 is an authentication bypass flaw in Apache InLong caused by deserialization of untrusted data. Attackers can exploit this using malicious parameters. This article covers technical details, impact, and mitigation.

Published: April 8, 2026

CVE-2024-26579 Overview

CVE-2024-26579 is an insecure deserialization vulnerability affecting Apache InLong, a one-stop integration framework designed for massive data. The vulnerability allows attackers to bypass security controls using malicious parameters, potentially leading to remote code execution on affected systems. This flaw is classified as CWE-502 (Deserialization of Untrusted Data), a vulnerability class that enables attackers to manipulate serialized objects to achieve arbitrary code execution.

Critical Impact

Unauthenticated remote attackers can exploit this deserialization flaw to execute arbitrary code on vulnerable Apache InLong installations, potentially leading to complete system compromise.

Affected Products

  • Apache InLong versions 1.7.0 through 1.11.0
  • Apache InLong installations using default configurations within the affected version range

Discovery Timeline

  • May 8, 2024 - CVE-2024-26579 published to NVD
  • March 28, 2025 - Last updated in NVD database

Technical Details for CVE-2024-26579

Vulnerability Analysis

This deserialization vulnerability in Apache InLong allows attackers to submit maliciously crafted serialized objects that bypass input validation mechanisms. When the application deserializes these untrusted objects, it can trigger arbitrary code execution within the context of the InLong application. The vulnerability exists because the application fails to properly validate and sanitize serialized data before processing, allowing attackers to inject malicious payloads that execute upon deserialization.

The vulnerability is exploitable over the network without requiring authentication or user interaction. A successful exploit grants attackers high-level access to system confidentiality, integrity, and availability, making this a severe security issue requiring immediate attention.

Root Cause

The root cause of CVE-2024-26579 lies in Apache InLong's insufficient validation of serialized input data. The application deserializes user-controlled data without adequately verifying its integrity or restricting the types of objects that can be instantiated. This allows attackers to craft malicious serialized payloads containing dangerous object types (gadget chains) that execute arbitrary operations when the object graph is reconstructed during deserialization.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges or user interaction. Attackers can exploit this vulnerability by:

  1. Identifying an Apache InLong endpoint that accepts serialized data
  2. Crafting a malicious serialized payload using known gadget chains present in the application's classpath
  3. Submitting the payload to the vulnerable endpoint with malicious parameters designed to bypass security controls
  4. Achieving remote code execution when the application deserializes the malicious object

The vulnerability description indicates that attackers can "bypass using malicious parameters," suggesting that existing security controls can be circumvented through specially crafted input.

Detection Methods for CVE-2024-26579

Indicators of Compromise

  • Unusual network traffic patterns to Apache InLong API endpoints containing serialized Java objects
  • Unexpected process spawning or outbound connections originating from the InLong application
  • Anomalous error logs indicating deserialization failures or class loading exceptions
  • Evidence of reconnaissance activity targeting InLong endpoints

Detection Strategies

  • Monitor Apache InLong application logs for deserialization errors or exceptions involving unexpected class types
  • Implement network intrusion detection rules to identify serialized Java objects in HTTP traffic to InLong endpoints
  • Deploy runtime application self-protection (RASP) solutions to detect and block deserialization attacks
  • Utilize SentinelOne's behavioral AI to identify post-exploitation activities following successful deserialization attacks

Monitoring Recommendations

  • Enable verbose logging for Apache InLong components to capture detailed request and error information
  • Configure alerting on any new child processes spawned by the InLong application
  • Monitor for unusual file system activity or network connections from the InLong service account
  • Review access logs for unusual parameter patterns or encoded payloads targeting InLong endpoints

How to Mitigate CVE-2024-26579

Immediate Actions Required

  • Upgrade Apache InLong to version 1.12.0 or later immediately
  • If immediate upgrade is not possible, apply the cherry-pick patches from Pull Request #9694 and Pull Request #9707
  • Restrict network access to Apache InLong management interfaces to trusted networks only
  • Implement Web Application Firewall (WAF) rules to filter potentially malicious serialized payloads

Patch Information

Apache has addressed this vulnerability in Apache InLong version 1.12.0. Users should upgrade to this version to remediate the issue. For organizations that cannot immediately upgrade, Apache has provided two specific patches that can be cherry-picked:

  • GitHub Pull Request #9694
  • GitHub Pull Request #9707

Additional information is available through the GitHub Security Advisory and the Apache Mailing List Thread.

Workarounds

  • Implement network segmentation to isolate Apache InLong instances from untrusted networks
  • Deploy a reverse proxy or WAF to filter and sanitize incoming requests before they reach InLong
  • Consider using Java agent-based deserialization filters (JEP 290) to restrict which classes can be deserialized
  • Monitor and restrict outbound network connections from the InLong application server to limit post-exploitation capabilities
bash
# Example: Restrict network access to Apache InLong using iptables
# Allow access only from trusted management network
iptables -A INPUT -p tcp --dport 8083 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8083 -j DROP

# Enable Java deserialization filters (Java 9+)
# Add to JVM startup options
export JAVA_OPTS="$JAVA_OPTS -Djdk.serialFilter=!*"

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 Inlong

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Openwall OSS-Security Discussion

  • Apache Mailing List Thread
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-27531: Apache InLong Information Disclosure Flaw

  • CVE-2025-27528: Apache InLong Information Disclosure Flaw

  • CVE-2024-36268: Apache InLong 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