Date: Fri, 13 Apr 2018 07:18:56 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467212 - head/security/vuxml Message-ID: <201804130718.w3D7IuhZ054598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Apr 13 07:18:55 2018 New Revision: 467212 URL: https://svnweb.freebsd.org/changeset/ports/467212 Log: Document roundcube IMAP command injection vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Apr 13 07:13:48 2018 (r467211) +++ head/security/vuxml/vuln.xml Fri Apr 13 07:18:55 2018 (r467212) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="48894ca9-3e6f-11e8-92f0-f0def167eeea"> + <topic>roundcube -- IMAP command injection vulnerability</topic> + <affects> + <package> + <name>roundcube</name> + <range><le>1.3.5,1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Upstream reports:</p> + <blockquote cite="https://roundcube.net/news/2018/04/11/security-update-1.3.6"> + <p>This update primarily fixes a recently discovered IMAP-cmd-injection + vulnerability caused by insufficient input validation within + the archive plugin. + Details about the vulnerability are published under CVE-2018-9846.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-9846</cvename> + <url>https://roundcube.net/news/2018/04/11/security-update-1.3.6</url> + </references> + <dates> + <discovery>2018-04-11</discovery> + <entry>2018-04-13</entry> + </dates> + </vuln> + <vuln vid="aaba17aa-782e-4843-8a79-7756cfa2bf89"> <topic>jenkins -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804130718.w3D7IuhZ054598>