CVE-2025-59529
Last modified
CVE-2025-59529 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. In versions up to and including 0.9-rc2, the simple protocol server ignores the documented client limit and accepts unlimited connections, allowing for easy local DoS. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. In versions up to and including 0.9-rc2, the simple protocol server ignores the documented client limit and accepts unlimited connections, allowing for easy local DoS. Although `CLIENTS_MAX` is defined, `server_work()` unconditionally `accept()`s and `client_new()` always appends the new client and increments `n_clients`. There is no check against the limit. When client cannot be accepted as a result of maximal socket number of avahi-daemon, it logs unconditionally error per each connection. Unprivileged local users can exhaust daemon memory and file descriptors, causing a denial of service system-wide for mDNS/DNS-SD. Exhausting local file descriptors causes increased system load caused by logging errors of each of request. Overloading prevents glibc calls using nss-mdns plugins to resolve `*.local.` names and link-local addresses. As of time of publication, no known patched versions are available, but a candidate fix is available in pull request 808, and some workarounds are available. Simple clients are offered for nss-mdns package functionality. It is not possible to disable the unix socket `/run/avahi-daemon/socket`, but resolution requests received via DBus are not affected directly. Tools avahi-resolve, avahi-resolve-address and avahi-resolve-host-name are not affected, they use DBus interface. It is possible to change permissions of unix socket after avahi-daemon is started. But avahi-daemon does not provide any configuration for it. Additional access restrictions like SELinux can also prevent unwanted tools to access the socket and keep resolution working for trusted users.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Avahi | Avahi | < 0.9 | — |
| Avahi | Avahi | 0.9 | Rc1 |
References
- https://github.com/avahi/avahi/pull/808Issue Tracking, Patch
- https://github.com/avahi/avahi/security/advisories/GHSA-73wf-3xmj-x82qExploit, Vendor Advisory
- https://zeropath.com/blog/avahi-simple-protocol-server-dos-cve-2025-59529Exploit, Third Party Advisory
- http://www.openwall.com/lists/oss-security/2025/12/19/1Exploit, Mailing List
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-59529?
How severe is CVE-2025-59529?
How do I fix CVE-2025-59529?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-5952A vulnerability, which was classified as critical, has been …7.3
- CVE-2025-59524Horilla is a free and open source Human Resource Management …6.1
- CVE-2025-59525Horilla is a free and open source Human Resource Management …6.1
- CVE-2025-59526mailgen is a Node.js package that generates responsive HTML …2.7
- CVE-2025-59527Flowise is a drag & drop user interface to build a customize…7.5
- CVE-2025-59528Flowise is a drag & drop user interface to build a customize…10
- CVE-2025-5953The WP Human Resource Management plugin for WordPress is vul…8.8
- CVE-2025-59530quic-go is an implementation of the QUIC protocol in Go. In …7.5
- CVE-2025-59531Argo CD is a declarative, GitOps continuous delivery tool fo…7.5
- CVE-2025-59532Codex CLI is a coding agent from OpenAI that runs locally. I…8.6
- CVE-2025-59534CryptoLib provides a software-only solution using the CCSDS …7.8
- CVE-2025-59535DNN (formerly DotNetNuke) is an open-source web content mana…6.5
Are you affected by CVE-2025-59529?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
