Back to overview

CVE-2026-48487

MEDIUM
5.3
CVSS 4.0
Description
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.

Metadata

CVE ID
CVE-2026-48487
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-21 15:33 UTC
Published
2026-07-17 18:28 UTC
Last updated
2026-07-17 18:28 UTC
Primary CWE
CWE-130
CWE-130: Improper Handling of Length Parameter Inconsistency
Vendor / Product
python-zeroconf / python-zeroconf
Sources
cve.org  ·  NVD

Severity & Metrics

5.3 MEDIUM CVSS 4.0
CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Affected products (1)
VendorProductPlatformVersions
python-zeroconf python-zeroconf < 0.149.16
Weakness (CWE)
CWESourceDescription
CWE-130 cna CWE-130: Improper Handling of Length Parameter Inconsistency
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.3 MEDIUM 4.0 cna CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
References (5)
Back to overview