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-2023-50298

CVE-2023-50298: Apache Solr Information Disclosure Flaw

CVE-2023-50298 is an information disclosure vulnerability in Apache Solr that exposes ZooKeeper credentials and ACLs to unauthorized actors. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-50298 Overview

CVE-2023-50298 is a sensitive information exposure vulnerability in Apache Solr that allows attackers to extract ZooKeeper credentials and ACLs through the Streaming Expressions feature. The vulnerability exists in the /streaming handler, which permits users to specify arbitrary zkHost parameters when extracting data from Solr Clouds.

When a SolrCloud instance is configured to use ZooKeeper credentials and ACLs for security, these authentication materials are automatically transmitted to whatever ZooKeeper host address is specified in streaming expression requests. An attacker can exploit this behavior by setting up a malicious server that mimics ZooKeeper, capturing the credentials when Solr attempts to connect.

Critical Impact

Attackers can steal ZooKeeper credentials and ACLs by tricking Apache Solr into connecting to a malicious mock ZooKeeper server, potentially compromising the entire SolrCloud infrastructure.

Affected Products

  • Apache Solr versions 6.0.0 through 8.11.2
  • Apache Solr versions 9.0.0 through 9.4.0
  • SolrCloud deployments using ZooKeeper authentication

Discovery Timeline

  • 2024-02-09 - CVE-2023-50298 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-50298

Vulnerability Analysis

This vulnerability stems from improper handling of ZooKeeper credentials within Apache Solr's Streaming Expressions feature. Streaming Expressions provide a powerful way to query and transform data across Solr instances, including the ability to connect to external SolrCloud deployments via the zkHost parameter.

The security flaw occurs because Solr does not validate whether the specified zkHost address belongs to the same trusted cluster before forwarding authentication credentials. When a SolrCloud deployment is secured with ZooKeeper credentials and ACLs, these sensitive authentication materials are transmitted to any ZooKeeper endpoint specified in the streaming expression—including attacker-controlled servers.

The vulnerability is particularly dangerous because the /streaming handler only requires read permissions to access, making it available to a broader range of authenticated users than expected for an operation that can leak infrastructure credentials.

Root Cause

The root cause is the lack of origin validation for ZooKeeper connections initiated through Streaming Expressions. Apache Solr versions prior to 8.11.3 and 9.4.1 transmit ZooKeeper credentials to any zkHost specified in streaming expression requests without verifying that the target server matches the original SolrCloud's ZooKeeper ensemble address.

This represents a violation of the principle of least privilege, where credentials scoped to the legitimate ZooKeeper cluster are inadvertently shared with arbitrary external servers. The CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-922 (Insecure Storage of Sensitive Information) classifications accurately describe this credential leakage pattern.

Attack Vector

An attacker exploiting this vulnerability would follow this attack pattern:

  1. Set up a malicious server that implements the ZooKeeper protocol handshake and accepts incoming connections
  2. Craft a streaming expression request targeting the vulnerable Solr instance's /streaming endpoint
  3. Include the malicious server's address in the zkHost parameter of the request
  4. When Solr processes the request, it attempts to connect to the specified ZooKeeper host using its configured credentials
  5. The attacker's mock server captures the ZooKeeper credentials and ACLs transmitted during the connection attempt
  6. The attacker can then use these stolen credentials to access the legitimate ZooKeeper cluster, potentially gaining control over SolrCloud configuration and data

The attack requires only read permissions on the Streaming Expressions handler, making it accessible to lower-privileged users who should not have access to infrastructure credentials.

Detection Methods for CVE-2023-50298

Indicators of Compromise

  • Unusual streaming expression requests containing external or unknown zkHost parameter values
  • Network connections from Solr servers to unexpected ZooKeeper endpoints or non-standard ports
  • Access logs showing /streaming handler requests with zkHost parameters pointing to external IP addresses
  • Failed ZooKeeper authentication attempts following credential theft and misuse

Detection Strategies

  • Monitor and alert on streaming expression requests containing zkHost parameters that don't match your authorized ZooKeeper ensemble addresses
  • Implement network segmentation monitoring to detect Solr nodes attempting outbound connections to unauthorized ZooKeeper hosts
  • Review web server access logs for /streaming endpoint requests with suspicious query parameters
  • Deploy application-layer firewalls to inspect and block streaming expressions with untrusted zkHost values

Monitoring Recommendations

  • Enable detailed access logging on Solr's /streaming handler to capture all request parameters
  • Configure network monitoring to track ZooKeeper protocol traffic (default port 2181) from Solr instances
  • Set up alerts for any ZooKeeper connection attempts to IP addresses outside your trusted infrastructure
  • Regularly audit user permissions to ensure only necessary accounts have access to streaming expressions

How to Mitigate CVE-2023-50298

Immediate Actions Required

  • Upgrade Apache Solr to version 8.11.3 or 9.4.1 immediately to patch this vulnerability
  • Review all accounts with read permissions on the /streaming handler and remove unnecessary access
  • Implement network-level restrictions to prevent Solr from connecting to arbitrary ZooKeeper hosts
  • Rotate ZooKeeper credentials if there is any suspicion of prior exploitation

Patch Information

Apache has released fixed versions that address this vulnerability by implementing server address validation. Starting with versions 8.11.3 and 9.4.1, Solr only transmits ZooKeeper credentials to zkHost values that share the same server address as the original SolrCloud's ZooKeeper ensemble (regardless of the chroot path).

Users running Apache Solr versions 6.0.0 through 8.11.2 should upgrade to 8.11.3, while users on the 9.x branch (versions 9.0.0 through 9.4.0) should upgrade to 9.4.1. For detailed information, see the Apache Solr Security Advisory.

Workarounds

  • Implement firewall rules to block outbound ZooKeeper connections from Solr nodes to any hosts other than the legitimate ZooKeeper ensemble
  • Disable or restrict access to the /streaming handler if streaming expressions are not required in your deployment
  • Use a reverse proxy or web application firewall to filter streaming expression requests containing zkHost parameters
  • Consider implementing network segmentation to isolate SolrCloud infrastructure from potential attacker-controlled endpoints
bash
# Example: Restrict outbound connections from Solr to only authorized ZooKeeper hosts
# Add iptables rules to allow only legitimate ZooKeeper ensemble connections
iptables -A OUTPUT -p tcp -d <authorized_zk_host_1> --dport 2181 -j ACCEPT
iptables -A OUTPUT -p tcp -d <authorized_zk_host_2> --dport 2181 -j ACCEPT
iptables -A OUTPUT -p tcp -d <authorized_zk_host_3> --dport 2181 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 2181 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Solr

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo

  • CWE-922
  • Technical References
  • OpenWall OSS Security Update

  • OpenWall OSS Security Notice

  • Apache Solr CVE-2023-50298 Advisory
  • Related CVEs
  • CVE-2026-22444: Apache Solr Information Disclosure Flaw

  • CVE-2023-50290: Apache Solr Information Disclosure Flaw

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

  • CVE-2024-45216: Apache Solr Auth Bypass 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