CVE-2025-32029 - CVE House
Back to Database
Status published Medium CVE-2025-32029

ts-asn1-der has Incorrect DER Encoding of Numbers Leading to Denial of Service and Incorrect Value Representation

Vulnerability Description

ts-asn1-der is a collection of utility classes to encode ASN.1 data following DER rule. Incorrect number DER encoding can lead to denial on service for absolute values in the range 2**31 -- 2**32 - 1. The arithmetic in the numBitLen didn't take into account that values in this range could result in a negative result upon applying the >> operator, leading to an infinite loop. The issue is patched in version 1.0.4. If upgrading is not an option, the issue can be mitigated by validating inputs to Asn1Integer to ensure that they are not smaller than -2**31 + 1 and no larger than 2**31 - 1.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2025-32029

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

ts-asn1-der
Vulnerable Versions:
< 1.0.4

Timeline

Official Publish: April 7th, 2025
Last Modified: April 8th, 2025
Added to House: July 22nd, 2026

CVSS Vectors

Weaknesses (CWE)