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 applicationsLearn about Improper Privilege Management vulnerabilities in an interactive lesson.
Start learningUpgrade frost-ed448
to version 2.2.0 or higher.
Affected versions of this package are vulnerable to Improper Privilege Management through the frost_core::keys::refresh
function when the min_signers
parameter is set to a smaller value than originally configured. An attacker can reduce the security of group shares by performing a refresh operation with a lower threshold, potentially weakening the cryptographic guarantees of the group.
Note:
This is only exploitable if the refresh share functionality is used with a smaller min_signers
value than the original threshold.
This vulnerability can be mitigated by avoiding the use of the refresh share functionality with a smaller min_signers
parameter.