RHSA-2026:42090HighCVSS 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 products77
- Red Hat Enterprise Linux BaseOS (v. 8)
- Red Hat Enterprise Linux CRB (v. 8)
- glib2-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-0:2.56.4-170.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-0:2.56.4-170.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-0:2.56.4-170.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-0:2.56.4-170.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debuginfo-0:2.56.4-170.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-debugsource-0:2.56.4-170.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)
- glib2-devel-0:2.56.4-170.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- glib2-devel-0:2.56.4-170.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
- +47 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.