Blog Index

Sam Trenholme’s blog

MaraDNS bugfix

August 24, 2026

I fixed a very minor security bug found in MaraDNS by an AI security audit.

MaraDNS DNS-over-TCP issue

There is a minor DNS-over-TCP issue with Deadwood. The issue is not serious enough to merit a CVE report nor to make a new MaraDNS release.

If DNS-over-TCP was enabled (it is disabled by default), a remote DNS server could cause the DNS-over-TCP service to not function with a denial of service attack. The issue does not affect DNS-over-UDP operation. This bug was fixed on August 24, 2026, but is not a serious enough bug to merit a new release, since DNS-over-TCP is disabled and really should not be enabled.

If tcp_listen is not in your dwood3rc file, this bug does not affect you. If tcp_listen is in your dwood3rc file but has the value 0, this bug still does not affect you. Only people who have set tcp_listen to have a value of 1 are affected.

The bug was patched in commit 13c0af9d3c, with a new Windows binary made (a previous commit fixes the source code). There is also a patch available.

This is a minor bug because:

Go to: Older - All entries - Index