VYPR

Go modules package

github.com/jackc/pgx

pkg:golang/github.com/jackc/pgx

Vulnerabilities (3)

  • CVE-2026-41889CriMay 8, 2026
    affected <= 3.6.2

    pgx is a PostgreSQL driver and toolkit for Go. Prior to version 5.9.2, SQL injection can occur when the non-default simple protocol is used, a dollar quoted string literal is used in the SQL query, that string literal contains text that would be would be interpreted as a placehol

  • CVE-2024-27304CriMar 6, 2024
    affected < 4.18.2fixed 4.18.2

    pgx is a PostgreSQL driver and toolkit for Go. SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the atta

  • CVE-2024-27289HigMar 6, 2024
    affected < 4.18.2fixed 4.18.2

    pgx is a PostgreSQL driver and toolkit for Go. Prior to version 4.18.2, SQL injection can occur when all of the following conditions are met: the non-default simple protocol is used; a placeholder for a numeric value must be immediately preceded by a minus; there must be a second