svn commit: r405192 - head/security/vuxml

Rene Ladan rene at FreeBSD.org
Sun Jan 3 22:34:45 UTC 2016


Author: rene
Date: Sun Jan  3 22:34:44 2016
New Revision: 405192
URL: https://svnweb.freebsd.org/changeset/ports/405192

Log:
  Document a buffer overflow in www/mini_httpd < 1.23
  
  Obtained from:	http://acme.com/updates/archive/192.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan  3 21:53:08 2016	(r405191)
+++ head/security/vuxml/vuln.xml	Sun Jan  3 22:34:44 2016	(r405192)
@@ -58,6 +58,38 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="84dc49b0-b267-11e5-8a5b-00262d5ed8ee">
+    <topic>mini_httpd -- buffer overflow via snprintf</topic>
+    <affects>
+      <package>
+	<name>mini_httpd</name>
+	<range><lt>1.23</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>ACME Updates reports:</p>
+	<blockquote cite="https://cxsecurity.com/acveshow/CVE-2015-1548">
+	  <p>mini_httpd 1.21 and earlier allows remote attackers to obtain
+	    sensitive information from process memory via an HTTP request with
+	    a long protocol string, which triggers an incorrect response size
+	    calculation and an out-of-bounds read.</p>
+	  <p>(rene) ACME, the author, claims that the vulnerability is fixed
+	    *after* version 1.22, released on 2015-12-28</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-1548</cvename>
+      <url>https://cxsecurity.com/cveshow/CVE-2015-1548</url>
+      <url>http://acme.com/updates/archive/192.html</url>
+    </references>
+    <dates>
+      <discovery>2015-02-10</discovery>
+      <entry>2016-01-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1384f2fd-b1be-11e5-9728-002590263bf5">
     <topic>qemu -- denial of service vulnerability in Rocker switch emulation</topic>
     <affects>


More information about the svn-ports-all mailing list