You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
mdns dns sd
About this tag
The mdns dns sd tag on WindowsForum.com covers discussions about the mDNS/DNS-SD protocol suite, with a focus on the Avahi implementation. Recent threads highlight two denial-of-service vulnerabilities: CVE-2026-34933, a reachable assertion crash via D-Bus, and CVE-2025-59529, a local resource exhaustion attack via UNIX sockets. Both flaws affect Avahi, a common mDNS/DNS-SD daemon on Linux systems, and can disrupt service discovery. Topics include CWE classifications, patching status, and proof-of-concept exploits. The tag is relevant for system administrators and security researchers monitoring local network service discovery reliability.
CVE-2026-34933 is another reminder that availability bugs in mDNS/DNS-SD infrastructure can be just as operationally painful as memory corruption in more glamorous code paths. In Avahi, a single local D-Bus method call with conflicting publish flags can trip a reachable assertion in...
A newly disclosed vulnerability in the Avahi mDNS/DNS‑SD implementation — tracked as CVE-2025-59529 — allows unprivileged local users to easily cause a denial-of-service (DoS) against name resolution on affected systems by abusing the simple protocol server’s UNIX domain socket. The bug stems...