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 smuellerDD/libkcapi to version 1.5.1 or higher.
Affected versions of this package are vulnerable to Infinite loop in the _kcapi_aio_read_all function when an AIO-enabled handle is reused after a prior completion error. An attacker can cause the application or thread to become unresponsive by triggering a non-terminating wait loop through repeated AIO operations after an error. This is only exploitable if the application continues to reuse AIO-enabled handles following a completion error.
This vulnerability can be mitigated by avoiding initialization of handles with KCAPI_INIT_AIO unless necessary, and by destroying and reinitializing handles after any AIO completion error instead of reusing them.