← Back

Pgx

pgx

Vendor: Jackc • 5 CVEs

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Jackc
Pgx Project
2Pgx
Pgx
May 21, 2026
May 8, 2026
2.3 LOW· v4
9.8 CRITICAL· v3
N/A· v2
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 co...Show more
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 placeholder outside of a string literal, and the value of that placeholder is controllable by the attacker. This issue has been patched in version 5.9.2.Show less
2Jackc
Pgx Project
2Pgx
Pgx
May 21, 2026
Apr 7, 2026
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Memory-safety vulnerability in github.com/jackc/pgx/v5.
2Jackc
Pgx Project
2Pgx
Pgx
May 21, 2026
Apr 7, 2026
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Memory-safety vulnerability in github.com/jackc/pgx/v5.
3Jackc
Pgproto3 ProjectPgx Project
4Pgproto3
Pgproto3Pgx+1 more
May 21, 2026
Mar 6, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
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...Show more
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 attacker's control. The problem is resolved in v4.18.2 and v5.5.4. As a workaround, reject user input large enough to cause a single query or bind message to exceed 4 GB in size.Show less
2Jackc
Pgx Project
2Pgx
Pgx
May 21, 2026
Mar 6, 2024
N/A· v4
8.1 HIGH· v3
N/A· v2
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 mus...Show more
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 placeholder for a string value after the first placeholder; both must be on the same line; and both parameter values must be user-controlled. The problem is resolved in v4.18.2. As a workaround, do not use the simple protocol or do not place a minus directly before a placeholder. Show less