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 php to version 8.2.33, 8.3.33, 8.4.24, 8.5.9 or higher.
Affected versions of this package are vulnerable to SQL Injection through php_pgsql_convert() in ext/pgsql/pgsql.c. An attacker can inject SQL by supplying a crafted value to pg_convert(), pg_insert(), pg_update(), pg_select(), or pg_delete() when PostgreSQL runs with standard_conforming_strings = on. The affected code escapes input with PQescapeStringConn() but wraps it in E'...', allowing a backslash-quote sequence to break out of the string and alter the generated query, which can return unauthorized rows or change inserted and updated data.