← Back

Stanford Javascript Crypto Library

stanford_javascript_crypto_library

Vendor: Bitwiseshiftleft • 1 CVE

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Bitwiseshiftleft
1Stanford Javascript Crypto Library
Jun 17, 2026
Mar 17, 2026
7.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
All versions of the package sjcl are vulnerable to Improper Verification of Cryptographic Signature due to missing point-on-curve validation in sjcl.ecc.basicKey.publicKey(). An attacker can recover a victim's ECDH priva...Show more
All versions of the package sjcl are vulnerable to Improper Verification of Cryptographic Signature due to missing point-on-curve validation in sjcl.ecc.basicKey.publicKey(). An attacker can recover a victim's ECDH private key by sending crafted off-curve public keys and observing ECDH outputs. The dhJavaEc() function directly returns the raw x-coordinate of the scalar multiplication result (no hashing), providing a plaintext oracle without requiring any decryption feedback.Show less