diff options
author | feld <feld@FreeBSD.org> | 2016-01-29 23:33:37 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-01-29 23:33:37 +0800 |
commit | bc1bd9b4ab3e04f80a7eff779f5bd4d652dd7a97 (patch) | |
tree | e8e56a177a7c55d471fca94ffea1093a019eccf6 /security/vuxml | |
parent | 58e13d4a6a697d505866e0f56840778f2d92ef09 (diff) | |
download | freebsd-ports-gnome-bc1bd9b4ab3e04f80a7eff779f5bd4d652dd7a97.tar.gz freebsd-ports-gnome-bc1bd9b4ab3e04f80a7eff779f5bd4d652dd7a97.tar.zst freebsd-ports-gnome-bc1bd9b4ab3e04f80a7eff779f5bd4d652dd7a97.zip |
Document www/radicale vulnerabilities
Security: CVE-2015-8747
Security: CVE-2015-8748
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4cceaf87c4c2..77bbc9344fd1 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ff824eea-c69c-11e5-96d6-14dae9d210b8"> + <topic>radicale -- multiple vulnerabilities</topic> + <affects> + <package> + <name>radicale</name> + <range><lt>1.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Radicale reports:</p> + <blockquote cite="http://www.openwall.com/lists/oss-security/2016/01/06/4"> + <p>The multifilesystem backend allows access to arbitrary + files on all platforms.</p> + <p>Prevent regex injection in rights management.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2016/01/06/4</url> + <cvename>CVE-2015-8747</cvename> + <cvename>CVE-2015-8748</cvename> + </references> + <dates> + <discovery>2015-12-24</discovery> + <entry>2016-01-29</entry> + </dates> + </vuln> + <vuln vid="7a59e283-c60b-11e5-bf36-6805ca0b3d42"> <topic>phpmyadmin -- XSS vulnerability in SQL editor</topic> <affects> |