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 matrix-sydent
to version 1.0.2 or higher.
matrix-sydent is a Reference Matrix Identity Verification and Lookup Server
Affected versions of this package are vulnerable to Improper Input Validation via the util/emailutils.py
path. It mishandles registration restrictions that are based on e-mail domain, if the allowed_local_3pids
option is enabled. This occurs because of potentially unwanted behavior in Python, in which an email.utils.parseaddr
call on user@bad.example.net@good.example.com returns the user@bad.example.net substring.