RHSA-2026:42063HighCVSS 7.5
Red Hat Security Advisory: glib2 security update
🔗 CVE IDs covered (1)
📋 Description
CVE-2026-58016 — glib: integer underflow in gio/gdbusintrospection.c via "g_dbus_node_info_new_for_xml"
🎯 Affected products72
- Red Hat Enterprise Linux AppStream (v. 10)
- Red Hat Enterprise Linux BaseOS (v. 10)
- Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-0:2.80.4-12.el10_2.14.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-0:2.80.4-12.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debuginfo-0:2.80.4-12.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
- glib2-debugsource-0:2.80.4-12.el10_2.14.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
- +42 more not shown
✅ Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 Workaround: To mitigate this vulnerability, implement input validation to sanitize untrusted D-Bus introspection XML, specifically rejecting malformed structures such as <node> elements improperly nested within <method>, <signal>, <property> or <arg> elements before calling g_dbus_node_info_new_for_xml(). Alternatively, restricting the application to only process XML input from trusted, authenticated sources will completely neutralize this issue.