CVE-2025-66030
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-11-26

Last updated on: 2025-12-06

Assigner: GitHub, Inc.

Description
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. An Integer Overflow vulnerability in node-forge versions 1.3.1 and below enables remote, unauthenticated attackers to craft ASN.1 structures containing OIDs with oversized arcs. These arcs may be decoded as smaller, trusted OIDs due to 32-bit bitwise truncation, enabling the bypass of downstream OID-based security decisions. This issue has been patched in version 1.3.2.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-26
Last Modified
2025-12-06
Generated
2026-05-07
AI Q&A
2025-11-27
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
digitalbazaar forge to 1.3.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an Integer Overflow in the node-forge library (versions 1.3.1 and below) that allows remote, unauthenticated attackers to craft ASN.1 structures with Object Identifiers (OIDs) containing oversized arcs. Due to 32-bit bitwise truncation, these oversized arcs may be decoded as smaller, trusted OIDs, which can bypass security decisions that rely on OID validation. The issue has been fixed in version 1.3.2.


How can this vulnerability impact me? :

This vulnerability can allow attackers to bypass security mechanisms that depend on OID validation, potentially leading to unauthorized access or trust being granted incorrectly. Since the attacker can craft malicious ASN.1 structures that appear to have trusted OIDs, security decisions based on these OIDs may be circumvented, increasing the risk of exploitation.


What immediate steps should I take to mitigate this vulnerability?

Update node-forge to version 1.3.2 or later, where this Integer Overflow vulnerability has been patched.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart