summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-04-02 00:36:18 -0400
committerAaron Bauman <bman@gentoo.org>2019-04-02 00:36:18 -0400
commit30de0bf9ee6986a07eef489491b435e55fc9cafe (patch)
tree1ae980244edc5d64671e52ea97dc8528fca13624 /glsa-201904-08.xml
parent[ GLSA 201904-07 ] Mozilla Thunderbird and Firefox: Multiple vulnerabilities (diff)
downloadglsa-30de0bf9ee6986a07eef489491b435e55fc9cafe.tar.gz
glsa-30de0bf9ee6986a07eef489491b435e55fc9cafe.tar.bz2
glsa-30de0bf9ee6986a07eef489491b435e55fc9cafe.zip
[ GLSA 201904-08 ] Subversion: Denial of Service
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-201904-08.xml')
-rw-r--r--glsa-201904-08.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/glsa-201904-08.xml b/glsa-201904-08.xml
new file mode 100644
index 00000000..9a634deb
--- /dev/null
+++ b/glsa-201904-08.xml
@@ -0,0 +1,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>