OESA-2026-2765

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-2765
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-2765.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-2765
Upstream
Published
2026-06-24T11:11:41Z
Modified
2026-08-18T01:21:11.162407437Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
python-pyasn1 security update
Details

Abstract Syntax Notation One (ASN.1) is a technology for exchanging structured data in a universally understood, hardware agnostic way. Many industrial, security and telephony applications heavily rely on ASN.1. The pyasn1 library implements ASN.1 support in pure-Python.

Security Fix(es):

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 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. The vulnerability exists in the indefLenValueDecoder, valueDecoder, and _decodeComponentsSchemaless functions, which recursively invoke the decoding callback decodeFun without passing a depth parameter or checking against a global MAX_ASN1_NESTING limit. Any service using pyasn1 to parse untrusted ASN.1 data (e.g., LDAP, SNMP, Kerberos, X.509 parsers) can be crashed remotely.(CVE-2026-30922)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / python-pyasn1

Package

Name
python-pyasn1
Purl
pkg:rpm/openEuler/python-pyasn1&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.4.8-5.oe2203sp4

Ecosystem specific

{
    "src": [
        "python-pyasn1-0.4.8-5.oe2203sp4.src.rpm"
    ],
    "noarch": [
        "python-pyasn1-help-0.4.8-5.oe2203sp4.noarch.rpm",
        "python3-pyasn1-0.4.8-5.oe2203sp4.noarch.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-2765.json"