blob: c579c79e8eb1a6771e871b272f19da3bd036dc54 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-35">
<title>phpWebSite: HTTP response splitting vulnerability</title>
<synopsis>
phpWebSite is vulnerable to possible HTTP response splitting attacks.
</synopsis>
<product type="ebuild">phpwebsite</product>
<announced>2004-11-26</announced>
<revised count="03">2006-05-22</revised>
<bug>71502</bug>
<access>remote</access>
<affected>
<package name="www-apps/phpwebsite" auto="yes" arch="*">
<unaffected range="ge">0.9.3_p4-r2</unaffected>
<vulnerable range="lt">0.9.3_p4-r2</vulnerable>
</package>
</affected>
<background>
<p>
phpWebSite is a web site content management system.
</p>
</background>
<description>
<p>
Due to lack of proper input validation, phpWebSite has been found to be
vulnerable to HTTP response splitting attacks.
</p>
</description>
<impact type="low">
<p>
A malicious user could inject arbitrary response data, leading to
content spoofing, web cache poisoning and other cross-site scripting or
HTTP response splitting attacks. This could result in compromising the
victim's data or browser.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All phpWebSite users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/phpwebsite-0.9.3_p4-r2"</code>
</resolution>
<references>
<uri link="http://www.securityfocus.com/archive/1/380894">BugTraq Posting</uri>
<uri link="http://phpwebsite.appstate.edu/index.php?module=announce&ANN_user_op=view&ANN_id=863">phpWebSite Announcement</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1516">CVE-2004-1516</uri>
</references>
<metadata tag="requester" timestamp="2004-11-24T19:21:49Z">
lewk
</metadata>
<metadata tag="bugReady" timestamp="2004-11-25T09:49:35Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-11-26T09:12:53Z">
vorlon078
</metadata>
</glsa>
|