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 lcobucci/jwt to version 4.1.5, 4.0.4, 3.4.6 or higher.
lcobucci/jwt is a simple library to work with JSON Web Token and JSON Web Signature.
Affected versions of this package are vulnerable to Improper Input Validation. Users of HMAC-based algorithms (HS256, HS384, and HS512) combined with Lcobucci\JWT\Signer\Key\LocalFileReference as key are having their tokens issued and validated using the file path as the hashing key instead of the file contents. This behaviour is misleading.