-
Notifications
You must be signed in to change notification settings - Fork 3
Description
CVE-2023-50386 - High Severity Vulnerability
Vulnerable Libraries - solr-solrj-9.3.0.jar, solr-solrj-zookeeper-9.3.0.jar, solr-core-9.3.0.jar
solr-solrj-9.3.0.jar
Apache Solr (module: solrj)
Library home page: https://solr.apache.org/
Path to dependency file: /plugin/test-samples/test-spring-solr/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj/9.3.0/solr-solrj-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj/9.3.0/solr-solrj-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj/9.3.0/solr-solrj-9.3.0.jar
Dependency Hierarchy:
- junittest-service-solr-3.2.0-SNAPSHOT.jar (Root Library)
- solr-core-9.3.0.jar
- ❌ solr-solrj-9.3.0.jar (Vulnerable Library)
- solr-core-9.3.0.jar
solr-solrj-zookeeper-9.3.0.jar
Apache Solr (module: solrj-zookeeper)
Library home page: https://solr.apache.org/
Path to dependency file: /plugin/test-samples/junittest-service-solr/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj-zookeeper/9.3.0/solr-solrj-zookeeper-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj-zookeeper/9.3.0/solr-solrj-zookeeper-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-solrj-zookeeper/9.3.0/solr-solrj-zookeeper-9.3.0.jar
Dependency Hierarchy:
- junittest-service-solr-3.2.0-SNAPSHOT.jar (Root Library)
- solr-core-9.3.0.jar
- solr-solrj-9.3.0.jar
- ❌ solr-solrj-zookeeper-9.3.0.jar (Vulnerable Library)
- solr-solrj-9.3.0.jar
- solr-core-9.3.0.jar
solr-core-9.3.0.jar
Apache Solr (module: core)
Library home page: https://solr.apache.org/
Path to dependency file: /plugin/test-samples/test-spring-solr/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/solr/solr-core/9.3.0/solr-core-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-core/9.3.0/solr-core-9.3.0.jar,/home/wss-scanner/.m2/repository/org/apache/solr/solr-core/9.3.0/solr-core-9.3.0.jar
Dependency Hierarchy:
- ❌ solr-core-9.3.0.jar (Vulnerable Library)
Found in HEAD commit: 9220abbc4946463dd3fce9b75ba74b5a00094f4f
Found in base branch: master
Vulnerability Details
Improper Control of Dynamically-Managed Code Resources, Unrestricted Upload of File with Dangerous Type, Inclusion of Functionality from Untrusted Control Sphere vulnerability in Apache Solr.This issue affects Apache Solr: from 6.0.0 through 8.11.2, from 9.0.0 before 9.4.1.
In the affected versions, Solr ConfigSets accepted Java jar and class files to be uploaded through the ConfigSets API.
When backing up Solr Collections, these configSet files would be saved to disk when using the LocalFileSystemRepository (the default for backups).
If the backup was saved to a directory that Solr uses in its ClassPath/ClassLoaders, then the jar and class files would be available to use with any ConfigSet, trusted or untrusted.
When Solr is run in a secure way (Authorization enabled), as is strongly suggested, this vulnerability is limited to extending the Backup permissions with the ability to add libraries.
Users are recommended to upgrade to version 8.11.3 or 9.4.1, which fix the issue.
In these versions, the following protections have been added:
- Users are no longer able to upload files to a configSet that could be executed via a Java ClassLoader.
- The Backup API restricts saving backups to directories that are used in the ClassLoader.
Publish Date: 2024-02-09
URL: CVE-2023-50386
CVSS 3 Score Details (8.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-50386
Release Date: 2024-02-09
Fix Resolution: 9.4.1
Step up your Open Source Security Game with Mend here