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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-58010— GNOME glib 缓冲区错误漏洞

一分钟漏洞结论

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

GNOME glib是GNOME基金会开源的一个通用的、可移植的实用程序库。提供了许多有用的数据类型、宏、类型转换、字符串实用程序、文件实用程序、主循环抽象等。 GNOME GLib存在缓冲区错误漏洞,该漏洞源于glib/gvariant-serialiser.c文件中的gvs_tuple_is_normal函数存在差一错误,在对齐填充检查时边界检查使用了>代替>=,导致越界读取1字节,该问题可能造成1字节的信息泄露以及当越界读取跨越页边界时导致拒绝服务。以下版本受到影响:2.86.5之前版本和2.88.

CVSS 6.5 · Medium EPSS 0.39% · P32

可能的 ATT&CK 技术 1 AI

T1530 · Data from Cloud Storage

影响版本矩阵 15

厂商产品 版本范围状态
GNOME GLib < 2.86.5 affected
< 2.88.1 affected
Red Hat Red Hat Enterprise Linux 10 0:2.80.4-12.el10_2.21< * unaffected
全部 affected
Red Hat Red Hat Enterprise Linux 6 全部 affected
Red Hat Red Hat Enterprise Linux 7 全部 affected
Red Hat Red Hat Enterprise Linux 8 0:2.70.1-9.el8_10< * unaffected
全部 affected
Red Hat Red Hat Enterprise Linux 9 0:2.68.4-19.el9_8.9< * unaffected
0:2.68.4-19.el9_8.9< * unaffected
全部 affected
Red Hat Red Hat Hardened Images 全部 unaffected
Red Hat Red Hat Update Infrastructure 5 1787241211< * unaffected
1787135742< * unaffected
1787241260< * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Glib: buffer over-read in glib/gvariant-serialiser.c via gvs_tuple_is_normal()
来源: CVE Program / CVE List V5
Vulnerability Description
A flaw was found in GLib. An off-by-one error can occur in the gvs_tuple_is_normal function in the glib/gvariant-serialiser.c file when doing an alignment padding check because the bounds check uses > instead of >=, causing an out-of-bounds read of only 1 byte. This issue can cause a minor information disclosure of 1 byte and a denial of service when the out-of-bounds read crosses a page boundary.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
缓冲区上溢读取
来源: CVE Program / CVE List V5
Vulnerability Title
GNOME glib 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
GNOME glib是GNOME基金会开源的一个通用的、可移植的实用程序库。提供了许多有用的数据类型、宏、类型转换、字符串实用程序、文件实用程序、主循环抽象等。 GNOME GLib存在缓冲区错误漏洞,该漏洞源于glib/gvariant-serialiser.c文件中的gvs_tuple_is_normal函数存在差一错误,在对齐填充检查时边界检查使用了>代替>=,导致越界读取1字节,该问题可能造成1字节的信息泄露以及当越界读取跨越页边界时导致拒绝服务。以下版本受到影响:2.86.5之前版本和2.88.
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
GNOME GLib 0 ~ 2.86.5 -
Red Hat Red Hat Enterprise Linux 10 0:2.80.4-12.el10_2.21 ~ * cpe:/o:redhat:enterprise_linux:10.2
Red Hat Red Hat Enterprise Linux 8 0:2.70.1-9.el8_10 ~ * cpe:/a:redhat:enterprise_linux:8::crb
Red Hat Red Hat Enterprise Linux 9 0:2.68.4-19.el9_8.9 ~ * cpe:/a:redhat:enterprise_linux:9::appstream
Red Hat Red Hat Enterprise Linux 9 0:2.68.4-19.el9_8.9 ~ * cpe:/a:redhat:enterprise_linux:9::appstream
Red Hat Red Hat Update Infrastructure 5 1787241211 ~ * cpe:/a:redhat:rhui:5::el9
Red Hat Red Hat Update Infrastructure 5 1787135742 ~ * cpe:/a:redhat:rhui:5::el9
Red Hat Red Hat Update Infrastructure 5 1787241260 ~ * cpe:/a:redhat:rhui:5::el9
Red Hat Red Hat Enterprise Linux 10 - cpe:/o:redhat:enterprise_linux:10
Red Hat Red Hat Enterprise Linux 6 - cpe:/o:redhat:enterprise_linux:6
Red Hat Red Hat Enterprise Linux 7 - cpe:/o:redhat:enterprise_linux:7
Red Hat Red Hat Enterprise Linux 8 - cpe:/o:redhat:enterprise_linux:8
Red Hat Red Hat Enterprise Linux 9 - cpe:/o:redhat:enterprise_linux:9
Red Hat Red Hat Hardened Images - cpe:/a:redhat:hummingbird:1

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-58010 厂商安全公告 (6)

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

同批安全公告 · GNOME · 2026-06-30 · 共 7 条

CVE-2026-58016 7.5 HIGH GNOME GLib 数字错误漏洞
CVE-2026-58014 7.3 HIGH GNOME glib 数字错误漏洞
CVE-2026-58011 6.5 MEDIUM GNOME glib 缓冲区错误漏洞
CVE-2026-58013 6.5 MEDIUM GNOME glib 缓冲区错误漏洞
CVE-2026-58012 6.5 MEDIUM GNOME glib 缓冲区错误漏洞
CVE-2026-58015 5.9 MEDIUM GNOME glib 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-58010

暂无评论


发表评论