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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Improper Handling of Alternate Encoding in its password normalization, which applies Unicode NFKC (compatibility) normalization before hashing and so folds fullwidth and other compatibility characters to their ASCII equivalents. An attacker with access to the stored password hashes can shrink the effective keyspace and test ASCII dictionary candidates against passwords originally set with compatibility characters, since distinct inputs such as A (U+FF21) and A (U+0041) produce the same hash. This affects only credentials whose passwords contain compatibility characters such as fullwidth letters or digits, and the attacker must already possess the hashes to run the offline dictionary attack.