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.springframework.data:spring-data-relational to version 3.5.12, 4.0.6 or higher.
Affected versions of this package are vulnerable to SQL Injection via Query By Example (QBE) StringMatcher handling. An attacker can perform boolean-based blind data inference by supplying wildcard characters in externally controlled input used to populate a QBE probe. When StringMatcher.STARTING, ENDING, or CONTAINING is used, insufficient escaping of wildcard characters may allow an attacker to influence query behavior and infer sensitive information from the underlying data set.
Note: This vulnerability is not exploitable by default. It requires the application to explicitly expose a QBE probe that accepts untrusted input and uses one of the affected StringMatcher modes.