Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 14:54:27 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419527 - head/security/vuxml
Message-ID:  <201608031454.u73EsRfE029353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Aug  3 14:54:27 2016
New Revision: 419527
URL: https://svnweb.freebsd.org/changeset/ports/419527

Log:
  Document lighttpd vulnerabilities
  
  PR:		211495

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug  3 14:21:39 2016	(r419526)
+++ head/security/vuxml/vuln.xml	Wed Aug  3 14:54:27 2016	(r419527)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="ef0033ad-5823-11e6-80cc-001517f335e2">
+    <topic>lighttpd - multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>lighttpd</name>
+	<range><lt>1.4.41</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Lighttpd Project reports:</p>
+	<blockquote cite="http://www.lighttpd.net/2016/7/31/1.4.41/">;
+	  <p>Security fixes for Lighttpd:</p>
+	  <ul>
+	    <li><p>security: encode quoting chars in HTML and XML</p></li>
+	    <li><p>security: ensure gid != 0 if server.username is set, but not server.groupname</p></li>
+	    <li><p>security: disable stat_cache if server.follow-symlink = “disable”</p></li>
+	    <li><p>security: httpoxy defense: do not emit HTTP_PROXY to CGI env</p></li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.lighttpd.net/2016/7/31/1.4.41/</url>;
+      <freebsdpr>ports/211495</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-07-31</discovery>
+      <entry>2016-08-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="06574c62-5854-11e6-b334-002590263bf5">
     <topic>xen-tools -- virtio: unbounded memory allocation issue</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608031454.u73EsRfE029353>