CVE-2025-66031

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-66031
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-66031.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-66031
Aliases
Downstream
Related
Published
2025-11-26T22:23:26.013Z
Modified
2025-11-28T19:33:28.523687Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
node-forge ASN.1 Unbounded Recursion
Details

Forge (also called node-forge) is a native implementation of Transport Layer Security in JavaScript. An Uncontrolled Recursion vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft deep ASN.1 structures that trigger unbounded recursive parsing. This leads to a Denial-of-Service (DoS) via stack exhaustion when parsing untrusted DER inputs. This issue has been patched in version 1.3.2.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/66xxx/CVE-2025-66031.json",
    "cwe_ids": [
        "CWE-674"
    ]
}
References

Affected packages

Git / github.com/digitalbazaar/forge

Affected ranges

Type
GIT
Repo
https://github.com/digitalbazaar/forge
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.3.2"
        }
    ]
}