RHSA-2026:59329HighCVSS 7.5
Red Hat Security Advisory: resource-agents security update
🔗 CVE IDs covered (1)
📋 Description
CVE-2026-59886 — pyasn1: pyasn1: Denial of Service via crafted ASN.1 REAL values
🎯 Affected products32
- Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-0:4.1.1-61.el7_9.24.src as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-0:4.1.1-61.el7_9.24.src as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-0:4.1.1-61.el7_9.24.src as a component of Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- resource-agents-0:4.1.1-61.el7_9.24.src as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-aliyun-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-aliyun-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- resource-agents-debuginfo-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-gcp-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server HighAvailability (v. 7 ELS)
- resource-agents-gcp-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server ResilientStorage (v. 7 ELS)
- resource-agents-sap-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- resource-agents-sap-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server for SAP ELS (v. 7)
- resource-agents-sap-hana-0:4.1.1-61.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-sap-hana-0:4.1.1-61.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-sap-hana-scaleout-0:0.164.0-6.el7_9.24.ppc64le as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- resource-agents-sap-hana-scaleout-0:0.164.0-6.el7_9.24.x86_64 as a component of Red Hat Enterprise Linux Server for SAPHANA ELS (v. 7)
- +2 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: When processing untrusted ASN.1 data with pyasn1, avoid calling prettyPrint(), str(), float(), int(), or performing comparisons or arithmetic on decoded Real (ASN.1 REAL type) objects. Instead, inspect the raw (mantissa, base, exponent) tuple directly. Where logging decoded ASN.1 structures is necessary, filter out or sanitize Real-typed values before conversion.