CVE Catalog

CVE-2026-4600

HighCVSS 7.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

13th percentile - higher than 13% of all known CVEs

Summary

The jsrsasign library before version 11.1.1 is vulnerable to Improper Verification of Cryptographic Signature via DSA domain-parameter validation. An attacker can forge DSA signatures or X.509 certificates accepted by X509.verifySignature() by supplying malicious domain parameters (e.g., g=1, y=1, r=1).

Risk Assessment

The risk involves impersonation of trusted entities or certificates, potentially leading to integrity, authorization, and trust breaches in systems using the library for signature verification.

Recommendation

Immediately update the jsrsasign library to version 11.1.1 or later, which includes a fix for this vulnerability.

Other vulnerabilities in jsrsasign

See all
Original NVD description (English source)

Versions of the package jsrsasign before 11.1.1 are vulnerable to Improper Verification of Cryptographic Signature via the DSA domain-parameter validation in KJUR.crypto.DSA.setPublic (and the related DSA/X509 verification flow in src/dsa-2.0.js). An attacker can forge DSA signatures or X.509 certificates that X509.verifySignature() accepts by supplying malicious domain parameters such as g=1, y=1, and a fixed r=1, which make the verification equation true for any hash.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS