目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-10652— zephyrproject zephyr 缓冲区错误漏洞

CVSS 4.8 · Medium EPSS 0.20% · P10

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr4.3.0< 4.5.0affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-10652 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Out-of-bounds read in Zephyr DNS resolver TXT/SRV record parsing (unvalidated `rdlength`)
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Zephyr's DNS resolver (subsys/net/lib/dns) parses resource records from DNS responses in dns_unpack_answer(), which validated only the fixed RR header (type, class, TTL, rdlength) and accepted any attacker-declared rdlength, including one extending past the end of the received datagram. The TXT and SRV consumers in dns_validate_record() (resolve.c) then read up to rdlength bytes (clamped only to a record-type maximum such as DNS_MAX_TEXT_SIZE, default 64, not to the packet) from the receive buffer via memcpy without their own bounds check, and pass the result to the application's resolve callback. A malicious or spoofed DNS server, an on-path attacker forging UDP DNS replies, or (with mDNS/LLMNR enabled) any LAN node can craft a truncated TXT or SRV response that causes an out-of-bounds read of adjacent receive-pool memory; the disclosed stale bytes (residual contents of prior DNS packets / uninitialized pool memory) are returned to the application as TXT/SRV record contents, an information leak, and may in some configurations cross the allocation boundary and fault, causing a denial of service. The read is bounded (~64 bytes for TXT, ~6 for SRV) and read-only (no write). The fix rejects any record whose declared rdata extends past dns_msg->msg_size at the single chokepoint in dns_unpack_answer(). Affected: v4.3.0 and v4.4.0.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
跨界内存读
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
zephyrproject zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一款实时操作系统内核。 zephyrproject zephyr 4.3.0版本和4.4.0版本存在缓冲区错误漏洞,该漏洞源于DNS解析器在解析资源记录时未正确验证攻击者声明的rdlength,可能导致越界读取相邻接收池内存,造成信息泄露,并且可能在部分配置中跨越分配边界导致拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 4.3.0 ~ 4.5.0 -

二、漏洞 CVE-2026-10652 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-10652 的情报信息

登录查看更多情报信息。

CVE-2026-10652 补丁与修复 (1)

CVE-2026-10652 厂商安全公告 (1)

同批安全公告 · zephyrproject · 2026-06-30 · 共 5 条

CVE-2026-92636.5 MEDIUMZephyr 缓冲区错误漏洞
CVE-2026-106556.5 MEDIUMZephyr 资源管理错误漏洞
CVE-2026-106536.4 MEDIUMZephyr 资源管理错误漏洞
CVE-2026-106543.1 LOWZephyr 竞争条件问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-10652

暂无评论


发表评论