CVE-2026-4601: Versions of the package jsrsasign before 11.1.1 are vulnerable to Missing Cryptographic Step via the KJUR.c...
Versions of the package jsrsasign before 11.1.1 are vulnerable to Missing Cryptographic Step via the KJUR.crypto.DSA.signWithMessageHash process in the DSA signing implementation. An attacker can recover the private key by forcing r or s to be zero, so the library emits an invalid signature without retrying, and then solves for x from the resulting signature.
Security readout for executives and security teams
Plain-English summary
jsrsasign before 11.1.1 can produce a broken DSA signature in a way that exposes the signing private key. If a system uses this library for DSA signing, compromise could let an attacker forge signatures and undermine trust decisions.
Executive priority
Treat as urgent where jsrsasign performs DSA signing for authentication, identity, documents, tokens, or software integrity. Key recovery changes the response from a routine library update to potential credential compromise assessment.
Technical view
The issue is a missing cryptographic retry step in KJUR.crypto.DSA.signWithMessageHash. When r or s becomes zero, vulnerable versions emit an invalid signature instead of retrying. The source description says that condition can allow recovery of the DSA private key.
Likely exposure
Exposure is most likely in JavaScript or Node.js applications that use jsrsasign before 11.1.1 for DSA signing. Systems only using other algorithms or not invoking DSA signing may not be practically exposed, but dependency inventories should confirm actual use.
Exploitation context
The CVE is not listed as KEV in the provided bundle. Public references include Snyk, a GitHub pull request, a fixing commit, and a public gist, but the bundle does not prove active exploitation in the wild.
Researcher notes
Focus triage on reachability of KJUR.crypto.DSA.signWithMessageHash and whether attackers can influence signing inputs. CVSS 4.0 is 9.4 with high confidentiality and integrity impact, high attack complexity, and proof-of-concept maturity in the provided metadata.
Mitigation direction
Upgrade jsrsasign to version 11.1.1 or later.
Regenerate affected DSA signing keys if vulnerable signing may have occurred.
Review Red Hat advisories for packaged or downstream exposure.
Check vendor guidance before applying compensating controls.
Prioritize systems where signatures grant authentication or integrity trust.
Validation and detection
Search SBOMs and lockfiles for jsrsasign below 11.1.1.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-325: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
3CVSS vectors
5Timeline events
2ADP providers
15Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
3 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-325 · source CWE mapping
Missing Cryptographic Step
Missing Cryptographic Step represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.