summaryrefslogtreecommitdiff
blob: 1e6eb3e130cc40978510dfcd516b4ba4bd26f4ba (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="200412-26">
  <title>ViewCVS: Information leak and XSS vulnerabilities</title>
  <synopsis>
    ViewCVS is vulnerable to an information leak and to cross-site scripting
    (XSS) issues.
  </synopsis>
  <product type="ebuild">ViewCVS</product>
  <announced>2004-12-28</announced>
  <revised count="01">2004-12-28</revised>
  <bug>72461</bug>
  <bug>73772</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/viewcvs" auto="yes" arch="*">
      <unaffected range="ge">0.9.2_p20041207-r1</unaffected>
      <vulnerable range="le">0.9.2_p20041207</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    ViewCVS is a browser interface for viewing CVS and Subversion
    version control repositories through a web browser.
    </p>
  </background>
  <description>
    <p>
    The tar export functions in ViewCVS bypass the 'hide_cvsroot' and
    'forbidden' settings and therefore expose information that should be
    kept secret (CAN-2004-0915). Furthermore, some error messages in
    ViewCVS do not filter user-provided information, making it vulnerable
    to a cross-site scripting attack (CAN-2004-1062).
    </p>
  </description>
  <impact type="low">
    <p>
    By using the tar export functions, a remote attacker could access
    information that is configured as restricted. Through the use of a
    malicious request, an attacker could also inject and execute malicious
    script code, potentially compromising another user's browser.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All ViewCVS users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/viewcvs-0.9.2_p20041207-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0915">CAN-2004-0915</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1062">CAN-2004-1062</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-12-21T15:31:38Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2004-12-28T14:23:36Z">
    koon
  </metadata>
</glsa>