CVE-2024-32655 (GCVE-0-2024-32655)
Vulnerability from cvelistv5 – Published: 2024-05-09 14:29 – Updated: 2024-12-12 20:56
VLAI?
Title
Npgsql Vulnerable to SQL Injection via Protocol Message Size Overflow
Summary
Npgsql is the .NET data provider for PostgreSQL. The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application's behalf. This vulnerability is fixed in 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7, and 8.0.3.
Severity ?
8.1 (High)
CWE
Assigner
References
Impacted products
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:4.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "4.0.14",
"status": "affected",
"version": "4.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:4.1.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "4.1.13",
"status": "affected",
"version": "4.1.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:5.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "5.0.18",
"status": "affected",
"version": "5.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:6.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "6.0.11",
"status": "affected",
"version": "6.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:7.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "8.0.3",
"status": "affected",
"version": "7.0.0",
"versionType": "custom"
}
]
},
{
"cpes": [
"cpe:2.3:a:npgsql:npgsql:8.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"lessThan": "8.0.3",
"status": "affected",
"version": "8.0.0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-32655",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-05-09T17:34:05.971656Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-04T17:51:31.835Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-02T02:13:40.451Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c"
},
{
"name": "https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928"
},
{
"name": "https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0"
},
{
"name": "https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169"
},
{
"name": "https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b"
},
{
"name": "https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af"
},
{
"name": "https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56"
},
{
"name": "https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v4.0.14",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v4.0.14"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v4.1.13",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v4.1.13"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v5.0.18",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v5.0.18"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v6.0.11",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v6.0.11"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v7.0.7",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v7.0.7"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v8.0.3",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v8.0.3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "npgsql",
"vendor": "npgsql",
"versions": [
{
"status": "affected",
"version": "\u003e= 4.0.0, \u003c 4.0.14"
},
{
"status": "affected",
"version": "\u003e= 4.1.0, \u003c 4.1.13"
},
{
"status": "affected",
"version": "\u003e= 5.0.0, \u003c 5.0.18"
},
{
"status": "affected",
"version": "\u003e= 6.0.0, \u003c 6.0.11"
},
{
"status": "affected",
"version": "\u003e= 7.0.0, \u003c 7.0.7"
},
{
"status": "affected",
"version": "\u003e= 8.0.0, \u003c 8.0.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Npgsql is the .NET data provider for PostgreSQL. The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application\u0027s behalf. This vulnerability is fixed in 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7, and 8.0.3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190: Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-89",
"description": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-12-12T20:56:10.332Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c"
},
{
"name": "https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928"
},
{
"name": "https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0"
},
{
"name": "https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169"
},
{
"name": "https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b"
},
{
"name": "https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af"
},
{
"name": "https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56"
},
{
"name": "https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v4.0.14",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v4.0.14"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v4.1.13",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v4.1.13"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v5.0.18",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v5.0.18"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v6.0.11",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v6.0.11"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v7.0.7",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v7.0.7"
},
{
"name": "https://github.com/npgsql/npgsql/releases/tag/v8.0.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/npgsql/npgsql/releases/tag/v8.0.3"
},
{
"name": "https://www.youtube.com/watch?v=Tfg1B8u1yvE",
"tags": [
"x_refsource_MISC"
],
"url": "https://www.youtube.com/watch?v=Tfg1B8u1yvE"
}
],
"source": {
"advisory": "GHSA-x9vc-6hfv-hg8c",
"discovery": "UNKNOWN"
},
"title": "Npgsql Vulnerable to SQL Injection via Protocol Message Size Overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-32655",
"datePublished": "2024-05-09T14:29:14.067Z",
"dateReserved": "2024-04-16T14:15:26.877Z",
"dateUpdated": "2024-12-12T20:56:10.332Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"Npgsql is the .NET data provider for PostgreSQL. The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application\u0027s behalf. This vulnerability is fixed in 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7, and 8.0.3.\"}, {\"lang\": \"es\", \"value\": \"Npgsql es el proveedor de datos .NET para PostgreSQL. El m\\u00e9todo `WriteBind()` en `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` usa variables `int` para almacenar la longitud del mensaje y la suma de las longitudes de los par\\u00e1metros. Ambas variables se desbordan cuando la suma de las longitudes de los par\\u00e1metros se vuelve demasiado grande. Esto hace que Npgsql escriba un tama\\u00f1o de mensaje demasiado peque\\u00f1o al construir un mensaje de protocolo Postgres para enviarlo a trav\\u00e9s de la red a la base de datos. Al analizar el mensaje, la base de datos solo leer\\u00e1 una peque\\u00f1a cantidad de bytes y tratar\\u00e1 los bytes siguientes como mensajes nuevos mientras pertenezcan al mensaje anterior. Los atacantes pueden abusar de esto para inyectar mensajes arbitrarios del protocolo Postgres en la conexi\\u00f3n, lo que lleva a la ejecuci\\u00f3n de sentencias SQL arbitrarias en nombre de la aplicaci\\u00f3n. Esta vulnerabilidad se solucion\\u00f3 en 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7 y 8.0.3.\"}]",
"id": "CVE-2024-32655",
"lastModified": "2024-12-12T21:15:08.060",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 8.1, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 5.9}]}",
"published": "2024-05-14T15:36:51.087",
"references": "[{\"url\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://www.youtube.com/watch?v=Tfg1B8u1yvE\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"security-advisories@github.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-89\"}, {\"lang\": \"en\", \"value\": \"CWE-190\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-32655\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-14T15:36:51.087\",\"lastModified\":\"2024-12-12T21:15:08.060\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Npgsql is the .NET data provider for PostgreSQL. The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application\u0027s behalf. This vulnerability is fixed in 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7, and 8.0.3.\"},{\"lang\":\"es\",\"value\":\"Npgsql es el proveedor de datos .NET para PostgreSQL. El m\u00e9todo `WriteBind()` en `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` usa variables `int` para almacenar la longitud del mensaje y la suma de las longitudes de los par\u00e1metros. Ambas variables se desbordan cuando la suma de las longitudes de los par\u00e1metros se vuelve demasiado grande. Esto hace que Npgsql escriba un tama\u00f1o de mensaje demasiado peque\u00f1o al construir un mensaje de protocolo Postgres para enviarlo a trav\u00e9s de la red a la base de datos. Al analizar el mensaje, la base de datos solo leer\u00e1 una peque\u00f1a cantidad de bytes y tratar\u00e1 los bytes siguientes como mensajes nuevos mientras pertenezcan al mensaje anterior. Los atacantes pueden abusar de esto para inyectar mensajes arbitrarios del protocolo Postgres en la conexi\u00f3n, lo que lleva a la ejecuci\u00f3n de sentencias SQL arbitrarias en nombre de la aplicaci\u00f3n. Esta vulnerabilidad se solucion\u00f3 en 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7 y 8.0.3.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-89\"},{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"references\":[{\"url\":\"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.youtube.com/watch?v=Tfg1B8u1yvE\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"name\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"name\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"name\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"name\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"name\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"name\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"name\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"name\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T02:13:40.451Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-32655\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-09T17:34:05.971656Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:4.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.0.14\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:4.1.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.1.0\", \"lessThan\": \"4.1.13\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:5.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.0.0\", \"lessThan\": \"5.0.18\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:6.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.0.0\", \"lessThan\": \"6.0.11\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:7.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.0.0\", \"lessThan\": \"8.0.3\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:2.3:a:npgsql:npgsql:8.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.0.0\", \"lessThan\": \"8.0.3\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-10T19:25:02.187Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"Npgsql Vulnerable to SQL Injection via Protocol Message Size Overflow\", \"source\": {\"advisory\": \"GHSA-x9vc-6hfv-hg8c\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"npgsql\", \"product\": \"npgsql\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 4.0.0, \u003c 4.0.14\"}, {\"status\": \"affected\", \"version\": \"\u003e= 4.1.0, \u003c 4.1.13\"}, {\"status\": \"affected\", \"version\": \"\u003e= 5.0.0, \u003c 5.0.18\"}, {\"status\": \"affected\", \"version\": \"\u003e= 6.0.0, \u003c 6.0.11\"}, {\"status\": \"affected\", \"version\": \"\u003e= 7.0.0, \u003c 7.0.7\"}, {\"status\": \"affected\", \"version\": \"\u003e= 8.0.0, \u003c 8.0.3\"}]}], \"references\": [{\"url\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"name\": \"https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"name\": \"https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"name\": \"https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"name\": \"https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"name\": \"https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"name\": \"https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"name\": \"https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"name\": \"https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v4.0.14\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v4.1.13\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v5.0.18\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v6.0.11\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v7.0.7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"name\": \"https://github.com/npgsql/npgsql/releases/tag/v8.0.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.youtube.com/watch?v=Tfg1B8u1yvE\", \"name\": \"https://www.youtube.com/watch?v=Tfg1B8u1yvE\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Npgsql is the .NET data provider for PostgreSQL. The `WriteBind()` method in `src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs` uses `int` variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This causes Npgsql to write a message size that is too small when constructing a Postgres protocol message to send it over the network to the database. When parsing the message, the database will only read a small number of bytes and treat any following bytes as new messages while they belong to the old message. Attackers can abuse this to inject arbitrary Postgres protocol messages into the connection, leading to the execution of arbitrary SQL statements on the application\u0027s behalf. This vulnerability is fixed in 4.0.14, 4.1.13, 5.0.18, 6.0.11, 7.0.7, and 8.0.3.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190: Integer Overflow or Wraparound\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-89\", \"description\": \"CWE-89: Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-12-12T20:56:10.332Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-32655\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-12T20:56:10.332Z\", \"dateReserved\": \"2024-04-16T14:15:26.877Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-05-09T14:29:14.067Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…