Skip to content

RUSTSEC-2026-0180: Panic decoding a malformed hstore value allows denial of service #5

Description

@github-actions

Panic decoding a malformed hstore value allows denial of service

Details
Package postgres-protocol
Version 0.6.11
URL rust-postgres/rust-postgres@a7cf84b
Date 2026-06-12
Patched versions >=0.6.12

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.

See advisory page for additional details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions