Lucene search
K

13317 matches found

CVE
CVE
added 2024/11/14 1:0 p.m.652 views

CVE-2024-10978

The CVE-2024-10978 issue in PostgreSQL is described as incorrect privilege assignment that can let a less-privileged application user view or modify rows not intended when the session has used SET ROLE or SET SESSION AUTHORIZATION. The vulnerability arises if a query reacts to current_setting('ro...

4.2CVSS6.5AI score0.00705EPSS
Exploits0References4Affected Software1
AlpineLinux
AlpineLinux
added 2024/11/14 1:0 p.m.11 views

CVE-2024-10978

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...

4.2CVSS6.9AI score0.00705EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/11/14 1:0 p.m.7 views

CVE-2024-10978

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...

4.2CVSS6.3AI score0.00705EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/11/14 1:0 p.m.15 views

CVE-2024-10977 PostgreSQL libpq retains an error message from man-in-the-middle

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistake...

3.1CVSS6.8AI score0.0038EPSS
Exploits0References1
Cvelist
Cvelist
added 2024/11/14 1:0 p.m.27 views

CVE-2024-10977 PostgreSQL libpq retains an error message from man-in-the-middle

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistake...

3.1CVSS0.0038EPSS
Exploits0References1
CVE
CVE
added 2024/11/14 1:0 p.m.490 views

CVE-2024-10977

CVE-2024-10977 affects PostgreSQL libpq by allowing a server to send an error message that, when the client is not trusting SSL/GSS settings, can reveal arbitrary non-NUL bytes to the client (e.g., psql). Affected products/versions include PostgreSQL before the fixed point: 17.1 and older branche...

3.7CVSS3.5AI score0.0038EPSS
Exploits0References2Affected Software1
AlpineLinux
AlpineLinux
added 2024/11/14 1:0 p.m.10 views

CVE-2024-10977

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistake...

3.7CVSS6.3AI score0.0038EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/11/14 1:0 p.m.11 views

CVE-2024-10977

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistake...

3.7CVSS6.5AI score0.0038EPSS
Exploits0
Cvelist
Cvelist
added 2024/11/14 1:0 p.m.39 views

CVE-2024-10976 PostgreSQL row security below e.g. subqueries disregards user ID changes

Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invok...

4.2CVSS0.00786EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/11/14 1:0 p.m.24 views

CVE-2024-10976 PostgreSQL row security below e.g. subqueries disregards user ID changes

Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invok...

4.2CVSS6.9AI score0.00786EPSS
Exploits0References1
CVE
CVE
added 2024/11/14 1:0 p.m.373 views

CVE-2024-10976

CVE-2024-10976 affects PostgreSQL row security policy handling when a query is planned under one role and executed under another (e.g., via subqueries, WITH, security invoker views, or SQL-language functions referencing a table with an RLS policy). This incomplete tracking can cause policies to b...

5.4CVSS6.3AI score0.00786EPSS
Exploits0References3Affected Software1
AlpineLinux
AlpineLinux
added 2024/11/14 1:0 p.m.19 views

CVE-2024-10976

Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invok...

7.5CVSS7.2AI score0.01807EPSS
Exploits0
Debian CVE
Debian CVE
added 2024/11/14 1:0 p.m.20 views

CVE-2024-10976

Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH query, security invok...

5.4CVSS6.3AI score0.00786EPSS
Exploits0
PostrgeSql
PostrgeSql
added 2024/11/14 12:0 a.m.83 views

Vulnerability in core server (CVE-2024-10978)

PostgreSQL SET ROLE, SET SESSION AUTHORIZATION reset to wrong user ID 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...

4.2CVSS6.7AI score0.00705EPSS
Exploits0References1Affected Software1
PostrgeSql
PostrgeSql
added 2024/11/14 12:0 a.m.60 views

Vulnerability in core server (CVE-2024-10976)

PostgreSQL row security below e.g. subqueries disregards user ID changes Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user I...

5.4CVSS5.6AI score0.00786EPSS
Exploits0References1Affected Software1
PostrgeSql
PostrgeSql
added 2024/11/14 12:0 a.m.83 views

Vulnerability in client (CVE-2024-10977)

PostgreSQL libpq retains an error message from man-in-the-middle Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long...

3.7CVSS6.8AI score0.0038EPSS
Exploits0References1Affected Software1
PostrgeSql
PostrgeSql
added 2024/11/14 12:0 a.m.103 views

Vulnerability in core server (CVE-2024-10979)

PostgreSQL PL/Perl environment variable changes execute arbitrary code Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables e.g. PATH. That often suffices to enable arbitrary code execution, even if...

8.8CVSS7.6AI score0.04422EPSS
Exploits1References1Affected Software1
Kaspersky
Kaspersky
added 2024/11/14 12:0 a.m.12 views

KLA77143 Multiple vulnerabilities in PostgreSQL

Multiple vulnerabilities were found in PostgreSQL. Malicious users can exploit these vulnerabilities to gain privileges, bypass security restrictions, execute arbitrary code. Below is a complete list of vulnerabilities: 1. An elevation of privilege vulnerability can be exploited remotely to gain...

8.8CVSS8.6AI score0.04422EPSS
Exploits1References6
Veeam
Veeam
added 2024/11/14 12:0 a.m.12 views

How to Migrate the Configuration and Repository Cache Databases

Article Applicability This article is intended for use in environments where Veeam Backup for Microsoft 365 8 is already installed. The information provided in this article outlines the process for migrating the Configuration and Cache Databases from one PostgreSQL instance to another, including...

7.4AI score
Exploits0Affected Software1
CNNVD
CNNVD
added 2024/11/14 12:0 a.m.3 views

PostgreSQL 安全漏洞

PostgreSQL is a free object-relational database management system from the PostgreSQL organization. The system supports most of the SQL standards and provides many other features such as foreign keys, triggers, views, and more. A security vulnerability exists in PostgreSQL that stems from...

5.4CVSS6.7AI score0.00786EPSS
Exploits0References3
Rows per page
Query Builder