svn commit: r461033 - head/security/vuxml
Craig Leres
leres at FreeBSD.org
Tue Feb 6 01:38:48 UTC 2018
Author: leres
Date: Tue Feb 6 01:38:46 2018
New Revision: 461033
URL: https://svnweb.freebsd.org/changeset/ports/461033
Log:
Mark mini_httpd < 1.28 and thttpd < 2.28 as vulnerable as per:
http://acme.com/updates/archive/199.html
While we're here, fix whitespace in vuln.xml that "make validate"
flagged.
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Security: CVE-2017-17663
Differential Revision: D14217
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Feb 6 00:56:23 2018 (r461032)
+++ head/security/vuxml/vuln.xml Tue Feb 6 01:38:46 2018 (r461033)
@@ -58,8 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="f5524753-67b1-4c88-8114-29c2d258b383">
+ <topic>mini_httpd,thttpd -- Buffer overflow in htpasswd</topic>
+ <affects>
+ <package>
+ <name>mini_httpd</name>
+ <range><lt>1.28</lt></range>
+ </package>
+ <package>
+ <name>thttpd</name>
+ <range><lt>2.28</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Alessio Santoru reports:</p>
+ <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17663">
+ <p>Buffer overflow in htpasswd.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>http://acme.com/updates/archive/199.html</url>
+ </references>
+ <dates>
+ <discovery>2017-12-13</discovery>
+ <entry>2018-02-06</entry>
+ </dates>
+ </vuln>
+
<vuln vid="3746de31-0a1a-11e8-83e7-485b3931c969">
- <topic> shadowsocks-libev -- command injection via shell metacharacters </topic>
+ <topic>shadowsocks-libev -- command injection via shell metacharacters</topic>
<affects>
<package>
<name>shadowsocks-libev</name>
More information about the svn-ports-head
mailing list