Gentoo Archives: gentoo-commits

From: "Raphael Marichez (falco)" <falco@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200803-21.xml
Date: Wed, 12 Mar 2008 19:00:13
Message-Id: E1JZWBP-0002Bt-3R@stork.gentoo.org
1 falco 08/03/12 19:00:11
2
3 Added: glsa-200803-21.xml
4 Log:
5 GLSA 200803-21
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-200803-21.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200803-21.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200803-21.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-200803-21.xml
14 ===================================================================
15 <?xml version="1.0" encoding="utf-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19
20 <glsa id="200803-21">
21 <title>Sarg: Remote execution of arbitrary code</title>
22 <synopsis>
23 Sarg is vulnerable to the execution of arbitrary code when processed with
24 untrusted input files.
25 </synopsis>
26 <product type="ebuild">sarg</product>
27 <announced>March 12, 2008</announced>
28 <revised>March 12, 2008: 01</revised>
29 <bug>212208</bug>
30 <bug>212731</bug>
31 <access>remote</access>
32 <affected>
33 <package name="net-analyzer/sarg" auto="yes" arch="*">
34 <unaffected range="ge">2.2.5</unaffected>
35 <vulnerable range="lt">2.2.5</vulnerable>
36 </package>
37 </affected>
38 <background>
39 <p>
40 Sarg (Squid Analysis Report Generator) is a tool that provides many
41 informations about the Squid web proxy server users activities: time,
42 sites, traffic, etc.
43 </p>
44 </background>
45 <description>
46 <p>
47 Sarg doesn't properly check its input for abnormal content when
48 processing Squid log files.
49 </p>
50 </description>
51 <impact type="normal">
52 <p>
53 A remote attacker using a vulnerable Squid as a proxy server or a
54 reverse-proxy server can inject arbitrary content into the "User-Agent"
55 HTTP client header, that will be processed by sarg, which will lead to
56 the execution of arbitrary code, or JavaScript injection, allowing
57 Cross-Site Scripting attacks and the theft of credentials.
58 </p>
59 </impact>
60 <workaround>
61 <p>
62 There is no known workaround at this time.
63 </p>
64 </workaround>
65 <resolution>
66 <p>
67 All sarg users should upgrade to the latest version:
68 </p>
69 <code>
70 # emerge --sync
71 # emerge --ask --oneshot --verbose &quot;&gt;=net-analyzer/sarg-2.2.5&quot;</code>
72 </resolution>
73 <references>
74 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1167">CVE-2008-1167</uri>
75 <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1168">CVE-2008-1168</uri>
76 </references>
77 <metadata tag="requester" timestamp="Sat, 08 Mar 2008 16:52:09 +0000">
78 rbu
79 </metadata>
80 <metadata tag="submitter" timestamp="Sun, 09 Mar 2008 18:03:52 +0000">
81 falco
82 </metadata>
83 <metadata tag="bugReady" timestamp="Sun, 09 Mar 2008 21:03:08 +0000">
84 p-y
85 </metadata>
86 </glsa>
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list