CVE-2026-4598

Versions of the package jsrsasign before 11.1.1 are vulnerable to Infinite loop via the bnModInverse function in ext/jsbn2.js when the BigInteger.modInverse implementation receives zero or negative inputs, allowing an attacker to hang the process permanently by supplying such crafted values (e.g., modInverse(0, m) or modInverse(-1, m)).
Configurations

Configuration 1 (hide)

cpe:2.3:a:jsrsasign_project:jsrsasign:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-03-23 06:16

Updated : 2026-03-23 16:18


NVD link : CVE-2026-4598

Mitre link : CVE-2026-4598

CVE.ORG link : CVE-2026-4598


JSON object : View

Products Affected

jsrsasign_project

  • jsrsasign
CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')