CVE-2025-32029

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-32029
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-32029.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-32029
Aliases
Published
2025-04-07T21:15:42Z
Modified
2025-04-08T18:55:47.793395Z
Summary
[none]
Details

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 231 -- 232 - 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 -231 + 1 and no larger than 231 - 1.

References

Affected packages

Git / github.com/apeleghq/ts-asn1-der

Affected ranges

Type
GIT
Repo
https://github.com/apeleghq/ts-asn1-der
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

1.*

1.0.0
1.0.1
1.0.2
1.0.3
1.0.4