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 applicationsThere is no fixed version for PostQuantum-Feldman-VSS
.
PostQuantum-Feldman-VSS is a Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python
Affected versions of this package are vulnerable to Covert Timing Channel through the _find_secure_pivot
and _secure_matrix_solve
functions. An attacker can extract secret information used in the Verifiable Secret Sharing (VSS) scheme by measuring the execution time of these functions with carefully crafted inputs.
This vulnerability can be mitigated by using the library only in environments where timing measurements by attackers are infeasible, or by implementing wrappers around critical operations using constant-time libraries in languages like Rust, Go, or C.