diff options
Diffstat (limited to 'metadata/glsa/glsa-200507-26.xml')
-rw-r--r-- | metadata/glsa/glsa-200507-26.xml | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200507-26.xml b/metadata/glsa/glsa-200507-26.xml new file mode 100644 index 000000000000..3b5149f5265b --- /dev/null +++ b/metadata/glsa/glsa-200507-26.xml @@ -0,0 +1,112 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200507-26"> + <title>GNU Gadu, CenterICQ, Kadu, EKG, libgadu: Remote code execution in Gadu library</title> + <synopsis> + GNU Gadu, CenterICQ, Kadu, EKG and libgadu are vulnerable to an integer + overflow which could potentially lead to the execution of arbitrary code or + a Denial of Service. + </synopsis> + <product type="ebuild">gnugadu centericq kadu ekg libgadu</product> + <announced>2005-07-27</announced> + <revised count="02">2007-02-26</revised> + <bug>99816</bug> + <bug>99890</bug> + <bug>99583</bug> + <access>remote</access> + <affected> + <package name="net-im/gnugadu" auto="yes" arch="*"> + <unaffected range="ge">2.2.6-r1</unaffected> + <vulnerable range="lt">2.2.6-r1</vulnerable> + </package> + <package name="net-im/centericq" auto="yes" arch="*"> + <unaffected range="ge">4.20.0-r3</unaffected> + <vulnerable range="lt">4.20.0-r3</vulnerable> + </package> + <package name="net-im/kadu" auto="yes" arch="*"> + <unaffected range="ge">0.4.1</unaffected> + <vulnerable range="lt">0.4.1</vulnerable> + </package> + <package name="net-im/ekg" auto="yes" arch="*"> + <unaffected range="ge">1.6_rc3</unaffected> + <vulnerable range="lt">1.6_rc3</vulnerable> + </package> + <package name="net-libs/libgadu" auto="yes" arch="*"> + <unaffected range="ge">1.7.0_pre20050719</unaffected> + <vulnerable range="lt">1.7.0_pre20050719</vulnerable> + </package> + </affected> + <background> + <p> + GNU Gadu, CenterICQ, Kadu and EKG are instant messaging applications + created to support Gadu Gadu instant messaging protocol. libgadu is a + library that implements the client side of the Gadu-Gadu protocol. + </p> + </background> + <description> + <p> + GNU Gadu, CenterICQ, Kadu, EKG and libgadu are vulnerable to an integer + overflow. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit the integer overflow to execute + arbitrary code or cause a Denial of Service. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All GNU Gadu users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-im/gnugadu-2.2.6-r1"</code> + <p> + All Kadu users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-im/kadu-0.4.1"</code> + <p> + All EKG users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-im/ekg-1.6_rc3"</code> + <p> + All libgadu users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/libgadu-20050719"</code> + <p> + All CenterICQ users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-im/centericq-4.20.0-r3"</code> + <p> + CenterICQ is no longer distributed with Gadu Gadu support, affected + users are encouraged to migrate to an alternative package. + </p> + </resolution> + <references> + <uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1852">CAN-2005-1852</uri> + <uri link="http://www.securityfocus.com/archive/1/406026/30/">BugTraq Announcement</uri> + </references> + <metadata tag="requester" timestamp="2005-07-23T12:05:13Z"> + jaervosz + </metadata> + <metadata tag="submitter" timestamp="2005-07-23T12:53:13Z"> + adir + </metadata> + <metadata tag="bugReady" timestamp="2005-07-26T19:58:40Z"> + DerCorny + </metadata> +</glsa> |