cvelist/2024/10xxx/CVE-2024-10977.json
2024-11-14 13:00:32 +00:00

106 lines
4.2 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-10977",
"ASSIGNER": "cna@postgresql.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Use of Less Trusted Source",
"cweId": "CWE-348"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "PostgreSQL",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "17",
"version_value": "17.1"
},
{
"version_affected": "<",
"version_name": "16",
"version_value": "16.5"
},
{
"version_affected": "<",
"version_name": "15",
"version_value": "15.9"
},
{
"version_affected": "<",
"version_name": "14",
"version_value": "14.14"
},
{
"version_affected": "<",
"version_name": "13",
"version_value": "13.17"
},
{
"version_affected": "<",
"version_name": "0",
"version_value": "12.21"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.postgresql.org/support/security/CVE-2024-10977/",
"refsource": "MISC",
"name": "https://www.postgresql.org/support/security/CVE-2024-10977/"
}
]
},
"credits": [
{
"lang": "en",
"value": "The PostgreSQL project thanks Jacob Champion for reporting this problem."
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
"baseScore": 3.1,
"baseSeverity": "LOW"
}
]
}
}