blob: 66b5aadc0c914da59d5bdc87d973b76827b37d4e (
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
70
71
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200511-20">
<title>Horde Application Framework: XSS vulnerability</title>
<synopsis>
The Horde Application Framework is vulnerable to a cross-site scripting
vulnerability which could lead to the compromise of the victim's browser
content.
</synopsis>
<product type="ebuild">horde</product>
<announced>2005-11-22</announced>
<revised count="01">2005-11-22</revised>
<bug>112491</bug>
<access>remote</access>
<affected>
<package name="www-apps/horde" auto="yes" arch="*">
<unaffected range="ge">2.2.9</unaffected>
<vulnerable range="lt">2.2.9</vulnerable>
</package>
</affected>
<background>
<p>
The Horde Application Framework is a general-purpose web
application framework written in PHP, providing classes for handling
preferences, compression, browser detection, connection tracking, MIME,
and more.
</p>
</background>
<description>
<p>
The Horde Team reported a potential XSS vulnerability. Horde fails
to properly escape error messages which may lead to displaying
unsanitized error messages via Notification_Listener::getMessage()
</p>
</description>
<impact type="low">
<p>
By enticing a user to read a specially-crafted e-mail or using a
manipulated URL, an attacker can execute arbitrary scripts running in
the context of the victim's browser. This could lead to a compromise of
the user's browser content.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Horde Application Framework users should upgrade to the latest
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/horde-2.2.9"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3570">CVE-2005-3570</uri>
<uri link="https://lists.horde.org/archives/announce/2005/000231.html">Horde Announcement</uri>
</references>
<metadata tag="requester" timestamp="2005-11-20T18:32:42Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2005-11-20T19:23:12Z">
adir
</metadata>
<metadata tag="bugReady" timestamp="2005-11-21T09:22:48Z">
koon
</metadata>
</glsa>
|