CVE-2024-10977 LOW

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

Vendor N/A
Product PostgreSQL
Weakness CWE-348
Published November 14, 2024
Last update November 3, 2025

CVSS base score

3.1/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

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 mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text. Versions before PostgreSQL 17.1, 16.5, 15.9, 14.14, 13.17, and 12.21 are affected.

Key dates

02Disclosure timeline

November 14, 2024 CVE published
November 3, 2025 Record updated