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 alerta-server to version 9.1.0 or higher.
alerta-server is an Alerta server WSGI application
Affected versions of this package are vulnerable to SQL Injection in the q parameter of the query string API due to direct interpolation of user-supplied input into SQL statements using f-strings. An attacker can execute arbitrary SQL commands by crafting malicious input to the q parameter, potentially leading to unauthorized data access or modification.
Note:
This issue affects only users with Postgres backend, MongoDB backend is not affected.
This vulnerability can be mitigated by deploying a proxy in front of the API to sanitize the q parameter.