svn commit: r483151 - head/security/vuxml

Craig Leres leres at FreeBSD.org
Sat Oct 27 17:04:58 UTC 2018


Author: leres
Date: Sat Oct 27 17:04:57 2018
New Revision: 483151
URL: https://svnweb.freebsd.org/changeset/ports/483151

Log:
  Mark mini_httpd < 1.30 as vulnerable as per:
  
      http://acme.com/updates/archive/211.html
  
  The issue is arbitrary file disclosure in some circumstances.
  
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17718

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Oct 27 17:02:46 2018	(r483150)
+++ head/security/vuxml/vuln.xml	Sat Oct 27 17:04:57 2018	(r483151)
@@ -58,6 +58,31 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="33c384f3-5af6-4662-9741-0acb21c7e499">
+    <topic>mini_httpd -- disclose arbitrary files is some circumstances</topic>
+    <affects>
+      <package>
+	<name>mini_httpd</name>
+	<range><lt>1.30</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jef Poskanzer reports:</p>
+	<blockquote cite="http://acme.com/updates/archive/211.html">
+	  <p>Prior versions allowed remote users to read arbitrary files in some circumstances.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://acme.com/updates/archive/211.html</url>
+    </references>
+    <dates>
+      <discovery>2018-10-26</discovery>
+      <entry>2018-10-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4f7c6af3-6a2c-4ead-8453-04e509688d45">
     <topic>salt -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list