Skip to main content

Apache Solr CVE-2026-44825

| EUVDEUVD-2026-33602 CRITICAL
Use of Hard-coded Credentials (CWE-798)
2026-06-01 security@apache.org GHSA-qhr7-h655-pw6r
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Known default credentials give network unauthenticated access (AV:N/PR:N/AC:L) yielding full admin control over the cluster, so C/I/A are all High; the config precondition affects population, not the base vector.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Red Hat
8.1 HIGH
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

6
Analysis Updated
Jul 22, 2026 - 07:28 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jul 22, 2026 - 07:22 vuln.today
cvss_changed
Severity Changed
Jul 22, 2026 - 07:22 NVD
HIGH CRITICAL
CVSS changed
Jul 22, 2026 - 07:22 NVD
8.1 (HIGH) 9.8 (CRITICAL)
Analysis Generated
Jun 01, 2026 - 09:31 vuln.today
CVE Published
Jun 01, 2026 - 09:16 nvd
HIGH 8.1

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 20 maven packages depend on org.apache.solr:solr-core (18 direct, 2 indirect)

Ecosystem-wide dependent count for version 9.4.0.

DescriptionNVD

Hardcoded credentials in the Basic Authentication setup tool (bin/solr auth enable) in Apache Solr versions 9.4.0 through 9.10.1 and 10.0.0 allows a remote attacker to gain full administrative access to the cluster via publicly known default credentials installed silently alongside the user-specified account.

As an immediate workaround without upgrading, delete the template users (superadmin, admin, search, index) from security.json or change their passwords. The future, not yet released, versions 9.11.0 and 10.1.0 will not be vulnerable, and it will be enough to upgrade to solve the issue.

Not affected:

  • Clusters where bin/solr auth enable was not used to bootstrap BasicAuth
  • Clusters where template users have been assigned strong passwords after bootstrap

AnalysisAI

Full administrative cluster takeover in Apache Solr 9.4.0-9.10.1 and 10.0.0 arises because the 'bin/solr auth enable' setup tool silently provisions hardcoded template accounts (superadmin, admin, search, index) with publicly known default passwords alongside the operator's chosen account. Any remote attacker who reaches the Solr endpoint can authenticate with these baked-in credentials and obtain total control of the cluster. There is no public exploit identified at time of analysis and EPSS is low (0.21%), but the CVSS 9.8 rating and 'total' SSVC technical impact make this a high-severity misconfiguration-by-default flaw.

Technical ContextAI

Apache Solr is a widely used open-source enterprise search platform built on Lucene, frequently exposed as a network service and secured via its BasicAuthPlugin, whose users and hashed credentials live in the ZooKeeper/collection security.json file. The vulnerability is a classic CWE-798 (Use of Hard-coded Credentials): the 'bin/solr auth enable' bootstrap helper writes a security.json that includes fixed template users (superadmin, admin, search, index) with well-known default passwords in addition to the user-specified administrator. Because these template accounts are documented/known and installed silently, they function as a backdoor into Solr's role-based authorization model. The affected CPEs are cpe:2.3:a:apache:solr:* (branch 9.4.0 through 9.10.1) and cpe:2.3:a:apache:solr:10.0.0.

RemediationAI

No vendor-released patch is identified at time of analysis: the fixed builds 9.11.0 and 10.1.0 are announced but not yet released, so upgrading is not currently an option and the primary control is the vendor workaround. Immediately edit the cluster's security.json to either delete the four template users (superadmin, admin, search, index) or reset each of them to a strong, unique password, then reload/restart so the change propagates through ZooKeeper - deleting them is cleaner but verify no automation or tooling depends on those account names before removing, since anything relying on them will lose access. As additional compensating controls, restrict network reachability of the Solr admin/API ports to trusted management hosts and audit BasicAuthPlugin role mappings to confirm no unexpected accounts retain admin privileges. Once released, upgrade to Apache Solr 9.11.0 or 10.1.0, which the vendor states resolves the issue outright. Track the vendor advisory at https://lists.apache.org/thread/5xg6xr99glocp3zsg9ht2zlbwlrst7ch.

More in Solr

View all
CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2017-12629 CRITICAL POC
9.8 Oct 14

Remote code execution occurs in Apache Solr before 7.1 with Apache Lucene before 7.1 by exploiting XXE in conjunction wi

CVE-2013-6397 MEDIUM POC
4.3 Dec 07

Directory traversal vulnerability in SolrResourceLoader in Apache Solr before 4.6 allows remote attackers to read arbitr

CVE-2019-17558 HIGH POC
7.5 Dec 30

Apache Solr 5.0.0 to Apache Solr 8.3.1 are vulnerable to a Remote Code Execution through the VelocityResponseWriter. Rat

CVE-2024-45216 CRITICAL POC
9.8 Oct 16

Improper Authentication vulnerability in Apache Solr. Rated critical severity (CVSS 9.8), this vulnerability is remotely

CVE-2021-27905 CRITICAL POC
9.8 Apr 13

The ReplicationHandler (normally registered at "/replication" under a Solr core) in Apache Solr has a "masterUrl" (also

CVE-2019-12409 CRITICAL POC
9.8 Nov 18

The 8.1.1 and 8.2.0 releases of Apache Solr contain an insecure setting for the ENABLE_REMOTE_JMX_OPTS configuration opt

CVE-2019-0192 CRITICAL POC
9.8 Mar 07

In Apache Solr versions 5.0.0 to 5.5.5 and 6.0.0 to 6.6.5, the Config API allows to configure the JMX server via an HTTP

CVE-2017-1000190 CRITICAL POC
9.1 Nov 17

SimpleXML (latest version 2.7.1) is vulnerable to an XXE vulnerability resulting SSRF, information disclosure, DoS and s

CVE-2021-33813 HIGH POC
7.5 Jun 16

An XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP reques

CVE-2019-12401 HIGH POC
7.5 Sep 10

Solr versions 1.3.0 to 1.4.1, 3.1.0 to 3.6.2 and 4.0.0 to 4.10.4 are vulnerable to an XML resource consumption attack (a

CVE-2019-0193 HIGH POC
7.2 Aug 01

In Apache Solr, the DataImportHandler, an optional but popular module to pull in data from databases and other sources,

Vendor StatusVendor

Share

CVE-2026-44825 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy