Generated remediation guidance and an executive summary. No account required.
Forge (also called `node-forge`) is a native implementation of Transport Layer Security in JavaScript. Prior to version 1.4.0, a Denial of Service (DoS) vulnerability exists in the node-forge library due to an infinite loop in the BigInteger.modInverse() function (inherited from the bundled jsbn library). When modInverse() is called with a zero value as input, the internal Extended Euclidean Algorithm enters an unreachable exit condition, causing the process to hang indefinitely and consume 100% CPU. Version 1.4.0 patches the issue.
Use CWE-835, Digitalbazaar vendor hub and Forge product page to widen CVE-2026-33891 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2020-7720, CVE-2025-66031 and CVE-2025-12816 for nearby disclosures in the same product family.