blob: 3d0d6d92cc47578f830e9a6d7be72b9c85678712 (
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="200508-20">
<title>phpGroupWare: Multiple vulnerabilities</title>
<synopsis>
phpGroupWare is vulnerable to multiple issues ranging from information
disclosure to a potential execution of arbitrary code.
</synopsis>
<product type="ebuild">phpgroupware</product>
<announced>2005-08-30</announced>
<revised>2005-08-30: 01</revised>
<bug>102379</bug>
<access>remote</access>
<affected>
<package name="www-apps/phpgroupware" auto="yes" arch="*">
<unaffected range="ge">0.9.16.008</unaffected>
<vulnerable range="lt">0.9.16.008</vulnerable>
</package>
</affected>
<background>
<p>
phpGroupWare is a multi-user groupware suite written in PHP.
</p>
</background>
<description>
<p>
phpGroupWare improperly validates the "mid" parameter retrieved
via a forum post. The current version of phpGroupWare also adds several
safeguards to prevent XSS issues, and disables the use of a potentially
vulnerable XML-RPC library.
</p>
</description>
<impact type="high">
<p>
A remote attacker may leverage the XML-RPC vulnerability to
execute arbitrary PHP script code. He could also create a specially
crafted request that will reveal private posts.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All phpGroupWare users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/phpgroupware-0.9.16.008"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2005-2498">CAN-2005-2498</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2005-2600">CAN-2005-2600</uri>
<uri link="https://secunia.com/advisories/16414">Secunia Advisory SA16414</uri>
</references>
<metadata tag="requester" timestamp="2005-08-28T18:52:38Z">
DerCorny
</metadata>
<metadata tag="bugReady" timestamp="2005-08-29T09:01:02Z">
adir
</metadata>
<metadata tag="submitter" timestamp="2005-08-29T10:35:27Z">
adir
</metadata>
</glsa>
|