diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-06-10 09:15:07 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-06-10 09:15:07 +0800 |
commit | ef456676e34367e5cecf567e01edd6b6275c31ae (patch) | |
tree | ad0a3f69f24da6c3ec355364bc43b6566335f3c4 /security | |
parent | 76c2924c332ac108c24f2528ab478f34c7ef9a69 (diff) | |
download | freebsd-ports-graphics-ef456676e34367e5cecf567e01edd6b6275c31ae.tar.gz freebsd-ports-graphics-ef456676e34367e5cecf567e01edd6b6275c31ae.tar.zst freebsd-ports-graphics-ef456676e34367e5cecf567e01edd6b6275c31ae.zip |
Document cross-site scripting CVE in Roundcube
PR: 209841
Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2016-5103
Security: https://vuxml.FreeBSD.org/freebsd/97e86d10-2ea7-11e6-ae88-002590263bf5.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 88f9effbb27..0836bedab79 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="97e86d10-2ea7-11e6-ae88-002590263bf5"> + <topic>roundcube -- XSS vulnerability</topic> + <affects> + <package> + <name>roundcube</name> + <range><lt>1.1.5_1,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Roundcube reports:</p> + <blockquote cite="https://github.com/roundcube/roundcubemail/wiki/Changelog"> + <p>Fix XSS issue in href attribute on area tag (#5240).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-5103</cvename> + <freebsdpr>ports/209841</freebsdpr> + <url>https://github.com/roundcube/roundcubemail/issues/5240</url> + <url>http://seclists.org/oss-sec/2016/q2/414</url> + </references> + <dates> + <discovery>2016-05-06</discovery> + <entry>2016-06-10</entry> + </dates> + </vuln> + <vuln vid="6f0529e2-2e82-11e6-b2ec-b499baebfeaf"> <topic>OpenSSL -- vulnerability in DSA signing</topic> <affects> |