|
Currently, there are no known upgrades or patches to correct this vulnerability. It is possible to temporarily work around the flaw by implementing the following workaround: 1.Open the file jetty.xml located at {ColdFusion-home}/solr/etc for Server install or {Solr-Home}/etc directory for other type of installs.
2.Look for the following property. There are two occurances of the property in the jetty.xml file. Locate the uncommented property.
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
3.Add the following property just below the above property
<Set name="Host"><SystemProperty name="jetty.host" default="127.0.0.1"/></Set>
4. Restart Solr service.
|