diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-02-27 05:27:47 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-02-27 05:27:47 +0800 |
commit | c0caa34fabdce35bf69911e56cbe5224be8feed4 (patch) | |
tree | fda696ccd37cabc8dffb11a0cbc16c3ab05beb17 | |
parent | 3c5fe43fc39eebaac3a49041eabd96de8ed6e36f (diff) | |
download | freebsd-ports-gnome-c0caa34fabdce35bf69911e56cbe5224be8feed4.tar.gz freebsd-ports-gnome-c0caa34fabdce35bf69911e56cbe5224be8feed4.tar.zst freebsd-ports-gnome-c0caa34fabdce35bf69911e56cbe5224be8feed4.zip |
- add entry for subversion CVE-2014-0032
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cbcb2c13dcf4..553ed5a2eb1d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1839f78c-9f2b-11e3-980f-20cf30e32f6d"> + <topic>subversion -- mod_dav_svn vulnerability</topic> + <affects> + <package> + <name>subversion</name> + <range><ge>1.8.0</ge><lt>1.8.8</lt></range> + <range><ge>1.3.0</ge><lt>1.7.16</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Subversion Project reports:</p> + <blockquote cite="http://subversion.apache.org/security/"> + <p>Subversion's mod_dav_svn Apache HTTPD server module will crash when it + receives an OPTIONS request against the server root and Subversion is + configured to handle the server root and SVNListParentPath is on. + This can lead to a DoS. There are no known instances of this + problem being exploited in the wild, but the details of how to exploit + it have been disclosed on the Subversion development mailing list.</p> + </blockquote> + </body> + </description> + <references> + <url>CVE-2014-0032</url> + <url>https://subversion.apache.org/security/CVE-2014-0032-advisory.txt</url> + </references> + <dates> + <discovery>2014-01-10</discovery> + <entry>2014-02-26</entry> + </dates> + </vuln> + <vuln vid="70b72a52-9e54-11e3-babe-60a44c524f57"> <topic>otrs -- XSS Issue</topic> <affects> |