Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1, 5.2, 5.2.1, 5.3, 5.3.1
-
None
-
None
Description
Solr has apache commons-collections in it's classpath.
*This makes it vulnerable to this security issue https://issues.apache.org/jira/browse/COLLECTIONS-580.
*The /stream handler uses Java serialization for RPC since Solr 5.1.
These two combined leave a security hole in Solr that allows arbitrary code to be executed on the server.
This ticket will comment out the /stream handler from the sample solrconfig.xml's and add a warning to explain the vulnerability.
Attachments
Issue Links
- relates to
-
SOLR-8266 Remove Java Serialization from the Streaming API
- Closed