From owner-svn-ports-head@freebsd.org Sat Dec 5 10:16:24 2015 Return-Path: Delivered-To: svn-ports-head@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 75D01A426D9; Sat, 5 Dec 2015 10:16:24 +0000 (UTC) (envelope-from delphij@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 2A4A517A2; Sat, 5 Dec 2015 10:16:24 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB5AGND7016901; Sat, 5 Dec 2015 10:16:23 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB5AGNPc016899; Sat, 5 Dec 2015 10:16:23 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201512051016.tB5AGNPc016899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sat, 5 Dec 2015 10:16:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403055 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2015 10:16:24 -0000 Author: delphij Date: Sat Dec 5 10:16:22 2015 New Revision: 403055 URL: https://svnweb.freebsd.org/changeset/ports/403055 Log: Document OpenSSL multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Dec 5 10:09:47 2015 (r403054) +++ head/security/vuxml/vuln.xml Sat Dec 5 10:16:22 2015 (r403055) @@ -58,6 +58,54 @@ Notes: --> + + openssl -- multiple vulnerabilities + + + openssl + 1.0.2_5 + + + mingw32-openssl + 1.0.11.0.2e + + + linux-c6-openssl + 0 + + + + +

OpenSSL project reports:

+
+
    +
  1. BN_mod_exp may produce incorrect results on x86_64 + (CVE-2015-3193)
  2. +
  3. Certificate verify crash with missing PSS parameter + (CVE-2015-3194)
  4. +
  5. X509_ATTRIBUTE memory leak (CVE-2015-3195)
  6. +
  7. Race condition handling PSK identify hint + (CVE-2015-3196)
  8. +
  9. Anon DH ServerKeyExchange with 0 p parameter + (CVE-2015-1794)
  10. +
+
+ +
+ + CVE-2015-1794 + CVE-2015-3193 + CVE-2015-3194 + CVE-2015-3195 + CVE-2015-3196 + https://www.openssl.org/news/secadv/20151203.txt + + + 2015-12-03 + 2015-12-05 + +
+ PHPmailer -- SMTP injection vulnerability