From owner-svn-ports-head@freebsd.org Tue Oct 6 02:54:50 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 BAD6A9C2138; Tue, 6 Oct 2015 02:54:50 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 A7C957B5; Tue, 6 Oct 2015 02:54:50 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t962sorB043880; Tue, 6 Oct 2015 02:54:50 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t962soSd043879; Tue, 6 Oct 2015 02:54:50 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201510060254.t962soSd043879@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 6 Oct 2015 02:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398678 - 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: Tue, 06 Oct 2015 02:54:50 -0000 Author: junovitch Date: Tue Oct 6 02:54:49 2015 New Revision: 398678 URL: https://svnweb.freebsd.org/changeset/ports/398678 Log: Document OpenSMTPD vulnerabilities (5.7.3) Revise pkg name, add PORTEPOCH, add more detail to earlier entry (5.7.2) Security: 42852f72-6bd3-11e5-9909-002590263bf5 Security: ee7bdf7f-11bb-4eea-b054-c692ab848c20 Security: CVE-2015-7687 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 6 02:24:46 2015 (r398677) +++ head/security/vuxml/vuln.xml Tue Oct 6 02:54:49 2015 (r398678) @@ -58,6 +58,37 @@ Notes: --> + + OpenSMTPD -- multiple vulnerabilities + + + opensmtpd + 5.7.3,1 + + + + +

OpenSMTPD developers report:

+
+

fix an mda buffer truncation bug which allows a user to create + forward files that pass session checks but fail delivery later down + the chain, within the user mda

+

fix remote buffer overflow in unprivileged pony process

+

reworked offline enqueue to better protect against hardlink + attacks

+
+ +
+ + http://www.openwall.com/lists/oss-security/2015/10/04/2 + https://www.opensmtpd.org/announces/release-5.7.3.txt + + + 2015-10-04 + 2015-10-06 + +
+ mbedTLS/PolarSSL -- multiple vulnerabilities @@ -254,16 +285,33 @@ Notes: OpenSMTPD -- multiple vulnerabilities - smtpd - 5.7.2 + opensmtpd + 5.7.2,1

OpenSMTPD developers report:

-

This is a minor release with security and reliability fixes only. - You are encouraged to update as soon as possible.

+

an oversight in the portable version of fgetln() that allows + attackers to read and write out-of-bounds memory

+

multiple denial-of-service vulnerabilities that allow local users + to kill or hang OpenSMTPD

+

a stack-based buffer overflow that allows local users to crash + OpenSMTPD, or execute arbitrary code as the non-chrooted _smtpd + user

+

a hardlink attack (or race-conditioned symlink attack) that allows + local users to unset the chflags() of arbitrary files

+

a hardlink attack that allows local users to read the first line of + arbitrary files (for example, root's hash from /etc/master.passwd) +

+

a denial-of-service vulnerability that allows remote attackers to + fill OpenSMTPD's queue or mailbox hard-disk partition

+

an out-of-bounds memory read that allows remote attackers to crash + OpenSMTPD, or leak information and defeat the ASLR protection

+

a use-after-free vulnerability that allows remote attackers to + crash OpenSMTPD, or execute arbitrary code as the non-chrooted + _smtpd user

@@ -274,6 +322,7 @@ Notes: 2015-10-02 2015-10-04 + 2015-10-06