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

CVE-2024-45772: Apache Lucene Replicator Vulnerability

CVE-2024-45772 is a deserialization of untrusted data vulnerability in Apache Lucene Replicator affecting versions 4.4.0 to 9.11.x. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-45772 Overview

CVE-2024-45772 is an Insecure Deserialization vulnerability affecting Apache Lucene's Replicator module. The vulnerability exists in the deprecated org.apache.lucene.replicator.http package, which fails to properly validate untrusted data during deserialization operations. This flaw affects Apache Lucene Replicator versions from 4.4.0 before 9.12.0.

The deserialization vulnerability can only be triggered if users actively deploy a network-accessible implementation and a corresponding client using an HTTP library that utilizes the API (e.g., a custom servlet and HTTPClient). Notably, the org.apache.lucene.replicator.nrt package is not affected by this vulnerability.

Critical Impact

Successful exploitation could allow attackers with adjacent network access to execute arbitrary code by sending malicious serialized objects to vulnerable Apache Lucene Replicator implementations, potentially leading to complete system compromise.

Affected Products

  • Apache Lucene Replicator versions 4.4.0 through 9.11.x
  • Applications using the deprecated org.apache.lucene.replicator.http package
  • Custom servlets and HTTP clients implementing the vulnerable API

Discovery Timeline

  • September 30, 2024 - CVE-2024-45772 published to NVD
  • May 15, 2025 - Last updated in NVD database

Technical Details for CVE-2024-45772

Vulnerability Analysis

The vulnerability stems from unsafe deserialization practices in Apache Lucene's Replicator module. Deserialization vulnerabilities occur when an application deserializes untrusted data without proper validation, allowing attackers to manipulate the serialized object stream to achieve malicious outcomes.

In the context of CVE-2024-45772, the deprecated org.apache.lucene.replicator.http package processes serialized Java objects from HTTP requests without adequate integrity checks. When a vulnerable implementation is deployed with network accessibility, an attacker on an adjacent network segment can craft malicious serialized objects that, when deserialized, trigger arbitrary code execution on the target system.

The exploitation requires low privileges and no user interaction, making it a significant threat in environments where the vulnerable component is exposed. The impact encompasses confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2024-45772 is the use of Java native deserialization on untrusted input within the org.apache.lucene.replicator.http package. Java's ObjectInputStream class, when used without proper filtering, will instantiate any serializable class available on the classpath. Attackers can leverage this behavior to chain together "gadget" classes to achieve remote code execution.

The deprecated nature of the affected package suggests that safer alternatives exist, but legacy deployments may still rely on this functionality without awareness of the security implications.

Attack Vector

The attack vector requires adjacent network access to the vulnerable Apache Lucene Replicator deployment. The attacker must be able to send HTTP requests to a custom servlet or implementation that uses the vulnerable HTTP-based replication API.

An attacker would craft a malicious serialized Java object containing a carefully constructed object graph. When the vulnerable application deserializes this payload, the object instantiation and method calls during deserialization can be exploited to execute arbitrary code. Common exploitation chains leverage classes from libraries like Apache Commons Collections, Spring Framework, or other dependencies that may be present on the application's classpath.

The attack does not require user interaction and can be automated once a vulnerable endpoint is identified.

Detection Methods for CVE-2024-45772

Indicators of Compromise

  • Unusual HTTP POST requests containing binary Java serialization data (magic bytes 0xAC 0xED) targeting Lucene Replicator endpoints
  • Unexpected process spawning or command execution originating from Java application processes
  • Anomalous network connections initiated by the application server to external hosts
  • Log entries indicating deserialization errors or class instantiation failures for unexpected classes

Detection Strategies

  • Monitor network traffic for Java serialization magic bytes (0xAC 0xED 0x00 0x05) in HTTP request bodies to Lucene Replicator endpoints
  • Implement Java deserialization monitoring using JVM-level instrumentation or security agents
  • Review application logs for deserialization-related exceptions or errors that may indicate exploitation attempts
  • Deploy network intrusion detection signatures for known Java deserialization exploit patterns

Monitoring Recommendations

  • Enable verbose logging for the Apache Lucene Replicator components to capture detailed request information
  • Implement application performance monitoring (APM) to detect anomalous behavior patterns in request processing
  • Configure alerting for process execution chains originating from Java processes running vulnerable applications
  • Conduct regular vulnerability scanning of applications using Apache Lucene dependencies

How to Mitigate CVE-2024-45772

Immediate Actions Required

  • Upgrade Apache Lucene to version 9.12.0 or later, which contains the fix for this vulnerability
  • Audit applications to identify usage of the deprecated org.apache.lucene.replicator.http package
  • Implement network segmentation to limit adjacent network access to vulnerable deployments
  • Apply Java serialization filters as a temporary mitigation if immediate patching is not possible

Patch Information

Apache has released version 9.12.0 of Apache Lucene, which addresses this deserialization vulnerability. Users are strongly recommended to upgrade to this version or later. For detailed information about the patch and upgrade instructions, refer to the Apache Security Mailing List Thread and the OpenWall OSS-Security Post.

Workarounds

  • Apply Java serialization filters using the JVM flag -Djdk.serialFilter='!*' to block all deserialization, which mitigates the vulnerability without impacting functionality
  • Migrate from the deprecated org.apache.lucene.replicator.http package to the unaffected org.apache.lucene.replicator.nrt package
  • Restrict network access to Lucene Replicator endpoints using firewall rules or application-layer access controls
  • Implement a Web Application Firewall (WAF) rule to inspect and block requests containing Java serialization payloads
bash
# Apply Java serialization filter to block deserialization attacks
# Add this JVM argument when starting the application
java -Djdk.serialFilter='!*' -jar your-application.jar

# Alternative: Create a more specific filter if complete blocking impacts functionality
java -Djdk.serialFilter='!org.apache.commons.collections.*;!org.springframework.*' -jar your-application.jar

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Lucene

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • OpenWall OSS-Security Post
  • Vendor Resources
  • Apache Security Mailing List Thread
  • Latest CVEs
  • CVE-2025-9962: Novakon P Series Privilege Escalation

  • CVE-2026-1961: Foreman WebSocket Proxy RCE Vulnerability

  • CVE-2026-4903: Tenda AC5 Buffer Overflow Vulnerability

  • CVE-2026-4902: Tenda AC5 Buffer Overflow Vulnerability
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