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.
{
"nvd_published_at": "2026-03-17T06:16:18Z",
"severity": "HIGH",
"github_reviewed": true,
"cwe_ids": [
"CWE-325",
"CWE-347"
],
"github_reviewed_at": "2026-03-18T16:10:06Z"
}