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.
d-bus denial of service
About this tag
The d-bus denial of service tag on WindowsForum.com covers vulnerabilities where D-Bus method calls can be exploited to trigger a denial-of-service condition. Recent discussions focus on CVE-2026-34933, a flaw in Avahi's mDNS/DNS-SD infrastructure. A local D-Bus call with conflicting publish flags can hit a reachable assertion in transport_flags_from_domain(), crashing avahi-daemon and disrupting service discovery. This is classified as CWE-617 and is patched in Avahi 0.9-rc4. The tag highlights how availability bugs in D-Bus-accessible services can be as impactful as memory corruption issues.
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...