PT-2026-3768 · Apache · Rule Based Authorization Plugin+1
Monkeontheroof
·
Published
2026-01-20
·
Updated
2026-04-02
·
CVE-2026-22022
CVSS v2.0
8.5
High
| Vector | AV:N/AC:L/Au:N/C:C/I:P/A:N |
Name of the Vulnerable Software and Affected Versions
Apache Solr versions 5.3.0 through 9.10.0
Description
Deployments of Apache Solr utilizing the Rule Based Authorization Plugin are susceptible to unauthorized access to certain Solr APIs. This occurs due to insufficient input validation within the plugin's components. The issue is present only when specific conditions are met: the use of the RuleBasedAuthorizationPlugin, a configuration specifying multiple roles, a permission list utilizing predefined rules like "config-read", "config-edit", "schema-read", "metrics-read", or "security-read", the absence of the "all" predefined permission in the permission list, and a network setup allowing unfiltered client requests to Solr. The vulnerability allows attackers to bypass access controls on administrative endpoints by exploiting a logic flaw.
Recommendations
For Apache Solr versions 5.3.0 through 9.10.0, ensure that the RuleBasedAuthorizationPlugin configuration specifies the "all" predefined permission and associates it with an "admin" or other privileged role. Alternatively, upgrade to a Solr version outside of the impacted range, such as version 9.10.1.
Fix
Improper Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Apache Solr
Rule Based Authorization Plugin