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 Insecure Randomness in the one-shot symmetric cipher process when handling large inputs exceeding 64 KiB in stateful modes. An attacker can compromise data confidentiality and potentially affect data integrity by submitting specially crafted large inputs that trigger improper reuse of the Initialization Vector (IV) across internal data chunks.
This vulnerability can be mitigated by avoiding the one-shot symmetric cipher APIs for inputs exceeding 64 KiB when continuous-message semantics are critical. Instead, use the streaming interface for large messages, or ensure one-shot inputs remain below the internal chunking threshold to guarantee consistent IV application.