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 renovate to version 44.14.7 or higher.
renovate is a dependency updater.
Affected versions of this package are vulnerable to Command Injection in the manager/gradle-wrapper process. An attacker can execute arbitrary commands as the Renovate user by supplying a crafted distributionUrl value in the gradle-wrapper.properties file, which is not properly escaped before being used by the Gradle Wrapper CLI. This is only exploitable if the deployment is self-hosted, configured with binarySource=docker, and allowedUnsafeExecutions includes gradleWrapper.
This vulnerability can be mitigated by removing 'gradleWrapper' from the allowedUnsafeExecutions configuration.