Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/jackc/pgx/v4 v4.17.2 -> v4.18.2 age confidence

GitHub Vulnerability Alerts

CVE-2024-27289

Impact

SQL injection can occur when all of the following conditions are met:

  1. The non-default simple protocol is used.
  2. A placeholder for a numeric value must be immediately preceded by a minus.
  3. There must be a second placeholder for a string value after the first placeholder; both
    must be on the same line.
  4. Both parameter values must be user-controlled.

e.g.

Simple mode must be enabled:

// connection string includes "prefer_simple_protocol=true"
// or
// directly enabled in code
config.ConnConfig.PreferSimpleProtocol = true

Parameterized query:

SELECT * FROM example WHERE result=-$1 OR name=$2;

Parameter values:

$1 => -42
$2 => "foo\n 1 AND 1=0 UNION SELECT * FROM secrets; --"

Resulting query after preparation:

SELECT * FROM example WHERE result=--42 OR name= 'foo
1 AND 1=0 UNION SELECT * FROM secrets; --';

Patches

The problem is resolved in v4.18.2.

Workarounds

Do not use the simple protocol or do not place a minus directly before a placeholder.

CVE-2024-27304

Impact

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.

Patches

The problem is resolved in v4.18.2 and v5.5.4.

Workarounds

Reject user input large enough to cause a single query or bind message to exceed 4 GB in size.


Release Notes

jackc/pgx (github.com/jackc/pgx/v4)

v4.18.2

Compare Source

v4.18.1

Compare Source

v4.18.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Aug 6, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/gofiber/swagger v0.1.8 -> v0.1.8
github.com/jackc/pgproto3/v2 v2.3.1 -> v2.3.3
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b -> v0.0.0-20221227161230-091c0ba34f0a
github.com/jackc/pgtype v1.13.0 -> v1.14.0
golang.org/x/crypto v0.4.0 -> v0.20.0
golang.org/x/net v0.4.0 -> v0.21.0
golang.org/x/sys v0.3.0 -> v0.17.0
golang.org/x/text v0.5.0 -> v0.14.0
golang.org/x/tools v0.4.0 -> v0.6.0

@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Jun 13, 2025
@renovate renovate bot closed this Jun 13, 2025
@renovate renovate bot deleted the renovate/go-github.com-jackc-pgx-v4-vulnerability branch June 13, 2025 01:43
@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Jun 13, 2025
@renovate renovate bot reopened this Jun 13, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-jackc-pgx-v4-vulnerability branch from d74163b to f5a0d47 Compare June 13, 2025 05:42
@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Oct 1, 2025
@renovate renovate bot closed this Oct 1, 2025
@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Oct 1, 2025
@renovate renovate bot reopened this Oct 1, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-jackc-pgx-v4-vulnerability branch from f520f15 to f5a0d47 Compare October 1, 2025 21:51
@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Nov 25, 2025
@renovate renovate bot closed this Nov 25, 2025
@renovate renovate bot changed the title Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] - autoclosed Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] Nov 25, 2025
@renovate renovate bot reopened this Nov 25, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-jackc-pgx-v4-vulnerability branch 2 times, most recently from f5a0d47 to 97dd136 Compare November 25, 2025 05:26
@renovate
Copy link
Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/gofiber/swagger v0.1.8 -> v0.1.8
github.com/jackc/pgproto3/v2 v2.3.1 -> v2.3.3
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b -> v0.0.0-20221227161230-091c0ba34f0a
github.com/jackc/pgtype v1.13.0 -> v1.14.0
golang.org/x/crypto v0.4.0 -> v0.20.0
golang.org/x/net v0.4.0 -> v0.21.0
golang.org/x/sys v0.3.0 -> v0.17.0
golang.org/x/text v0.5.0 -> v0.14.0
golang.org/x/tools v0.4.0 -> v0.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant