CVE-2025-32029
Last modified
CVE-2025-32029 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-32029?
How severe is CVE-2025-32029?
How do I fix CVE-2025-32029?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-32023Redis is an open source, in-memory database that persists on…7.8
- CVE-2025-32024bep/imagemeta is a Go library for reading EXIF, IPTC and XMP…6.9
- CVE-2025-32025bep/imagemeta is a Go library for reading EXIF, IPTC and XMP…6.9
- CVE-2025-32026Element Web is a Matrix web client built using the Matrix Re…3.8
- CVE-2025-32027Yii is an open source PHP web framework. Prior to 1.1.31, yi…6.1
- CVE-2025-32028HAX CMS PHP allows you to manage your microsite universe wit…9.9
- CVE-2025-3203A vulnerability classified as problematic was found in Tenda…5.3
- CVE-2025-32030Apollo Gateway provides utilities for combining multiple Gra…7.5
- CVE-2025-32031Apollo Gateway provides utilities for combining multiple Gra…7.5
- CVE-2025-32032The Apollo Router Core is a configurable, high-performance g…7.5
- CVE-2025-32033The Apollo Router Core is a configurable, high-performance g…7.5
- CVE-2025-32034The Apollo Router Core is a configurable, high-performance g…7.5
Are you affected by CVE-2025-32029?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
