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 applicationsLearn about Improper Privilege Management vulnerabilities in an interactive lesson.
Start learningUpgrade postgresql
to version 11.20, 12.15, 13.11, 14.8, 15.3 or higher.
Affected versions of this package are vulnerable to Improper Privilege Management in the handling of user ID changes in the function inlining mechanism. The flaw lies in the potential for incorrect policy application when a query is planned under one role and then executed under different roles. An attacker can carry out unauthorized reads and modifications by exploiting this flaw, effectively bypassing the intended row security policy. This is only exploitable if the database has implemented row-level security using the CREATE POLICY
function to define a row security policy.