blob: 36c17e95ee38f9a7d0d4eea1f869c9d1725d0c30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200512-05">
<title>Xmail: Privilege escalation through sendmail</title>
<synopsis>
The sendmail program in Xmail is vulnerable to a buffer overflow,
potentially resulting in local privilege escalation.
</synopsis>
<product type="ebuild">xmail</product>
<announced>December 14, 2005</announced>
<revised>December 14, 2005: 01</revised>
<bug>109381</bug>
<access>local</access>
<affected>
<package name="mail-mta/xmail" auto="yes" arch="*">
<unaffected range="ge">1.22</unaffected>
<vulnerable range="lt">1.22</vulnerable>
</package>
</affected>
<background>
<p>
Xmail is an Internet and intranet mail server.
</p>
</background>
<description>
<p>
iDEFENSE reported that the AddressFromAtPtr function in the
sendmail program fails to check bounds on arguments passed from other
functions, and as a result an exploitable stack overflow condition
occurs when specifying the "-t" command line option.
</p>
</description>
<impact type="high">
<p>
A local attacker can make a malicious call to sendmail,
potentially resulting in code execution with elevated privileges.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Xmail users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=mail-mta/xmail-1.22"</code>
</resolution>
<references>
<uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2943">CVE-2005-2943</uri>
<uri link="http://www.idefense.com/application/poi/display?id=321&type=vulnerabilities&flashstatus=true">iDEFENSE Security Advisory</uri>
</references>
<metadata tag="requester" timestamp="Sun, 11 Dec 2005 18:01:24 +0000">
koon
</metadata>
<metadata tag="bugReady" timestamp="Mon, 12 Dec 2005 15:24:20 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Tue, 13 Dec 2005 08:46:36 +0000">
adir
</metadata>
</glsa>
|