This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate trust-dns-server

Dependencies

(23 total, 12 outdated, 2 insecure)

CrateRequiredLatestStatus
 async-trait^0.1.430.1.92up to date
 bytes^11.12.1up to date
 cfg-if^11.0.5up to date
 enum-as-inner^0.50.7.0out of date
 futures-executor^0.3.50.3.34up to date
 futures-util^0.3.50.3.34up to date
 h2 ⚠️^0.3.00.4.19insecure
 http^0.21.5.0out of date
 openssl^0.100.10.81up to date
 rusqlite^0.28.00.40.2out of date
 rustls ⚠️^0.200.23.45insecure
 serde^1.0.1141.0.229up to date
 thiserror^1.0.202.0.20out of date
 time^0.30.3.55up to date
 tokio^1.01.53.1up to date
 tokio-openssl^0.6.00.6.5up to date
 tokio-rustls^0.23.00.26.5out of date
 toml^0.51.1.6+spec-1.1.0out of date
 tracing^0.1.300.1.44up to date
 trust-dns-client^0.22.00.23.2out of date
 trust-dns-proto^0.22.00.23.2out of date
 trust-dns-recursor^0.22.00.23.2out of date
 trust-dns-resolver^0.22.00.23.2out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 tokio^1.01.53.1up to date
 tracing-subscriber^0.30.3.23up to date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.

h2: h2 unbounded empty DATA frames

RUSTSEC-2026-0258

The h2 crate, used internally by hyper, had a flaw that would accept and queue empty DATA frames without limit. If streams were not actively drained, this could lead to unbounded memory usage, or a panic if the length overflows.

Low severity.

Patched in v0.4.16.