Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2026:13917

Опубликовано: 07 мая 2026
Источник: rocky
Оценка: Important

Описание

Important: fence-agents security update

The fence-agents packages provide a collection of scripts for handling remote power management for cluster devices. They allow failed or unreachable nodes to be forcibly restarted and removed from the cluster.

Security Fix(es):

  • pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion (CVE-2026-30922)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 9

НаименованиеАрхитектураРелизRPM
fence-agents-allaarch6498.el9_7.13fence-agents-all-4.10.0-98.el9_7.13.aarch64.rpm
fence-agents-amt-wsnoarch98.el9_7.13fence-agents-amt-ws-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-apcnoarch98.el9_7.13fence-agents-apc-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-apc-snmpnoarch98.el9_7.13fence-agents-apc-snmp-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-bladecenternoarch98.el9_7.13fence-agents-bladecenter-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-brocadenoarch98.el9_7.13fence-agents-brocade-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-cisco-mdsnoarch98.el9_7.13fence-agents-cisco-mds-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-cisco-ucsnoarch98.el9_7.13fence-agents-cisco-ucs-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-commonnoarch98.el9_7.13fence-agents-common-4.10.0-98.el9_7.13.noarch.rpm
fence-agents-drac5noarch98.el9_7.13fence-agents-drac5-4.10.0-98.el9_7.13.noarch.rpm

Показывать по

Связанные CVE

Исправления

Связанные уязвимости

CVSS3: 7.5
ubuntu
5 месяцев назад

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with "Indefinite Length" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue.

CVSS3: 7.5
redhat
5 месяцев назад

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with "Indefinite Length" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue.

CVSS3: 7.5
nvd
5 месяцев назад

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pyasn1` library is vulnerable to a Denial of Service (DoS) attack caused by uncontrolled recursion when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing thousands of nested `SEQUENCE` (`0x30`) or `SET` (`0x31`) tags with "Indefinite Length" (`0x80`) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a `RecursionError` or consumes all available memory (OOM), crashing the host application. This is a distinct vulnerability from CVE-2026-23490 (which addressed integer overflows in OID decoding). The fix for CVE-2026-23490 (`MAX_OID_ARC_CONTINUATION_OCTETS`) does not mitigate this recursion issue. Version 0.6.3 fixes this specific issue.

CVSS3: 7.5
msrc
4 месяца назад

pyasn1 Vulnerable to Denial of Service via Unbounded Recursion

CVSS3: 7.5
debian
5 месяцев назад

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.3, the `pya ...