blob: 6e1491a563b852978677326900df7867fa7c1df8 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200504-10">
<title>Gld: Remote execution of arbitrary code</title>
<synopsis>
Gld contains several serious vulnerabilities, potentially resulting in the
execution of arbitrary code as the root user.
</synopsis>
<product type="ebuild">Gld</product>
<announced>2005-04-13</announced>
<revised count="02">2006-05-22</revised>
<bug>88904</bug>
<access>remote</access>
<affected>
<package name="mail-filter/gld" auto="yes" arch="*">
<unaffected range="ge">1.5</unaffected>
<vulnerable range="le">1.4</vulnerable>
</package>
</affected>
<background>
<p>
Gld is a standalone greylisting server for Postfix.
</p>
</background>
<description>
<p>
dong-hun discovered several buffer overflows in server.c, as well as
several format string vulnerabilities in cnf.c.
</p>
</description>
<impact type="high">
<p>
An attacker could exploit this vulnerability to execute arbitrary code
with the permissions of the user running Gld, the default user being
root.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Gld users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=mail-filter/gld-1.5"</code>
</resolution>
<references>
<uri link="http://securitytracker.com/alerts/2005/Apr/1013678.html">SecurityTracker ID 1013678</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1099">CVE-2005-1099</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1100">CVE-2005-1100</uri>
</references>
<metadata tag="submitter" timestamp="2005-04-13T10:26:52Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2005-04-13T12:04:44Z">
jaervosz
</metadata>
</glsa>
|