Debian Package Tracker
Register | Log in
Subscribe

python-zeroconf

Pure Python implementation of multicast DNS service discovery (Python3)

Choose email to subscribe with

general
  • source: python-zeroconf (main)
  • version: 0.150.0-1
  • maintainer: Debian Python Team (DMD)
  • uploaders: Ruben Undheim [DMD] – YOKOTA Hiroshi [DMD] [DM]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.26.1-1
  • oldstable: 0.47.3-1
  • stable: 0.147.0-1
  • testing: 0.150.0-1
  • unstable: 0.150.0-1
versioned links
  • 0.26.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.47.3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.147.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.150.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-zeroconf
action needed
Marked for autoremoval on 01 September due to nbclient, node-playwright, taskflow: #1133642, #1135849, #1138720, #1138816 high
Version 0.150.0-1 of python-zeroconf is marked for autoremoval from testing on Tue 01 Sep 2026. It depends (transitively) on nbclient, node-playwright, taskflow, affected by #1133642, #1135849, #1138720, #1138816. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-01 Last update: 2026-08-06 04:00
5 security issues in trixie high

There are 5 open security issues in trixie.

5 important issues:
  • CVE-2026-47180: 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.
  • CVE-2026-47183: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.6, DNSIncoming._log_exception_debug and the four QuietLogger exception-dedup methods stored an unbounded _seen_logs dictionary keyed by attacker-influenced IncomingDecodeError messages, retaining sys.exc_info() tracebacks whose frame locals kept raw packet self.data buffers and allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to drive memory growth until mDNS-dependent features degrade or the process is OOM-killed. This issue is fixed in version 0.149.6.
  • CVE-2026-47184: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.7, DNSCache._async_add inserted every response record into cache, _expirations, _expire_heap, and service_cache without a cap, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to multicast valid mDNS responses with unique names and cause memory exhaustion, slower cache lookups, slower async_expire passes, and broken discovery, registration, and ServiceBrowser callbacks. This issue is fixed in version 0.149.7.
  • CVE-2026-48045: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.12, AsyncListener.handle_query_or_defer retained every truncated TC-bit incoming query, each up to _MAX_MSG_ABSOLUTE = 8966 bytes, in self._deferred[addr] and armed a per-address timer in self._timers[addr] without capping the per-address list or distinct addr keys, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to spoof sources, grow _deferred and _timers, and cause memory exhaustion and quadratic CPU burn. This issue is fixed in version 0.149.12.
  • CVE-2026-48487: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.16, _read_character_string and _read_string in src/zeroconf/_protocol/incoming.py advanced self.offset by attacker-declared RDLENGTH without checking it against self._data_len, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to send a TXT, HINFO, or A/AAAA record with rdlength=65535 and seed DNSCache and ServiceInfo.properties with truncated, attacker-shaped key/value or address records. This issue is fixed in version 0.149.16.
Created: 2026-07-18 Last update: 2026-08-02 20:32
5 security issues in bullseye high

There are 5 open security issues in bullseye.

5 important issues:
  • CVE-2026-47180: 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.
  • CVE-2026-47183: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.6, DNSIncoming._log_exception_debug and the four QuietLogger exception-dedup methods stored an unbounded _seen_logs dictionary keyed by attacker-influenced IncomingDecodeError messages, retaining sys.exc_info() tracebacks whose frame locals kept raw packet self.data buffers and allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to drive memory growth until mDNS-dependent features degrade or the process is OOM-killed. This issue is fixed in version 0.149.6.
  • CVE-2026-47184: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.7, DNSCache._async_add inserted every response record into cache, _expirations, _expire_heap, and service_cache without a cap, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to multicast valid mDNS responses with unique names and cause memory exhaustion, slower cache lookups, slower async_expire passes, and broken discovery, registration, and ServiceBrowser callbacks. This issue is fixed in version 0.149.7.
  • CVE-2026-48045: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.12, AsyncListener.handle_query_or_defer retained every truncated TC-bit incoming query, each up to _MAX_MSG_ABSOLUTE = 8966 bytes, in self._deferred[addr] and armed a per-address timer in self._timers[addr] without capping the per-address list or distinct addr keys, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to spoof sources, grow _deferred and _timers, and cause memory exhaustion and quadratic CPU burn. This issue is fixed in version 0.149.12.
  • CVE-2026-48487: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.16, _read_character_string and _read_string in src/zeroconf/_protocol/incoming.py advanced self.offset by attacker-declared RDLENGTH without checking it against self._data_len, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to send a TXT, HINFO, or A/AAAA record with rdlength=65535 and seed DNSCache and ServiceInfo.properties with truncated, attacker-shaped key/value or address records. This issue is fixed in version 0.149.16.
Created: 2026-07-18 Last update: 2026-08-02 20:32
5 security issues in bookworm high

There are 5 open security issues in bookworm.

5 important issues:
  • CVE-2026-47180: 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.
  • CVE-2026-47183: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.6, DNSIncoming._log_exception_debug and the four QuietLogger exception-dedup methods stored an unbounded _seen_logs dictionary keyed by attacker-influenced IncomingDecodeError messages, retaining sys.exc_info() tracebacks whose frame locals kept raw packet self.data buffers and allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to drive memory growth until mDNS-dependent features degrade or the process is OOM-killed. This issue is fixed in version 0.149.6.
  • CVE-2026-47184: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.7, DNSCache._async_add inserted every response record into cache, _expirations, _expire_heap, and service_cache without a cap, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to multicast valid mDNS responses with unique names and cause memory exhaustion, slower cache lookups, slower async_expire passes, and broken discovery, registration, and ServiceBrowser callbacks. This issue is fixed in version 0.149.7.
  • CVE-2026-48045: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.12, AsyncListener.handle_query_or_defer retained every truncated TC-bit incoming query, each up to _MAX_MSG_ABSOLUTE = 8966 bytes, in self._deferred[addr] and armed a per-address timer in self._timers[addr] without capping the per-address list or distinct addr keys, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to spoof sources, grow _deferred and _timers, and cause memory exhaustion and quadratic CPU burn. This issue is fixed in version 0.149.12.
  • CVE-2026-48487: Zeroconf is a pure Python implementation of multicast DNS service discovery. Prior to 0.149.16, _read_character_string and _read_string in src/zeroconf/_protocol/incoming.py advanced self.offset by attacker-declared RDLENGTH without checking it against self._data_len, allowing unauthenticated hosts on the local link over UDP/5353 (224.0.0.251 / ff02::fb) to send a TXT, HINFO, or A/AAAA record with rdlength=65535 and seed DNSCache and ServiceInfo.properties with truncated, attacker-shaped key/value or address records. This issue is fixed in version 0.149.16.
Created: 2026-07-18 Last update: 2026-08-02 20:32
debian/patches: 2 patches to forward upstream low

Among the 2 debian patches available in version 0.150.0-1 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2025-01-14 Last update: 2026-06-23 11:30
news
[rss feed]
  • [2026-06-25] python-zeroconf 0.150.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-22] Accepted python-zeroconf 0.150.0-1 (source) into unstable (YOKOTA Hiroshi)
  • [2026-05-26] python-zeroconf 0.149.16-1 MIGRATED to testing (Debian testing watch)
  • [2026-05-21] Accepted python-zeroconf 0.149.16-1 (source) into unstable (YOKOTA Hiroshi)
  • [2026-05-20] Accepted python-zeroconf 0.149.9-1 (source) into unstable (YOKOTA Hiroshi)
  • [2026-05-18] Accepted python-zeroconf 0.149.7-1 (source) into unstable (YOKOTA Hiroshi)
  • [2026-05-18] Accepted python-zeroconf 0.149.6-1 (source) into unstable (YOKOTA Hiroshi)
  • [2026-04-17] python-zeroconf 0.148.0-4 MIGRATED to testing (Debian testing watch)
  • [2026-04-15] Accepted python-zeroconf 0.148.0-4 (source) into unstable (YOKOTA Hiroshi)
  • [2026-04-11] Accepted python-zeroconf 0.148.0-3 (source) into unstable (YOKOTA Hiroshi)
  • [2025-12-30] python-zeroconf 0.148.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-12-27] Accepted python-zeroconf 0.148.0-2 (source) into unstable (YOKOTA Hiroshi)
  • [2025-10-11] python-zeroconf 0.148.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-09] Accepted python-zeroconf 0.148.0-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-10-01] python-zeroconf 0.147.2-2 MIGRATED to testing (Debian testing watch)
  • [2025-09-29] Accepted python-zeroconf 0.147.2-2 (source) into unstable (YOKOTA Hiroshi)
  • [2025-09-16] python-zeroconf 0.147.2-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-14] Accepted python-zeroconf 0.147.2-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-08-26] python-zeroconf 0.147.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-08-23] Accepted python-zeroconf 0.147.0-2 (source) into unstable (YOKOTA Hiroshi)
  • [2025-05-17] python-zeroconf 0.147.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-05-06] Accepted python-zeroconf 0.147.0-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-04-27] python-zeroconf 0.146.5-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-16] Accepted python-zeroconf 0.146.5-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-04-08] python-zeroconf 0.146.3-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-05] Accepted python-zeroconf 0.146.3-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-03-11] python-zeroconf 0.146.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-03-08] Accepted python-zeroconf 0.146.1-1 (source) into unstable (YOKOTA Hiroshi)
  • [2025-03-04] python-zeroconf 0.145.1-2 MIGRATED to testing (Debian testing watch)
  • [2025-03-01] Accepted python-zeroconf 0.145.1-2 (source) into unstable (YOKOTA Hiroshi)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.150.0-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing