From owner-svn-ports-all@freebsd.org Sun Jan 3 22:34:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6190A60C33; Sun, 3 Jan 2016 22:34:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DED51D3C; Sun, 3 Jan 2016 22:34:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03MYiCF071999; Sun, 3 Jan 2016 22:34:44 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03MYiIo071997; Sun, 3 Jan 2016 22:34:44 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601032234.u03MYiIo071997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 3 Jan 2016 22:34:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405192 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 22:34:45 -0000 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: --> + + mini_httpd -- buffer overflow via snprintf + + + mini_httpd + 1.23 + + + + +

ACME Updates reports:

+
+

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.

+

(rene) ACME, the author, claims that the vulnerability is fixed + *after* version 1.22, released on 2015-12-28

+
+ +
+ + CVE-2015-1548 + https://cxsecurity.com/cveshow/CVE-2015-1548 + http://acme.com/updates/archive/192.html + + + 2015-02-10 + 2016-01-03 + +
+ qemu -- denial of service vulnerability in Rocker switch emulation