blob: c15fda05fa38d1ec640d86c2d19190630c876666 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200510-20">
<title>Zope: File inclusion through RestructuredText</title>
<synopsis>
Zope is vulnerable to a file inclusion vulnerability when exposing
RestructuredText functionalities to untrusted users.
</synopsis>
<product type="ebuild">Zope</product>
<announced>2005-10-25</announced>
<revised>2006-05-22: 02</revised>
<bug>109087</bug>
<access>remote</access>
<affected>
<package name="net-zope/zope" auto="yes" arch="*">
<unaffected range="ge">2.7.8</unaffected>
<vulnerable range="lt">2.7.8</vulnerable>
<vulnerable range="eq">2.8.0</vulnerable>
<vulnerable range="eq">2.8.1</vulnerable>
</package>
</affected>
<background>
<p>
Zope is an application server that can be used to build content
management systems, intranets, portals or other custom applications.
</p>
</background>
<description>
<p>
Zope honors file inclusion directives in RestructuredText objects by
default.
</p>
</description>
<impact type="normal">
<p>
An attacker could exploit the vulnerability by sending malicious input
that would be interpreted in a RestructuredText Zope object,
potentially resulting in the execution of arbitrary Zope code with the
rights of the Zope server.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Zope users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose net-zope/zope</code>
</resolution>
<references>
<uri link="http://www.zope.org/Products/Zope/Hotfix_2005-10-09/security_alert">Zope Hotfix 2005-10-09 Alert</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3323">CVE-2005-3323</uri>
</references>
<metadata tag="requester" timestamp="2005-10-20T15:36:29Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-10-23T15:31:35Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-10-23T16:31:59Z">
koon
</metadata>
</glsa>
|