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 RediSearch/RediSearch
to version 2.6.24, 2.8.21, 2.10.10 or higher.
Affected versions of this package are vulnerable to Heap-based Buffer Overflow via the FT.SEARCH
or FT.AGGREGATE
commands with improperly handled LIMIT
or KNN
arguments. An attacker can execute arbitrary code by sending specially crafted command arguments.
Note:
This is only exploitable if the configuration parameters MAXSEARCHRESULTS
and MAXAGGREGATERESULTS
are set to -1 or excessively large values.
This vulnerability can be mitigated by avoiding the setting of -1 or large values for configuration parameters MAXSEARCHRESULTS
and MAXAGGREGATERESULTS
, to prevent exploiting large LIMIT
arguments.