Explore top 10 tips to secure your open-source projects now. Read More
×
When symmetric encryption is used, data can be injected through the
passphrase property of the gnupg.GPG.encrypt() and gnupg.GPG.decrypt()
methods. The supplied passphrase is not validated for newlines, and the
library passes --passphrase-fd=0 to the gpg executable, which expects the
passphrase on the first line of stdin, and the ciphertext to be decrypted
or plaintext to be encrypted on subsequent lines. By supplying a passphrase
containing a newline an attacker can control/modify the ciphertext/plaintext
being decrypted/encrypted (CVE-2019-6690).
- https://bugs.mageia.org/show_bug.cgi?id=24341
- - https://www.cve.org/CVERecord?id=CVE-2019-6690
- 6/core/python-gnupg-0.4.4-1.mga6
Get the latest Linux and open source security news straight to your inbox.