CVE-2026-47180 Details
Description
Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.5, DNSIncoming._decode_labels_at_offset recurses once per DNS-name compression pointer, and a single mDNS packet carrying chained pointers can trigger a RecursionError that escapes DNSIncoming.__init__, causing sustained CPU burn, log flooding, and degraded mDNS-dependent features for unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb). This issue is fixed in version 0.149.5.
A denial-of-service vulnerability has been identified in Zeroconf, a Python implementation of multicast DNS service discovery, in versions prior to 0.149.5. The issue arises in the DNSIncoming class, where the label decoding function can be tricked into excessive recursion by a malicious mDNS packet. This unbounded recursion leads to a RecursionError that escapes the constructor, causing high CPU usage, log flooding, and disruption of mDNS-dependent features for unauthenticated hosts on the local network over UDP port 5353.
Users are advised to upgrade to Zeroconf version 0.149.5 or later. If an upgrade is not possible, mDNS traffic can be restricted to trusted Layer-2 segments using AP client isolation, guest-network separation, or host firewall rules.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-674 | Uncontrolled Recursion | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| paulsm zeroconf | < 0.149.5 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 17, 2026 | Initial Analysis | [email protected] |
| Jul 17, 2026 | CVE Modified | CISA-ADP |
| Jul 17, 2026 | New CVE Received | [email protected] |