diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200502-29.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200502-29.xml')
-rw-r--r-- | glsa-200502-29.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/glsa-200502-29.xml b/glsa-200502-29.xml new file mode 100644 index 000000000000..79af3a187508 --- /dev/null +++ b/glsa-200502-29.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200502-29"> + <title>Cyrus IMAP Server: Multiple overflow vulnerabilities</title> + <synopsis> + The Cyrus IMAP Server is affected by several overflow vulnerabilities which + could potentially lead to the remote execution of arbitrary code. + </synopsis> + <product type="ebuild">cyrus-imapd</product> + <announced>February 23, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>82404</bug> + <access>remote</access> + <affected> + <package name="net-mail/cyrus-imapd" auto="yes" arch="*"> + <unaffected range="ge">2.2.12</unaffected> + <vulnerable range="lt">2.2.12</vulnerable> + </package> + </affected> + <background> + <p> + The Cyrus IMAP Server is an efficient, highly-scalable IMAP e-mail + server. + </p> + </background> + <description> + <p> + Possible single byte overflows have been found in the imapd annotate + extension and mailbox handling code. Furthermore stack buffer overflows + have been found in fetchnews, the backend and imapd. + </p> + </description> + <impact type="normal"> + <p> + An attacker, who could be an authenticated user or an admin of a + peering news server, could exploit these vulnerabilities to execute + arbitrary code with the rights of the user running the Cyrus IMAP + Server. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Cyrus IMAP Server users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-mail/cyrus-imapd-2.2.12"</code> + </resolution> + <references> + <uri link="http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=33723">Cyrus IMAP Announcement</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0546">CVE-2005-0546</uri> + </references> + <metadata tag="requester" timestamp="Fri, 18 Feb 2005 10:42:26 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Sat, 19 Feb 2005 20:45:06 +0000"> + vorlon078 + </metadata> + <metadata tag="bugReady" timestamp="Wed, 23 Feb 2005 12:49:07 +0000"> + vorlon078 + </metadata> +</glsa> |