libgcrypt is a general purpose cryptographic library derived out of GnuPG.
Multiple vulnerabilities have been discovered in libgcrypt. Please review the CVE identifiers referenced below for details.
Side-channel attacks can leak private key information. A separate critical bug allows an attacker who obtains 4640 bits from the RNG to trivially predict the next 160 bits of output.
There is no known workaround at this time.
All libgcrypt users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/libgcrypt-1.7.3"