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 adodb/adodb-php
to version 5.22.9 or higher.
Affected versions of this package are vulnerable to SQL Injection due to improper escaping of a query parameter in the postgres64
, postgres7
, postgres8
, and postgres9
drivers. An attacker can execute arbitrary SQL statements by injecting malicious SQL code into the pg_insert_id
method.
Avoid passing untrusted or user-supplied data directly to the $fieldname
parameter of the pg_insert_id()
method. If you must use such data, first process it with the pg_escape_identifier()
function to prevent SQL injection.