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 Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade postgresql
to version 10.22, 11.17, 12.12, 13.8, 14.5 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Execution due to not checking the ownership of an extension before allowing a user to execute CREATE OR REPLACE
or CREATE IF NOT EXISTS
on it. A attacker who has created a malicious object, and then convinced an administrator to modify that object and convinced a user to execute one of the above CREATE
statements involving the malicious object, can run arbitrary code with the privileges of that user.