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-2025-24814

CVE-2025-24814: Apache Solr Privilege Escalation Flaw

CVE-2025-24814 is a privilege escalation vulnerability in Apache Solr that allows attackers to replace trusted configset files with malicious code. This article covers technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-24814 Overview

CVE-2025-24814 is a privilege escalation vulnerability affecting Apache Solr instances running in standalone or user-managed mode. The vulnerability allows attackers to replace trusted configset files with arbitrary configuration files from elsewhere on the filesystem, potentially enabling malicious code execution through Solr's plugin loading mechanism.

Solr instances are vulnerable when they use the FileSystemConfigSetService component (the default in standalone or user-managed mode) and are running without authentication and authorization. Attackers can exploit this to bypass the trusted configset mechanism, causing Solr to load replacement configuration files that are incorrectly treated as trusted. These malicious config files can leverage <lib> tags to modify Solr's classpath and load malicious code as a searchComponent or other plugin.

Critical Impact

Unauthenticated attackers can achieve privilege escalation and potentially execute arbitrary code by manipulating Solr's configset file loading mechanism to inject malicious plugins.

Affected Products

  • Apache Solr versions up through 9.7 (all versions)
  • Apache Solr instances using FileSystemConfigSetService (default in standalone mode)
  • Apache Solr deployments running without authentication and authorization

Discovery Timeline

  • 2025-01-27 - CVE-2025-24814 published to NVD
  • 2025-06-25 - Last updated in NVD database

Technical Details for CVE-2025-24814

Vulnerability Analysis

This vulnerability stems from improper access control in Apache Solr's configset file handling mechanism. When Solr operates in standalone or user-managed mode, it relies on the FileSystemConfigSetService component to manage configuration sets. The vulnerability exists because Solr's core creation process can be manipulated to substitute trusted configset files with untrusted alternatives located elsewhere on the filesystem.

The core issue relates to CWE-250 (Execution with Unnecessary Privileges), where the system incorrectly elevates the trust level of replacement configuration files. When an attacker exploits this vulnerability, Solr treats the malicious configuration files as trusted, which unlocks dangerous capabilities including the use of <lib> tags. These tags allow modification of Solr's Java classpath, enabling the loading of arbitrary Java classes that can execute as searchComponents or other Solr plugins.

Root Cause

The root cause is the insufficient validation of configset file origins during core creation in Solr's FileSystemConfigSetService. The component fails to properly verify that configuration files being loaded originate from legitimate trusted configset directories, allowing filesystem path manipulation to substitute malicious files while inheriting trusted status.

Attack Vector

The attack requires network access to a vulnerable Solr instance that lacks authentication and authorization. An attacker can exploit the vulnerability through the following general approach:

  1. Identify a Solr instance running in standalone mode without authentication
  2. Craft a core creation request that references configuration files outside the intended configset directory
  3. Position malicious configuration files on the filesystem (or leverage existing files)
  4. The malicious config uses <lib> tags to add attacker-controlled JAR files to Solr's classpath
  5. Malicious code executes within the Solr JVM context as a plugin component

The vulnerability does not require user interaction beyond the attacker's network request, though it does require the target system to be misconfigured without proper authentication.

Detection Methods for CVE-2025-24814

Indicators of Compromise

  • Unexpected core creation requests in Solr logs, particularly those referencing unusual filesystem paths
  • Modification of Solr configset files or appearance of new configuration directories
  • Unusual JAR files appearing in Solr's lib directories or classpath locations
  • Solr loading unexpected searchComponents or plugins not part of standard deployment

Detection Strategies

  • Monitor Solr Admin API access logs for core creation and configuration modification requests
  • Implement file integrity monitoring on Solr configuration directories and configset locations
  • Alert on any <lib> tag usage in configuration files if not expected in your deployment
  • Review Solr startup logs for unexpected classpath additions or plugin loading

Monitoring Recommendations

  • Enable comprehensive audit logging for all Solr Admin API operations
  • Deploy network monitoring to detect unauthorized access to Solr management endpoints
  • Implement anomaly detection for Solr process behavior, including new library loading
  • Regularly audit Solr configuration files for unauthorized <lib> tag additions

How to Mitigate CVE-2025-24814

Immediate Actions Required

  • Enable authentication and authorization on all Solr clusters immediately
  • Review and restrict network access to Solr Admin API endpoints
  • Audit existing Solr deployments for signs of exploitation
  • Consider migrating from standalone mode to SolrCloud architecture

Patch Information

Apache has released Solr version 9.8.0 which mitigates this vulnerability by disabling the use of <lib> tags by default. Users should upgrade to Solr 9.8.0 or later to receive this fix. For detailed patch information, refer to the Apache Mailing List Thread.

Additional security advisories are available from NetApp Security Advisory and Openwall OSS Security.

Workarounds

  • Enable Solr's built-in authentication and authorization mechanisms to prevent unauthorized access
  • Switch from FileSystemConfigSetService to SolrCloud mode which uses a different configset management approach
  • Implement network segmentation to restrict access to Solr instances from untrusted networks
  • Remove or restrict write access to filesystem locations that could be used for malicious configuration placement
bash
# Enable Basic Authentication in Solr (example configuration)
# Add to solr.in.sh or solr.in.cmd
SOLR_AUTH_TYPE="basic"
SOLR_AUTHENTICATION_OPTS="-Dbasicauth=solr:SolrRocks"

# Alternatively, configure security.json for Solr authentication
# Place in $SOLR_HOME/security.json or upload to ZooKeeper for SolrCloud

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechApache Solr

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-250

  • NVD-CWE-Other
  • Technical References
  • Openwall OSS Security Update

  • NetApp Security Advisory
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-22444: Apache Solr Information Disclosure Flaw

  • CVE-2026-22022: Apache Solr Auth Bypass Vulnerability

  • CVE-2024-45216: Apache Solr Auth Bypass Vulnerability

  • CVE-2024-52012: Apache Solr Path Traversal 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