gnupg: 1.4.15

What's New
===========

  * Fixed possible infinite recursion in the compressed packet
    parser. [CVE-2013-4402]

  * Protect against rogue keyservers sending secret keys.

  * Use 2048 bit also as default for batch key generation.

  * Minor bug fixes.

Impact of the security problem
==============================

Special crafted input data may be used to cause a denial of service
against GPG (GnuPG's OpenPGP part) and some other OpenPGP
implementations.  All systems using GPG to process incoming data are
affected.

Taylor R. Campbell invented a neat trick to generate OpenPGP packages
to force GPG to recursively parse certain parts of OpenPGP messages ad
infinitum.  As a workaround a tight "ulimit -v" setting may be used to
mitigate the problem.  Sample input data to trigger this problem has
not yet been seen in the wild.  Details of the attack will eventually
be published by its inventor.

A fixed release of the GnuPG 2.0 series has also been released.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Matt Sicker 2013-10-05 13:12:53 -05:00 committed by Jack Nagel
parent 253a801a63
commit ed8a3a076d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Gnupg < Formula
homepage 'http://www.gnupg.org/'
url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.14.tar.bz2'
sha1 '6202181ba2871fb3448c751a573b4ae0c4770806'
url 'ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.15.tar.bz2'
sha1 '63ebf0ab375150903c65738070e4105200197fd4'
option '8192', 'Build with support for private keys of up to 8192 bits'