| - module: github.com/square/go-jose |
| - package: github.com/square/go-jose/cipher |
| - package: github.com/square/go-jose |
| - JsonWebEncryption.Decrypt |
| - rawJsonWebKey.ecPublicKey |
| - ecDecrypterSigner.decryptKey |
| - JsonWebKey.UnmarshalJSON |
| summary: 'TODO(https://go.dev/issue/56443): fill in summary field' |
| When using ECDH-ES an attacker can mount an invalid curve attack during |
| decryption as the supplied public key is not checked to be on the same |
| curve as the receivers private key. |
| published: 2021-04-14T20:04:52Z |
| - Quan Nguyen from Google's Information Security Engineering Team |
| - fix: https://github.com/square/go-jose/commit/c7581939a3656bb65e89d64da0a52364a33d2507 |
| - web: https://www.openwall.com/lists/oss-security/2016/11/03/1 |