blob: a9ea6bb2c62cf52524c29c07a227dd07cccc0b4c (
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
67
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200510-19">
<title>cURL: NTLM username stack overflow</title>
<synopsis>
cURL is vulnerable to a buffer overflow which could lead to the execution
of arbitrary code.
</synopsis>
<product type="ebuild">cURL</product>
<announced>2005-10-22</announced>
<revised count="01">2005-10-22</revised>
<bug>109097</bug>
<access>remote</access>
<affected>
<package name="net-misc/curl" auto="yes" arch="*">
<unaffected range="ge">7.15.0</unaffected>
<vulnerable range="lt">7.15.0</vulnerable>
</package>
</affected>
<background>
<p>
cURL is a command line tool and library for transferring files via
many different protocols. It supports NTLM authentication to retrieve
files from Windows-based systems.
</p>
</background>
<description>
<p>
iDEFENSE reported that insufficient bounds checking on a memcpy()
of the supplied NTLM username can result in a stack overflow.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could setup a malicious server and entice an
user to connect to it using a cURL client, potentially leading to the
execution of arbitrary code with the permissions of the user running
cURL.
</p>
</impact>
<workaround>
<p>
Disable NTLM authentication by not using the --anyauth or --ntlm
options when using cURL (the command line version). Workarounds for
programs that use the cURL library depend on the configuration options
presented by those programs.
</p>
</workaround>
<resolution>
<p>
All cURL users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/curl-7.15.0"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3185">CVE-2005-3185</uri>
<uri link="http://www.idefense.com/application/poi/display?id=322&type=vulnerabilities">iDefense Security Advisory 10.13.05</uri>
</references>
<metadata tag="submitter" timestamp="2005-10-21T09:04:01Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-10-21T09:04:50Z">
koon
</metadata>
</glsa>
|