CVE-2024-10977
14.11.2024, 13:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
postgresql | postgresql | 12.0 ≤ 𝑥 < 12.21 |
postgresql | postgresql | 13.0 ≤ 𝑥 < 13.17 |
postgresql | postgresql | 14.0 ≤ 𝑥 < 14.14 |
postgresql | postgresql | 15.0 ≤ 𝑥 < 15.9 |
postgresql | postgresql | 16.0 ≤ 𝑥 < 16.5 |
postgresql | postgresql | 17.0 |
postgresql | postgresql | 17.0:beta1 |
postgresql | postgresql | 17.0:beta2 |
postgresql | postgresql | 17.0:beta3 |
postgresql | postgresql | 17.0:rc1 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
postgresql-10 |
| ||||||||||||
postgresql-12 |
| ||||||||||||
postgresql-14 |
| ||||||||||||
postgresql-16 |
| ||||||||||||
postgresql-17 |
| ||||||||||||
postgresql-9.1 |
| ||||||||||||
postgresql-9.3 |
| ||||||||||||
postgresql-9.5 |
|
Common Weakness Enumeration
- CWE-348 - Use of Less Trusted SourceThe software has two different sources of the same data or information, but it uses the source that has less support for verification, is less trusted, or is less resistant to attack.
- CWE-345 - Insufficient Verification of Data AuthenticityThe software does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.