CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-59885

highCVSS 7.5covered by 3 sourcesfirst seen 2026-07-14
Impact The BER/CER/DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload (tens of kilobytes) containing an OID with many arcs consumes seconds of CPU per decode() call, allowing denial of service in any application that decodes untrusted ASN.1 data (certificates, LDAP, SNMP, Kerberos, etc.). The corresponding encoders have the same quadratic behavior, reachable when an application re-encodes previously decoded attacker-supplied values. The arc-size limit introduced for CVE-2026-23490 bounds the byte length of an individual arc but not the number of arcs, so it does not mitigate this issue. Affected components ObjectIdentifierPayloadDecoder and RelativeOIDPayloadDecoder in pyasn1/codec/ber/decoder.py; ObjectIdentifierEncoder and RelativeOIDEncoder in pyasn1/codec/ber/encoder.py. The CER and DER codecs inherit these and are equally affected. Patches Fixed in pyasn1 0.6.4: arc accumulation in both decoders and encoders now runs in linear time. Workarounds Limit the size of untrusted ASN.1 input before decoding.

CSIRTS triage

What
Quadratic complexity in processing OBJECT IDENTIFIER and RELATIVE-OID can lead to denial of service.
Who is affected
Users of pyasn1 versions before 0.5.0 are affected.
Urgency
This is a high urgency issue due to its high severity and potential for exploitation.
Action
Upgrade to pyasn1 version 0.5.0 or later.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-59885

Get an email if CVE-2026-59885 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (3)

External references

NVD record for CVE-2026-59885

CVE.org record

Embed the live status

CVE-2026-59885 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-59885 status](https://www.csirts.com/badge/CVE-2026-59885)](https://www.csirts.com/cve/CVE-2026-59885)