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 Use After Free in the one-shot Asynchronous I/O process when the KCAPI_INIT_AIO flag is used. An attacker can cause memory corruption by triggering an error after submitting I/O Control Blocks, then freeing or reusing output buffers before all kernel completions are processed, which may result in delayed kernel writes into reallocated or freed memory. This is only exploitable if the application is configured to use the opt-in AIO setup with the KCAPI_INIT_AIO flag enabled.
This vulnerability can be mitigated by avoiding initialization with the KCAPI_INIT_AIO flag and preferring synchronous interfaces, or by ensuring that outiov buffers are not freed or reused until all kernel completions have finished.