RHSA-2026:51176HighCVSS 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 products58
- Red Hat Enterprise Linux AppStream E4S (v.9.2)
- Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-0:2.68.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debuginfo-0:2.68.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-debugsource-0:2.68.4-7.el9_2.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)
- glib2-devel-0:2.68.4-7.el9_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- glib2-devel-0:2.68.4-7.el9_2.6.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)
- +28 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.