The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.apache.solr:solr-core to version 9.10.1 or higher.
org.apache.solr:solr-core is an open source enterprise search platform built on Apache Lucene
Affected versions of this package are vulnerable to Files or Directories Accessible to External Parties in the AllowPathBuilder behavior accessible via the create core API. An attacker can read configsets from unauthorized filesystem paths (and, on Windows, expose NTLM user hashes), over this API. As a result, "create core" operations on the basis of those configsets may succeed.
This is only exploitable if Solr is running in standalone mode and the allowPath setting is used to restrict file access
This vulnerability can be mitigated by enabling the RuleBasedAuthorizationPlugin and restricting the predefined "core-admin-edit" permission and other high-level custom permissions to privileged users only.