From owner-svn-ports-all@freebsd.org Fri Oct 16 07:08:42 2015 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 75915A1651C; Fri, 16 Oct 2015 07:08:42 +0000 (UTC) (envelope-from brnrd@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 25FD11812; Fri, 16 Oct 2015 07:08:42 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9G78fam019597; Fri, 16 Oct 2015 07:08:41 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9G78fq0019595; Fri, 16 Oct 2015 07:08:41 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201510160708.t9G78fq0019595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 16 Oct 2015 07:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399425 - 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: Fri, 16 Oct 2015 07:08:42 -0000 Author: brnrd Date: Fri Oct 16 07:08:40 2015 New Revision: 399425 URL: https://svnweb.freebsd.org/changeset/ports/399425 Log: security/libressl: Fix memory leak and buffer overflow DoS vulnerability * Update to 2.2.4 (fixing vulnerabilities) * Create vuxml entry Differential revision: https://reviews.freebsd.org/D3916 Submitted by: Bernard Spil Reviewed by: delphij (secteam) Approved by: delphij MFC after: 2015Q4 Security: CVE-2015-5333, CVE-2015-533 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 16 07:00:28 2015 (r399424) +++ head/security/vuxml/vuln.xml Fri Oct 16 07:08:40 2015 (r399425) @@ -58,6 +58,36 @@ Notes: --> + + LibreSSL -- Memory leak and buffer overflow + + + libressl + 2.2.3 + + + + +

Qualys reports:

+
+

During the code review of OpenSMTPD a memory leak and buffer overflow + (an off-by-one, usually stack-based) were discovered in LibreSSL's + OBJ_obj2txt() function. This function is called automatically during + a TLS handshake (both client-side, unless an anonymous mode is used, + and server-side, if client authentication is requested).

+ + + + http://marc.info/?l=openbsd-announce&m=144495690528446 + CVE-2015-5333 + CVE-2015-5334 + + + 2015-10-15/discovery> + 2015-10-16 + + + mbedTLS/PolarSSL -- DoS and possible remote code execution