Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Zeroconf: Unbounded TC-deferred queue allows LAN-local memory exhaustion via spoofed-source flood
Vulnerability Description
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.
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
不加限制或调节的资源分配
Vulnerability Title
python-zeroconf 资源管理错误漏洞
Vulnerability Description
python-zeroconf python-zeroconf是python-zeroconf组织的一个实现Zeroconf协议的库 python-zeroconf 0.149.12之前版本存在资源管理错误漏洞,该漏洞源于AsyncListener.handle_query_or_defer未限制每地址列表或不同addr键,可能导致未经过身份验证的主机通过本地链接上的UDP/5353伪造源,造成内存耗尽和CPU过度消耗。
CVSS Information
N/A
Vulnerability Type
N/A