Overview
A vulnerability in GnuPG could allow a remote attacker to execute arbitrary code on an affected system.
Description
GNU Privacy Guard (GnuPG) is the GNU project's implementation of the OpenPGP standard as defined by RFC2440. OpenPGP messages are processed by GnuPG using data structures called filters that are used in a way similar to pipelines in the shell. Context structures that are usually allocated on the stack and passed to the filter functions are used for communications between these filters. Before the context structure gets deallocated, the OpenPGP data stream that is fed into the filters is closed. In some cases, while decrypting encrypted packets, this may not happen and the filter may use a void context structure filled with garbage that is under the attacker's control. Another context is included in the filter context for use by the low-level decryption. The decryption algorithm is accessed by this context via a function pointer. |
Impact
A remote, unauthenticated attacker with the ability to supply specially crafted OpenPGP packets to a vulnerable version of GnuPG may be able to execute arbitrary code on an affected system. The attacker-supplied code would be executed with the privileges of the user or application invoking gpg. |
Solution
Apply a patch or upgrade |
|
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
Base | ||
Temporal | ||
Environmental |
References
- http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000245.html
- http://secunia.com/advisories/23245/
- http://lists.gnupg.org/pipermail/gnupg-announce/2006q4/000491.html
- http://secunia.com/advisories/23329/
- http://secunia.com/advisories/23269/
- http://secunia.com/advisories/23284/
- http://secunia.com/advisories/23250/
- http://secunia.com/advisories/23299/
- http://secunia.com/advisories/23303/
- http://secunia.com/advisories/23290/
- http://secunia.com/advisories/23259/
- http://secunia.com/advisories/24047/
Acknowledgements
This issue was publicly reported by Werner Koch of the GnuPG project who, in turn, credits Tavis Ormandy of the Gentoo Security Team with its discovery.
This document was written by Chad R Dougherty and Chris Taschner.
Other Information
CVE IDs: | CVE-2006-6235 |
Severity Metric: | 9.11 |
Date Public: | 2006-12-06 |
Date First Published: | 2006-12-18 |
Date Last Updated: | 2007-02-06 20:46 UTC |
Document Revision: | 44 |