blob: 44cd9c9b3afef3d1ac7e722ee9ca9e5da26c1606 (
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="200601-05">
<title>mod_auth_pgsql: Multiple format string vulnerabilities</title>
<synopsis>
Format string vulnerabilities in mod_auth_pgsql may lead to the execution
of arbitrary code.
</synopsis>
<product type="ebuild">mod_auth_pgsql</product>
<announced>2006-01-10</announced>
<revised count="03">2007-12-30</revised>
<bug>118096</bug>
<access>remote</access>
<affected>
<package name="www-apache/mod_auth_pgsql" auto="yes" arch="*">
<unaffected range="ge">2.0.3</unaffected>
<unaffected range="lt">1.0.0</unaffected>
<vulnerable range="lt">2.0.3</vulnerable>
</package>
</affected>
<background>
<p>
mod_auth_pgsql is an Apache2 module that allows user authentication
against a PostgreSQL database.
</p>
</background>
<description>
<p>
The error logging functions of mod_auth_pgsql fail to validate certain
strings before passing them to syslog, resulting in format string
vulnerabilities.
</p>
</description>
<impact type="high">
<p>
An unauthenticated remote attacker could exploit these vulnerabilities
to execute arbitrary code with the rights of the user running the
Apache2 server by sending specially crafted login names.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All mod_auth_pgsql users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apache/mod_auth_pgsql-2.0.3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3656">CVE-2005-3656</uri>
<uri link="http://www.frsirt.com/english/advisories/2006/0070">FrSIRT ADV-2006-0070</uri>
</references>
<metadata tag="requester" timestamp="2006-01-08T17:42:51Z">
DerCorny
</metadata>
<metadata tag="bugReady" timestamp="2006-01-08T17:43:17Z">
DerCorny
</metadata>
<metadata tag="submitter" timestamp="2006-01-09T09:56:56Z">
DerCorny
</metadata>
</glsa>
|