blob: 5cf103c4ab89a559fd51310fbcc6445492c6fda5 (
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="200405-15">
<title>cadaver heap-based buffer overflow</title>
<synopsis>
There is a heap-based buffer overflow vulnerability in the neon library
used in cadaver, possibly leading to execution of arbitrary code when
connected to a malicious server.
</synopsis>
<product type="ebuild">cadaver</product>
<announced>2004-05-20</announced>
<revised count="01">2004-05-20</revised>
<bug>51461</bug>
<access>remote </access>
<affected>
<package name="net-misc/cadaver" auto="yes" arch="*">
<unaffected range="ge">0.22.2</unaffected>
<vulnerable range="le">0.22.1</vulnerable>
</package>
</affected>
<background>
<p>
cadaver is a command-line WebDAV client.
</p>
</background>
<description>
<p>
Stefan Esser discovered a vulnerability in the code of the neon library
(see GLSA 200405-13). This library is also included in cadaver.
</p>
</description>
<impact type="normal">
<p>
When connected to a malicious WebDAV server, this vulnerability could allow
remote execution of arbitrary code with the rights of the user running
cadaver.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are advised to upgrade
to the latest available version of cadaver.
</p>
</workaround>
<resolution>
<p>
All users of cadaver should upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-misc/cadaver-0.22.2"
# emerge ">=net-misc/cadaver-0.22.2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0398">CAN-2004-0398</uri>
<uri link="https://www.gentoo.org/security/en/glsa/glsa-200405-13.xml">GLSA 200405-13</uri>
</references>
<metadata tag="submitter">
koon
</metadata>
</glsa>
|