Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. trust-dns-server
  4. ›
  5. GHSA-5fm9-h728-fwpj

GHSA-5fm9-h728-fwpj: trust-dns vulnerable to Remote Attackers causing Denial-of-Service (packet loops) with crafted DNS packets

June 6, 2023

trust-dns and trust-dns-server are vulnerable to remotely triggered denial-of-service attacks, consuming both network and CPU resources. DNS messages with the QR=1 bit set are responded to with a FormErr response. This allows creating a traffic loop, in which these FormErr responses are sent nonstop between vulnerable servers.

There are two scenarios how this can be exploited: 1) Create a loop between two instances of trust-dns, consuming network resources, or 2) consuming the CPU of a single instance.

With two instances A and B an attacker sends a DNS query with a spoofed source IP address to A. A replies with a FormErr to B. Now both servers with ping-pong the message back and forth until by chance the packet is dropped in the network. Multiple spoofed packets can be sent by the attacker, increasing resource consumption.

A single server can get locked up replying to itself. Same setup as above, but now A sends the reply to itself. The packet is sent out as fast as the CPU and network stack manage. This locks up a CPU core. Multiple packets from the attacker consume multiple CPU cores.

References

  • github.com/advisories/GHSA-5fm9-h728-fwpj
  • github.com/bluejekyll/trust-dns
  • github.com/bluejekyll/trust-dns/pull/1952
  • rustsec.org/advisories/RUSTSEC-2023-0041.html

Code Behaviors & Features

Detect and mitigate GHSA-5fm9-h728-fwpj with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.22.1, all versions starting from 0.23.0-alpha.2 before 0.23.0-alpha.3

Fixed versions

  • 0.22.1
  • 0.23.0-alpha.3

Solution

Upgrade to versions 0.22.1, 0.23.0-alpha.3 or above.

Source file

cargo/trust-dns-server/GHSA-5fm9-h728-fwpj.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:16:16 +0000.