CVE Vulnerabilities

CVE-2024-10978

Incorrect Privilege Assignment

Published: Nov 14, 2024 | Modified: Nov 21, 2024
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
4.2 MODERATE
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Ubuntu
MEDIUM

Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an application query uses parameters from the attacker or conveys query results to the attacker. If that query reacts to current_setting(role) or the current user ID, it may modify or return data as though the session had not used SET ROLE or SET SESSION AUTHORIZATION. The attacker does not control which incorrect user ID applies. Query text from less-privileged sources is not a concern here, because SET ROLE and SET SESSION AUTHORIZATION are not sandboxes for unvetted queries. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.

Weakness

A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.

Affected Software

Name Vendor Start Version End Version
Red Hat Enterprise Linux 8 RedHat postgresql:12-8100020241122084405.489197e6 *
Red Hat Enterprise Linux 8 RedHat postgresql:15-8100020241122084744.489197e6 *
Red Hat Enterprise Linux 8 RedHat postgresql:16-8100020241122085009.489197e6 *
Red Hat Enterprise Linux 8 RedHat postgresql:13-8100020241122084628.489197e6 *
Red Hat Enterprise Linux 9 RedHat postgresql:15-9050020241122141928.rhel9 *
Red Hat Enterprise Linux 9 RedHat postgresql:16-9050020241122142517.rhel9 *
Red Hat Enterprise Linux 9 RedHat postgresql-0:13.18-1.el9_5 *
Postgresql-12 Ubuntu focal *
Postgresql-12 Ubuntu upstream *
Postgresql-14 Ubuntu jammy *
Postgresql-14 Ubuntu upstream *
Postgresql-16 Ubuntu devel *
Postgresql-16 Ubuntu noble *
Postgresql-16 Ubuntu oracular *
Postgresql-16 Ubuntu upstream *
Postgresql-9.3 Ubuntu trusty/esm *

Potential Mitigations

References