Commit Graph

2 Commits

Author SHA1 Message Date
djc
27ca15f7db Assigned RUSTSEC-2026-0178 to tokio-postgres, RUSTSEC-2026-0179 to postgres-protocol, RUSTSEC-2026-0180 to postgres-protocol 2026-06-12 19:27:58 +02:00
Paolo Barbolini
e43228936a Add advisories for rust-postgres DoS issues (postgres-protocol, tokio-postgres)
Three denial-of-service issues triggered by a malicious, compromised, or
man-in-the-middle PostgreSQL server, all fixed and released:

- postgres-protocol: unbounded SCRAM PBKDF2 iteration count (CPU exhaustion,
  pins a tokio worker thread), fixed in 0.6.12
- postgres-protocol: panic decoding a malformed hstore value, fixed in 0.6.12
- tokio-postgres: panic on a DataRow with fewer fields than columns, fixed in 0.7.18
2026-06-12 19:02:07 +02:00