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 ecdsa
.
ecdsa is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license.
Affected versions of this package are vulnerable to Timing Attack via the sign_digest
API function. An attacker can leak the internal nonce which may allow for private key discovery by timing signatures.
Notes:
This library was not designed with security in mind. If you are processing data that needs to be protected we suggest you use a quality wrapper around OpenSSL. pyca/cryptography
is one example of such a wrapper
That means both ECDSA
signatures, key generation and ECDH
operations are affected. ECDSA
signature verification is unaffected.
The maintainers don't plan to release a fix to this vulnerability.