blob: dcf72c7582cc9b29b7504cc4828d3cb58302c2d8 (
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
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200603-19">
<title>cURL/libcurl: Buffer overflow in the handling of TFTP URLs</title>
<synopsis>
libcurl is affected by a buffer overflow in the handling of URLs for the
TFTP protocol, which could be exploited to compromise a user's system.
</synopsis>
<product type="ebuild">curl</product>
<announced>2006-03-21</announced>
<revised count="01">2006-03-21</revised>
<bug>125766</bug>
<access>remote</access>
<affected>
<package name="net-misc/curl" auto="yes" arch="*">
<unaffected range="rge">7.15.1-r1</unaffected>
<unaffected range="ge">7.15.3</unaffected>
<unaffected range="le">7.14.1</unaffected>
<vulnerable range="lt">7.15.3</vulnerable>
</package>
</affected>
<background>
<p>
cURL is a command line tool for transferring files with URL
syntax, supporting numerous protocols. libcurl is the corresponding
client-side library.
</p>
</background>
<description>
<p>
Ulf Harnhammar reported a possible buffer overflow in the handling
of TFTP URLs in libcurl due to the lack of boundary checks.
</p>
</description>
<impact type="normal">
<p>
An attacker could exploit this vulnerability to compromise a
user's system by enticing the user to request a malicious URL with
cURL/libcurl or to use a HTTP server redirecting to a malicious TFTP
URL.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</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.1-r1"</code>
</resolution>
<references>
<uri link="https://curl.haxx.se/docs/adv_20060320.html">Project cURL Security Advisory, March 20th 2006</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1061">CVE-2006-1061</uri>
</references>
<metadata tag="requester" timestamp="2006-03-20T17:27:58Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2006-03-20T17:28:46Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2006-03-20T22:09:32Z">
vorlon078
</metadata>
</glsa>
|