CVE-2023-50291
Last modified
CVE-2023-50291 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Insufficiently Protected Credentials vulnerability in Apache Solr. This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.3.0. One of the two endpoints that publishes the Solr process' Java system properties, /admin/info/properties, was only setup to hide system properties that had "password" contained in the name. There are a number of sensitive system properties, such as "basicauth" and "aws.secretKey" do not contain "password", thus their values were published via the "/admin/info/properties" endpoint. This endpoint populates the list of System Properties on the home screen of the Solr Admin page, making the exposed credentials visible in the UI. This /admin/info/properties endpoint is protected under the "config-read" permission. Therefore, Solr Clouds with Authorization enabled will only be vulnerable through logged-in users that have the "config-read" permission. Users are recommended to upgrade to version 9.3.0 or 8.11.3, which fixes the issue. A single option now controls hiding Java system property for all endpoints, "-Dsolr.hiddenSysProps". By default all known sensitive properties are hidden (including "-Dbasicauth"), as well as any property with a name containing "secret" or "password". Users who cannot upgrade can also use the following Java system property to fix the issue: '-Dsolr.redaction.system.pattern=.*(password|secret|basicauth).*'. EPSS estimates a 3.31% chance of exploitation in the next 30 days.
Description
Insufficiently Protected Credentials vulnerability in Apache Solr. This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.3.0. One of the two endpoints that publishes the Solr process' Java system properties, /admin/info/properties, was only setup to hide system properties that had "password" contained in the name. There are a number of sensitive system properties, such as "basicauth" and "aws.secretKey" do not contain "password", thus their values were published via the "/admin/info/properties" endpoint. This endpoint populates the list of System Properties on the home screen of the Solr Admin page, making the exposed credentials visible in the UI. This /admin/info/properties endpoint is protected under the "config-read" permission. Therefore, Solr Clouds with Authorization enabled will only be vulnerable through logged-in users that have the "config-read" permission. Users are recommended to upgrade to version 9.3.0 or 8.11.3, which fixes the issue. A single option now controls hiding Java system property for all endpoints, "-Dsolr.hiddenSysProps". By default all known sensitive properties are hidden (including "-Dbasicauth"), as well as any property with a name containing "secret" or "password". Users who cannot upgrade can also use the following Java system property to fix the issue: '-Dsolr.redaction.system.pattern=.*(password|secret|basicauth).*'
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Solr | >= 6.0.0, < 8.11.3 |
| Apache | Solr | >= 9.0.0, < 9.3.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-50291?
How severe is CVE-2023-50291?
How do I fix CVE-2023-50291?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-50272A potential security vulnerability has been identified in HP…9.8
- CVE-2023-50274HPE OneView may allow command injection with local privilege…7.8
- CVE-2023-50275HPE OneView may allow clusterService Authentication Bypass r…7.5
- CVE-2023-5028A vulnerability, which was classified as problematic, has be…4.6
- CVE-2023-5029A vulnerability, which was classified as critical, was found…8.8
- CVE-2023-50290Exposure of Sensitive Information to an Unauthorized Actor v…6.5
- CVE-2023-50292Incorrect Permission Assignment for Critical Resource, Impro…7.5
- CVE-2023-50293Rejected reason: This is unused.
- CVE-2023-50294The App Settings (/admin/app) page in GROWI versions prior t…6.5
- CVE-2023-50297Open redirect vulnerability in PowerCMS (6 Series, 5 Series,…6.1
- CVE-2023-50298Exposure of Sensitive Information to an Unauthorized Actor v…7.5
- CVE-2023-5030A vulnerability has been found in Tongda OA up to 11.10 and …8.8
Are you affected by CVE-2023-50291?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
