summaryrefslogtreecommitdiff
blob: 341aca50c98df1a5c06be700fcf49f9cf711dd99 (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
69
70
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200409-35">
  <title>Subversion: Metadata information leak</title>
  <synopsis>
    An information leak in mod_authz_svn could allow sensitive metadata of
    protected areas to be leaked to unauthorized users.
  </synopsis>
  <product type="ebuild">Subversion</product>
  <announced>2004-09-29</announced>
  <revised count="01">2004-09-29</revised>
  <bug>65085</bug>
  <access>remote</access>
  <affected>
    <package name="dev-util/subversion" auto="yes" arch="*">
      <unaffected range="ge">1.0.8</unaffected>
      <vulnerable range="lt">1.0.8</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Subversion is a versioning system designed to be a replacement for CVS.
    mod_authz_svn is an Apache module to do path-based authentication for
    Subversion repositories.
    </p>
  </background>
  <description>
    <p>
    There is a bug in mod_authz_svn that causes it to reveal logged metadata
    regarding commits to protected areas.
    </p>
  </description>
  <impact type="low">
    <p>
    Protected files themselves will not be revealed, but an attacker could use
    the metadata to reveal the existence of protected areas, such as paths,
    file versions, and the commit logs from those areas.
    </p>
  </impact>
  <workaround>
    <p>
    Rather than using mod_authz_svn, move protected areas into seperate
    repositories and use native Apache authentication to make these
    repositories unreadable.
    </p>
  </workaround>
  <resolution>
    <p>
    All Subversion users should upgrade to the latest version:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=dev-util/subversion-1.0.8"
    # emerge "&gt;=dev-util/subversion-1.0.8"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0749">CAN-2004-0749</uri>
    <uri link="http://subversion.tigris.org/security/CAN-2004-0749-advisory.txt">Subversion Advisory</uri>
  </references>
  <metadata tag="requester" timestamp="2004-09-27T08:34:50Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2004-09-27T23:33:38Z">
    dmargoli
  </metadata>
  <metadata tag="bugReady" timestamp="2004-09-29T19:12:44Z">
    koon
  </metadata>
</glsa>