blob: c307b9102d34ff314a0ee23c60e694a59190b502 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200606-01">
<title>Opera: Buffer overflow</title>
<synopsis>
Opera contains an integer signedness error resulting in a buffer overflow
which may allow a remote attacker to execute arbitrary code.
</synopsis>
<product type="ebuild">opera</product>
<announced>2006-06-07</announced>
<revised>2006-06-07: 01</revised>
<bug>129800</bug>
<access>remote</access>
<affected>
<package name="www-client/opera" auto="yes" arch="*">
<unaffected range="ge">8.54</unaffected>
<vulnerable range="lt">8.54</vulnerable>
</package>
</affected>
<background>
<p>
Opera is a multi-platform web browser.
</p>
</background>
<description>
<p>
SEC Consult has discovered a buffer overflow in the code
processing style sheet attributes. It is caused by an integer
signedness error in a length check followed by a call to a string
function. It seems to be hard to exploit this buffer overflow to
execute arbitrary code because of the very large amount memory that has
to be copied.
</p>
</description>
<impact type="normal">
<p>
A remote attacker can entice a user to visit a web page containing
a specially crafted style sheet attribute that will crash the user's
browser and maybe lead to the execution of arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Opera users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/opera-8.54"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1834">CVE-2006-1834</uri>
</references>
<metadata tag="submitter" timestamp="2006-05-30T13:12:35Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2006-05-31T19:39:23Z">
DerCorny
</metadata>
</glsa>
|