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 sqlpage
to version 0.14.0 or higher.
Affected versions of this package are vulnerable to Exposure of Sensitive Information to an Unauthorized Actor in the sqlpage/sqlpage.json
configuration file. An attacker can retrieve database connection information from SQLPage and use it to connect to the database directly.
Note: This is only exploitable if the SQLpage instance and the database are both exposed publicly.
In order to exploit this vulnerability, the following conditions have to be met:
the SQLPage version is older than v0.11.1
the SQLPage instance is exposed publicly
the database connection string is specified in the sqlpage/sqlpage.json
configuration file (not in an environment variable)
the web_root
is the current working directory (the default)
the database is exposed publicly