MEDIUM
GHSA-rgqc-3x5p-6gwg
postgres-protocol: Panic decoding a malformed `hstore` value allows denial of service
Details
A malicious or compromised server can return a binary `hstore` value with an invalid internal length field, causing the client to panic while decoding it.
Applications that connect only to a trusted database are not exposed; the risk applies to clients that may connect to untrusted or user-supplied servers, or whose connection can be intercepted by a man-in-the-middle.
Are you affected?
Enter the version of the package you're using.
Affected packages
crates.io / postgres-protocol
Introduced in:
0 Fixed in: 0.6.12 Upgrade postgres-protocol to 0.6.12 or newer (ecosystem crates.io).
References
- https://github.com/rust-postgres/rust-postgres/commit/a7cf84b5c46431cbca9d8ff50508c23f446efa7d [WEB]
- https://github.com/rust-postgres/rust-postgres [PACKAGE]
- https://github.com/rust-postgres/rust-postgres/releases/tag/postgres-protocol-v0.6.12 [WEB]
- https://rustsec.org/advisories/RUSTSEC-2026-0180.html [WEB]