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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-8674— Windows DNS解析器长域名断言失败

一分钟漏洞结论

影响对象
The GNU C Library glibc
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

在 GNU C Library(glibc)2.26 到 2.44 版本中,当从 文件或 环境变量初始化 DNS 桩解析器(stub resolver)时,如果其搜索列表中包含一个长度约为 200 个字符或更长的域名,会导致断言失败,从而使进程中止(abort)。 具体机制如下:解析器在将搜索列表复制到固定大小的 缓冲区时会对其进行截断,随后会执行一个断言,以校验该副本是否与完整配置保持一致。然而,该一致性检查使用了错误的大小进行比较,且未能正确处理第一个条目无法完整放入缓冲区的场景,导致正确截断后的列表在断言时失

CVSS 5.3 · Medium

影响版本矩阵 1

厂商产品 版本范围状态
The GNU C Library glibc 2.26≤ 2.44 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Assertion failure in the DNS stub resolver with a long search domain
来源: CVE Program / CVE List V5
Vulnerability Description
Initializing the DNS stub resolver from an /etc/resolv.conf file, or a LOCALDOMAIN environment variable, whose search list contains a domain of roughly 200 characters or more in the GNU C Library version 2.26 to 2.44 results in an assertion failure which aborts the process. The resolver truncates the search list when copying it into the fixed-size _res.defdname buffer, then asserts that the copy is consistent with the full configuration. The consistency check compared against the wrong size and did not handle a first entry that does not fit, so a correctly truncated list failed the assertion. Any process that resolves names through the library is affected, including long-running processes that reload /etc/resolv.conf on the next query after it changes. Search domains are commonly written to /etc/resolv.conf from data received over DHCP or from a VPN server, so an attacker on the local network may be able to trigger this without privileges on the target system, subject to validation by the network configuration software.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
可达断言
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
The GNU C Library glibc 2.26 ~ 2.44 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-8674 安全博客文章 (1)

CVE-2026-8674 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-8674

暂无评论


发表评论