GHSA-X9VC-6HFV-HG8C

Vulnerability from github – Published: 2024-05-09 15:12 – Updated: 2024-12-12 22:27
VLAI?
Summary
Npgsql vulnerable to SQL Injection via Protocol Message Size Overflow
Details

Summary

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.

Impact

Attackers can issue arbitrary SQL statements to the database on behalf of the application. The final impact depends on the application that uses Npgsql, the data it stores in Postgres, etc.

Show details on source website

{
  "affected": [
    {
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "8.0.0"
            },
            {
              "fixed": "8.0.3"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "database_specific": {
        "last_known_affected_version_range": "\u003c= 4.0.13"
      },
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "4.0.14"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "4.1.0"
            },
            {
              "fixed": "4.1.13"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.0.0"
            },
            {
              "fixed": "5.0.18"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.0.0"
            },
            {
              "fixed": "6.0.11"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "NuGet",
        "name": "Npgsql"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "7.0.0"
            },
            {
              "fixed": "7.0.7"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2024-32655"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-190",
      "CWE-89"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2024-05-09T15:12:49Z",
    "nvd_published_at": "2024-05-14T15:36:51Z",
    "severity": "HIGH"
  },
  "details": "### Summary\nThe `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.\n\nThis 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.\n\nAttackers 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.\n\n### Impact\nAttackers can issue arbitrary SQL statements to the database on behalf of the application. The final impact depends on the application that uses Npgsql, the data it stores in Postgres, etc.",
  "id": "GHSA-x9vc-6hfv-hg8c",
  "modified": "2024-12-12T22:27:07Z",
  "published": "2024-05-09T15:12:49Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32655"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/091655eed0c84e502ab424950c930339d17c1928"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/3183efb2bdcca159c8c2e22af57e18ea8f853cf0"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/67acbe027e28477ac2199e15cfb554bb2ffaf169"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/703d9af8fa48dfe8c0180e36edb8278f34342d7b"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/a22a42d8141d7a3528f43c02c095a409507cf1af"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/e34e2ba8042e666d9af54a1b255fba4d5b11df56"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/commit/f7e7ead0702d776a8f551f5786c4cac2d65c4bc6"
    },
    {
      "type": "WEB",
      "url": "https://www.youtube.com/watch?v=Tfg1B8u1yvE"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v8.0.3"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v7.0.7"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v6.0.11"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v5.0.18"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v4.1.13"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/releases/tag/v4.0.14"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/files/14309397/npgsql-protocol-overflow-poc.zip"
    },
    {
      "type": "WEB",
      "url": "https://github.com/npgsql/npgsql/files/14309386/Npgsql.Security.Advisory.pdf"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/npgsql/npgsql"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Npgsql vulnerable to SQL Injection via Protocol Message Size Overflow"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…