CVE Catalog

CVE-2026-22022

High
Published: Translated: NVD NIST

Summary

Deployments of Apache Solr 5.3.0 through 9.10.0 that rely on Solr's "Rule Based Authorization Plugin" are vulnerable to allowing unauthorized access to certain Solr APIs, due to insufficiently strict input validation in those components. Only deployments that meet all of the following criteria are impacted: use of the RuleBasedAuthorizationPlugin, a config with multiple roles, a permission list using one or more of the predefined permission rules (config-read, config-edit, schema-read, metrics-read, security-read), no "all" permission defined, and a networking setup that allows unfiltered requests to Solr.

Risk Assessment

The risk includes the possibility of unauthorized access to sensitive Solr APIs, which could lead to confidentiality, integrity, or availability breaches, and potentially privilege escalation.

Recommendation

It is recommended to upgrade Apache Solr to a patched version if available, and to review the RuleBasedAuthorizationPlugin configuration to ensure rules are appropriately restrictive. Also restrict network access to Solr to trusted clients only.

Other vulnerabilities in Apache Solr

See all
Original NVD description (English source)

Deployments of Apache Solr 5.3.0 through 9.10.0 that rely on Solr's "Rule Based Authorization Plugin" are vulnerable to allowing unauthorized access to certain Solr APIs, due to insufficiently strict input validation in those components.  Only deployments that meet all of the following criteria are impacted by this vulnerability: * Use of Solr's "RuleBasedAuthorizationPlugin" * A RuleBasedAuthorizationPlugin config (see security.json) that specifies multiple "roles" * A RuleBasedAuthorizationPlugin permission list (see security.json) that uses one or more of the following pre-defined permission rules: "config-read", "config-edit", "schema-read", "metrics-read", or "security-read". * A RuleBasedAuthorizationPlugin permission list that doesn't define the "all" pre-defined permission * A networking setup that allows clients to make unfiltered network requests to Solr. (i.e. user-submitted HTTP/HTTPS requests reach Solr as-is, unmodified or restricted by any intervening pro

Vulnerability data from NVD (NIST) · CISA KEV · EPSS