Improper Input Validation Affecting postgresql-contrib package, versions <0:15.3-1.module+el8.8.0+19565+1b0ddae0
Threat Intelligence
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-CENTOS8-POSTGRESQLCONTRIB-5537761
- published 16 May 2023
- disclosed 11 May 2023
Introduced: 11 May 2023
CVE-2023-2455 Open this link in a new tabHow to fix?
Upgrade Centos:8 postgresql-contrib to version 0:15.3-1.module+el8.8.0+19565+1b0ddae0 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream postgresql-contrib package and not the postgresql-contrib package as distributed by Centos.
See How to fix? for Centos:8 relevant fixed versions and status.
Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy.