svn commit: r444077 - head/security/vuxml
Martin Matuska
mm at FreeBSD.org
Wed Jun 21 20:42:14 UTC 2017
Author: mm
Date: Wed Jun 21 20:42:13 2017
New Revision: 444077
URL: https://svnweb.freebsd.org/changeset/ports/444077
Log:
Document pear-Horde_Image vulnerabilities.
Security: CVE-2017-9773
Security: CVE-2017-9774
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Jun 21 20:24:01 2017 (r444076)
+++ head/security/vuxml/vuln.xml Wed Jun 21 20:42:13 2017 (r444077)
@@ -58,6 +58,63 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="00e4050b-56c1-11e7-8e66-08606e46faad">
+ <topic>pear-Horde_Image -- DoS vulnerability</topic>
+ <affects>
+ <package>
+ <name>pear-Horde_Image</name>
+ <range><gt>2.3.0</gt><lt>2.5.0</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Michael J Rubinsky reports:</p>
+ <blockquote cite="https://lists.horde.org/archives/announce/2017/001234.html">
+ <p>The second vulnerability (CVE-2017-9773) is a DOS vulnerability.
+This only affects Horde installations that do not have a configured image
+handling backend, and thus use the "Null" image driver. It is exploitable by
+a logged in user clicking on a maliciously crafted URL.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://lists.horde.org/archives/announce/2017/001234.html</url>
+ <cvename>CVE-2017-9773</cvename>
+ </references>
+ <dates>
+ <discovery>2017-06-21</discovery>
+ <entry>2017-06-21</entry>
+ </dates>
+ </vuln>
+
+ <vuln vid="a7003121-56bf-11e7-8e66-08606e46faad">
+ <topic>pear-Horde_Image -- remote code execution vulnerability</topic>
+ <affects>
+ <package>
+ <name>pear-Horde_Image</name>
+ <range><ge>2.0.0</ge><lt>2.5.0</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Michael J Rubinsky reports:</p>
+ <blockquote cite="https://lists.horde.org/archives/announce/2017/001234.html">
+ <p>The fist vulnerability (CVE-2017-9774) is a Remote Code Execution
+vulnerability and is exploitable by a logged in user sending a
+maliciously crafted GET request to the Horde server.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://lists.horde.org/archives/announce/2017/001234.html</url>
+ <cvename>CVE-2017-9774</cvename>
+ </references>
+ <dates>
+ <discovery>2017-06-21</discovery>
+ <entry>2017-06-21</entry>
+ </dates>
+ </vuln>
+
<vuln vid="9f65d382-56a4-11e7-83e3-080027ef73ec">
<topic>OpenVPN -- several vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list