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 log4cxx
to version 1.1.0 or higher.
Affected versions of this package are vulnerable to SQL Injection when using the ODBC appender to send log messages to a database. Exploiting this vulnerability is possible due to improper escape of user input. Note: The following preconditions must be met for this vulnerability to be exploitable:
Log4cxx compiled with ODBC support(before version 1.1.0, this was auto-detected at compile time)
ODBCAppender enabled for logging messages to, generally done via a config file
User input is logged at some point.
If your application does not have user input, it is unlikely to be affected.