mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
### [CVE-2018-6829](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6829)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for Libgcrypt's ElGamal implementation.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/weikengchen/attack-on-libgcrypt-elgamal/wiki
|
|
- https://lists.gnupg.org/pipermail/gcrypt-devel/2018-February/004394.html
|
|
- https://www.oracle.com/security-alerts/cpujan2020.html
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/Dalifo/wik-dvs-tp02
|
|
- https://github.com/GrigGM/05-virt-04-docker-hw
|
|
- https://github.com/PajakAlexandre/wik-dps-tp02
|
|
- https://github.com/cdupuis/image-api
|
|
- https://github.com/flyrev/security-scan-ci-presentation
|
|
- https://github.com/fokypoky/places-list
|
|
- https://github.com/garethr/snykout
|
|
- https://github.com/mauraneh/WIK-DPS-TP02
|
|
- https://github.com/testing-felickz/docker-scout-demo
|
|
|