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:kjur:jsrsasign:*:*:*:*:*:node.js:*:*

History

30 Jun 2026, 03:20

Type Values Removed Values Added
CWE CWE-1287
References
  • () https://access.redhat.com/errata/RHSA-2026:19375 -
  • () https://access.redhat.com/errata/RHSA-2026:19409 -
  • () https://access.redhat.com/errata/RHSA-2026:19410 -
  • () https://access.redhat.com/errata/RHSA-2026:22840 -
  • () https://access.redhat.com/errata/RHSA-2026:23361 -
  • () https://access.redhat.com/errata/RHSA-2026:6568 -
  • () https://access.redhat.com/errata/RHSA-2026:6720 -
  • () https://access.redhat.com/security/cve/CVE-2026-4598 -
  • () https://bugzilla.redhat.com/show_bug.cgi?id=2450210 -
  • () https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-4598.json -

25 Jun 2026, 16:16

Type Values Removed Values Added
References
  • () https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15812263 -

22 Jun 2026, 03:18

Type Values Removed Values Added
CPE cpe:2.3:a:jsrsasign_project:jsrsasign:*:*:*:*:*:node.js:*:* cpe:2.3:a:kjur:jsrsasign:*:*:*:*:*:node.js:*:*
First Time Kjur
Kjur jsrsasign

17 Jun 2026, 10:56

Type Values Removed Values Added
Summary
  • (es) Versiones del paquete jsrsasign anteriores a la 11.1.1 son vulnerables a un bucle infinito a través de la función bnModInverse en ext/jsbn2.js cuando la implementación de BigInteger.modInverse recibe entradas cero o negativas, permitiendo a un atacante colgar el proceso permanentemente al suministrar dichos valores manipulados (p. ej., modInverse(0, m) o modInverse(-1, m)).

23 Mar 2026, 16:18

Type Values Removed Values Added
CPE cpe:2.3:a:jsrsasign_project:jsrsasign:*:*:*:*:*:node.js:*:*
References () https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264 - () https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264 - Exploit, Mitigation, Third Party Advisory
References () https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323 - () https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323 - Patch
References () https://github.com/kjur/jsrsasign/pull/648 - () https://github.com/kjur/jsrsasign/pull/648 - Issue Tracking
References () https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938 - () https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938 - Third Party Advisory
First Time Jsrsasign Project
Jsrsasign Project jsrsasign

23 Mar 2026, 06:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-23 06:16

Updated : 2026-07-20 12:19


NVD link : CVE-2026-4598

Mitre link : CVE-2026-4598

CVE.ORG link : CVE-2026-4598


JSON object : View

Products Affected

kjur

  • jsrsasign
CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')

CWE-1287

Improper Validation of Specified Type of Input