Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-30922 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:10184 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:12176 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13508 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13512 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13545 redhat-SADP

see all 44 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-674Uncontrolled Recursion[email protected]
CWE-835Loop with Unreachable Exit Condition ('Infinite Loop')redhat-SADP

Affected Products

ProductVersions
pyasn1 pyasn1
< 0.6.3

CPE

  • cpe:2.3:a:pyasn1:pyasn1:*:*:*:*:*:python:*:*

Remediation

  • No remediation found in references.

Change History

23 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-30922
NVD Published Date:
Mar 18, 2026
NVD Last Modified:
Sep 10, 2026
Source:
[email protected]