GO-2026-6171

Source
https://pkg.go.dev/vuln/GO-2026-6171
Import Source
https://vuln.go.dev/ID/GO-2026-6171.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2026-6171
Aliases
  • CVE-2026-56872
Withdrawn
2026-08-18T20:22:53Z
Published
2026-08-18T16:38:10Z
Modified
2026-08-19T17:32:58.085661401Z
Summary
WITHDRAWN: Malformed RowDescription and DataRow messages cause panics in github.com/lib/pq
Details

(This report has been withdrawn with reason: "Report mistakenly added without having CVE / GHSA associated"). github.com/lib/pq decodes attacker-controlled RowDescription and DataRow payloads without validating their structural relationship or encoded value widths required by binary decoders. A malicious PostgreSQL endpoint or active network attacker on an unauthenticated transport can send malformed row responses, causing unrecovered runtime panics while reading query results.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2026-6171"
}
References

Affected packages

Go / github.com/lib/pq

Package

Name
github.com/lib/pq
View open source insights on deps.dev
Purl
pkg:golang/github.com/lib/pq

Affected ranges

Type
SEMVER
Events
Introduced
1.0.0

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/lib/pq",
            "symbols": [
                "Connector.Connect",
                "DialOpen",
                "Driver.Open",
                "NewDialListener",
                "NewListener",
                "NewListenerConn",
                "Open",
                "conn.Ping",
                "rows.Close",
                "rows.Next"
            ]
        }
    ]
}

Database specific

source
"https://vuln.go.dev/ID/GO-2026-6171.json"