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 surrealdb to version 3.1.0-beta.1 or higher.
Affected versions of this package are vulnerable to Use of a Broken or Risky Cryptographic Algorithm due to the silent substitution of the ES512 algorithm with ES384 in the DEFINE ACCESS process when configuring JWT access methods. An attacker can cause authentication handshake failures by specifying ES512 with a P-521 key, resulting in curve mismatches and denial of access when tokens are verified by systems expecting ES512 signatures.
This vulnerability can be mitigated by reconfiguring JWT access methods to use a supported algorithm such as ES384 with a P-384 key pair or another supported algorithm, and by reviewing and updating any DEFINE ACCESS statements specifying ES512.