svn commit: r451415 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Sat Oct 7 00:06:12 UTC 2017
Author: swills
Date: Sat Oct 7 00:06:11 2017
New Revision: 451415
URL: https://svnweb.freebsd.org/changeset/ports/451415
Log:
Document tomcat issue
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Oct 6 22:05:35 2017 (r451414)
+++ head/security/vuxml/vuln.xml Sat Oct 7 00:06:11 2017 (r451415)
@@ -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="c0dae634-4820-4505-850d-b1c975d0f67d">
+ <topic>tomcat -- Remote Code Execution</topic>
+ <affects>
+ <package>
+ <name>tomcat</name>
+ <range><ge>7.0.0</ge><le>7.0.81</le></range>
+ <range><ge>8.0.0</ge><le>8.0.46</le></range>
+ <range><ge>8.5.0</ge><le>8.5.22</le></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>tomcat developers reports:</p>
+ <blockquote cite="http://www.securityfocus.com/bid/100954">
+ <p>When running Apache Tomcat versions 9.0.0.M1 to 9.0.0, 8.5.0 to 8.5.22, 8.0.0.RC1 to 8.0.46 and 7.0.0 to 7.0.81 with HTTP PUTs enabled (e.g. via setting the readonly initialisation parameter of the Default servlet to false) it was possible to upload a JSP file to the server via a specially crafted request. This JSP could then be requested and any code it contained would be executed by the server.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://www.securityfocus.com/bid/100954</url>
+ <url>https://lists.apache.org/thread.html/3fd341a604c4e9eab39e7eaabbbac39c30101a022acc11dd09d7ebcb@%3Cannounce.tomcat.apache.org%3E</url>
+ <cvename>CVE-2017-12617</cvename>
+ </references>
+ <dates>
+ <discovery>2017-10-04</discovery>
+ <entry>2017-10-06</entry>
+ </dates>
+ </vuln>
+
<vuln vid="ccace707-a8d8-11e7-ac58-b499baebfeaf">
<topic>cURL -- out of bounds read</topic>
<affects>
More information about the svn-ports-head
mailing list