summaryrefslogtreecommitdiff
blob: 8f0c6a0299e72066b4b0ac3a317609d464511159 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201904-08">
  <title>Subversion: Denial of service</title>
  <synopsis>A vulnerability in Subversion could lead to a Denial of Service
    condition.
  </synopsis>
  <product type="ebuild">subversion</product>
  <announced>2019-04-02</announced>
  <revised count="1">2019-04-02</revised>
  <bug>676094</bug>
  <access>remote</access>
  <affected>
    <package name="dev-vcs/subversion" auto="yes" arch="*">
      <unaffected range="ge">1.10.4</unaffected>
      <vulnerable range="lt">1.10.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>Subversion is a version control system intended to eventually replace
      CVS. Like CVS, it has an optional client-server architecture (where the
      server can be an Apache server running mod_svn, or an ssh program as in
      CVS’s :ext: method). In addition to supporting the features found in
      CVS, Subversion also provides support for moving and copying files and
      directories.
    </p>
  </background>
  <description>
    <p>A vulnerability was discovered in Subversion’s mod_dav_svn, that could
      lead to a Denial of Service Condition.
    </p>
  </description>
  <impact type="normal">
    <p>An attacker could cause a possible enial of Service condition.</p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Subversion users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-vcs/subversion-1.10.4"
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-11803">CVE-2018-11803</uri>
  </references>
  <metadata tag="requester" timestamp="2019-03-22T00:07:51Z">BlueKnight</metadata>
  <metadata tag="submitter" timestamp="2019-04-02T04:35:47Z">b-man</metadata>
</glsa>