fix(deps): bump jackc/pgx/v5 to v5.9.0 (CVE-2026-33816)#48
Merged
Conversation
Memory-safety vulnerability in pgproto3 (Backend.Receive() and FunctionCall.Decode()), exploitable via malformed protocol messages. CVSS 9.8 (Critical) — network-exploitable, no auth required. Fixed in v5.9.0. pgx v5.9.0's go.mod declares `go 1.25.0`, so the go directive bumps in turn (1.24.0 -> 1.25.0). The toolchain go1.24.3 line drops because the go directive now matches a stable release. Refs https://nvd.nist.gov/vuln/detail/CVE-2026-33816, https://pkg.go.dev/vuln/GO-2026-4772
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patches CVE-2026-33816 — a critical (CVSS 9.8) memory-safety vulnerability in
github.com/jackc/pgx/v5pgproto3(Backend.Receive()/FunctionCall.Decode()), exploitable via malformed Postgres protocol messages.jackc/pgx/v5fromv5.7.6tov5.9.01.25.0(pgx v5.9.0's declared minimum); the redundanttoolchain go1.24.3line drops as a resultpgkit_testPostgres)Refs
Test plan
0xPolygon/omsx) bump pgkit alongside their own pgx pin once tagged