mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 07:40:25 +02:00
18 lines
898 B
Markdown
18 lines
898 B
Markdown
### [CVE-2016-9121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9121)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
go-jose before 1.0.4 suffers from an invalid curve attack for the ECDH-ES algorithm. When deriving a shared key using ECDH-ES for an encrypted message, go-jose neglected to check that the received public key on a message is on the same curve as the static private key of the receiver, thus making it vulnerable to an invalid curve attack.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://hackerone.com/reports/164590
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|