blob: d20ac93b1fd44a57f1178a7fa58abc9beb66c5a3 (
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="200502-14">
<title>mod_python: Publisher Handler vulnerability</title>
<synopsis>
mod_python contains a vulnerability in the Publisher Handler potentially
leading to information disclosure.
</synopsis>
<product type="ebuild">mod_python</product>
<announced>2005-02-13</announced>
<revised count="03">2007-12-30</revised>
<bug>80109</bug>
<access>remote</access>
<affected>
<package name="www-apache/mod_python" auto="yes" arch="*">
<unaffected range="ge">3.1.3-r1</unaffected>
<unaffected range="rge">2.7.11</unaffected>
<vulnerable range="lt">3.1.3-r1</vulnerable>
</package>
</affected>
<background>
<p>
mod_python is an Apache module that embeds the Python interpreter
within the server allowing Python-based web-applications to be created.
</p>
</background>
<description>
<p>
Graham Dumpleton discovered a vulnerability in mod_python's Publisher
Handler.
</p>
</description>
<impact type="low">
<p>
By requesting a specially crafted URL for a published module page, an
attacker could obtain information about restricted variables.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All mod_python users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose www-apache/mod_python</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0088">CAN-2005-0088</uri>
</references>
<metadata tag="requester" timestamp="2005-02-11T20:01:25Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2005-02-11T20:10:55Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2005-02-11T20:41:24Z">
jaervosz
</metadata>
</glsa>
|