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-2020-13957

CVE-2020-13957: Apache Solr Auth Bypass Vulnerability

CVE-2020-13957 is an authentication bypass flaw in Apache Solr that allows attackers to circumvent security checks and enable dangerous features via ConfigSet API. This post covers technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-13957 Overview

CVE-2020-13957 is a critical authorization bypass vulnerability in Apache Solr that allows unauthenticated attackers to configure dangerous features through the ConfigSet API, ultimately enabling remote code execution. The vulnerability exists because security checks designed to prevent the configuration of dangerous features via unauthenticated API uploads can be circumvented through a specific combination of UPLOAD and CREATE actions.

Apache Solr implements safeguards to prevent certain dangerous configurations from being uploaded via the ConfigSet API without proper authentication. However, attackers discovered that by chaining UPLOAD and CREATE actions together, these protective checks can be bypassed entirely, allowing the injection of malicious configurations that can lead to arbitrary code execution on the affected server.

Critical Impact

This vulnerability allows unauthenticated remote attackers to achieve code execution on Apache Solr servers by bypassing security controls on ConfigSet uploads, potentially leading to complete system compromise.

Affected Products

  • Apache Solr versions 6.6.0 to 6.6.6
  • Apache Solr versions 7.0.0 to 7.7.3
  • Apache Solr versions 8.0.0 to 8.6.2

Discovery Timeline

  • October 13, 2020 - CVE-2020-13957 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-13957

Vulnerability Analysis

This vulnerability is classified as CWE-863 (Incorrect Authorization), where the application fails to properly enforce authorization checks for ConfigSet operations. Apache Solr includes functionality to prevent dangerous configurations from being uploaded through the API without proper authentication. These dangerous features could include scripting capabilities, external entity references, or other mechanisms that could be leveraged for code execution.

The flaw lies in the implementation of these security checks. While individual UPLOAD or CREATE actions may be properly validated, the combination of these actions in a specific sequence allows an attacker to circumvent the validation logic entirely. This represents a classic case of a multi-step authorization bypass where the system fails to maintain security invariants across chained operations.

The vulnerability is particularly severe because Apache Solr is often deployed as an internet-facing search service, and the ConfigSet API may be accessible without authentication in default or misconfigured deployments. An attacker who successfully exploits this vulnerability can upload arbitrary configurations that enable remote code execution capabilities.

Root Cause

The root cause of CVE-2020-13957 is improper authorization logic in the ConfigSet API handler. The security checks implemented to prevent dangerous configurations are not consistently applied across different API action combinations. Specifically, when an attacker uses a combination of UPLOAD and CREATE actions, the authorization checks fail to recognize that the resulting configuration contains dangerous features that should have been blocked.

This represents an authorization bypass where the individual actions may pass validation, but their combined effect circumvents the intended security controls. The application architecture assumed that checking each action independently would be sufficient, but failed to account for the emergent security implications of action chaining.

Attack Vector

The attack vector for CVE-2020-13957 involves network-based exploitation of the Apache Solr ConfigSet API. An attacker can exploit this vulnerability remotely without any authentication requirements or user interaction.

The attack flow typically involves:

  1. The attacker identifies an Apache Solr instance with an accessible ConfigSet API endpoint
  2. The attacker crafts a malicious configuration containing dangerous features (such as script execution capabilities)
  3. Using a combination of UPLOAD and CREATE API actions, the attacker uploads the malicious configuration, bypassing security checks
  4. Once the malicious ConfigSet is in place, the attacker can trigger code execution through the configured dangerous features

This vulnerability requires no privileges and can be exploited with low complexity, making it highly attractive to attackers targeting exposed Solr instances.

Detection Methods for CVE-2020-13957

Indicators of Compromise

  • Unusual or unauthorized ConfigSet uploads appearing in Solr logs, particularly those combining UPLOAD and CREATE actions
  • New or modified ConfigSets that contain suspicious configuration elements such as script handlers or external entity references
  • Unexpected network connections originating from Solr processes to external systems
  • Evidence of code execution or shell commands being run under the Solr service account

Detection Strategies

  • Monitor Apache Solr audit logs for ConfigSet API requests, especially sequences involving both UPLOAD and CREATE actions
  • Implement network intrusion detection rules to identify suspicious payloads in HTTP requests to the /solr/admin/configs endpoint
  • Deploy file integrity monitoring on Solr configuration directories to detect unauthorized ConfigSet modifications
  • Use application-layer firewalls to inspect and filter potentially malicious ConfigSet API requests

Monitoring Recommendations

  • Enable comprehensive audit logging for all Apache Solr administrative API endpoints
  • Configure alerts for any ConfigSet modifications performed without proper authentication
  • Implement real-time monitoring of Solr process behavior for signs of post-exploitation activity such as unexpected child processes or network connections
  • Review Solr access logs regularly for anomalous patterns in API usage

How to Mitigate CVE-2020-13957

Immediate Actions Required

  • Upgrade Apache Solr to a patched version immediately: version 6.6.7 or later for 6.x, version 7.7.4 or later for 7.x, or version 8.6.3 or later for 8.x
  • Restrict network access to the Solr ConfigSet API to trusted administrative hosts only
  • Enable authentication and authorization for all Solr administrative APIs
  • Review existing ConfigSets for any unauthorized or suspicious configurations

Patch Information

Apache has released security patches addressing CVE-2020-13957 in updated versions of Solr. Organizations should upgrade to the following minimum versions:

  • Solr 6.x: Upgrade to version 6.6.7 or later
  • Solr 7.x: Upgrade to version 7.7.4 or later
  • Solr 8.x: Upgrade to version 8.6.3 or later

For detailed patch information, refer to the Apache Announce Mailing List. Additional information is available in the NetApp Security Advisory NTAP-20201023-0002.

Workarounds

  • Implement network-level access controls to restrict access to Solr administrative APIs from untrusted networks
  • Configure a reverse proxy or web application firewall in front of Solr to filter requests to sensitive API endpoints
  • Enable Solr authentication and authorization using the built-in security plugins if upgrading is not immediately possible
  • Disable the ConfigSet API entirely if it is not required for your deployment
bash
# Example: Restrict Solr admin API access using iptables
# Allow only trusted admin network to access Solr admin port
iptables -A INPUT -p tcp --dport 8983 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8983 -j DROP

# Example: Enable Solr authentication in security.json
# Place this file in your Solr ZooKeeper configuration
# {
#   "authentication": {
#     "class": "solr.BasicAuthPlugin",
#     "credentials": {"admin": "hash_of_password"}
#   },
#   "authorization": {
#     "class": "solr.RuleBasedAuthorizationPlugin"
#   }
# }

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 Solr

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability84.69%

  • 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-863
  • Technical References
  • Apache Lucene Issue Discussion

  • Apache Lucene Commit Notification

  • Apache Druid Commit Notification

  • Apache Bigtop Development Discussion

  • Apache Lucene Issue Update

  • Apache Bigtop Development Update

  • Apache Lucene Issue Notification

  • Apache Lucene Issue Update

  • Apache Bigtop Issue Notification

  • Apache Lucene Issue Update

  • Apache Lucene Issue Notification

  • Apache Bigtop Development Notification

  • Apache Lucene Issue Notification

  • Apache Lucene Issue Notification

  • Apache Lucene Issue Notification

  • Apache Bigtop Issue Notification

  • Apache Lucene Commit Notification

  • Apache Bigtop Issue Notification

  • Apache Bigtop Commit Notification

  • Apache Bigtop Development Notification

  • NetApp Security Advisory NTAP-20201023-0002
  • Vendor Resources
  • Apache Announce Mailing List
  • Related CVEs
  • CVE-2026-22022: Apache Solr Auth Bypass Vulnerability

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

  • CVE-2026-22444: Apache Solr Information Disclosure Flaw

  • 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