From owner-svn-ports-head@freebsd.org Wed Dec 20 14:10:27 2017 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 1407EE8B0F2; Wed, 20 Dec 2017 14:10:27 +0000 (UTC) (envelope-from ehaupt@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 DD67D6EAC8; Wed, 20 Dec 2017 14:10:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKEAPe2053753; Wed, 20 Dec 2017 14:10:25 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKEAPxU053751; Wed, 20 Dec 2017 14:10:25 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201712201410.vBKEAPxU053751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 20 Dec 2017 14:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456796 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 456796 X-SVN-Commit-Repository: ports 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.25 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: Wed, 20 Dec 2017 14:10:27 -0000 Author: ehaupt Date: Wed Dec 20 14:10:25 2017 New Revision: 456796 URL: https://svnweb.freebsd.org/changeset/ports/456796 Log: Document multiple vulnerabilities in rsync. PR: 224478 Submitted by: yasu@utahime.org Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Dec 20 14:10:03 2017 (r456795) +++ head/security/vuxml/vuln.xml Wed Dec 20 14:10:25 2017 (r456796) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + rsync -- multiple vulnerabilities + + + rsync + 3.1.23.1.2_7 + + + + +

Jeriko One reports:

+
+

The receive_xattr function in xattrs.c in rsync 3.1.2 and 3.1.3-development does not check for a trailing '\0' character in an xattr name, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly have unspecified other impact by sending crafted data to the daemon.

+
+
+

The recv_files function in receiver.c in the daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, proceeds with certain file metadata updates before checking for a filename in the daemon_filter_list data structure, which allows remote attackers to bypass intended access restrictions.

+
+
+

The daemon in rsync 3.1.2, and 3.1.3-development before 2017-12-03, does not check for fnamecmp filenames in the daemon_filter_list data structure (in the recv_files function in receiver.c) and also does not apply the sanitize_paths protection mechanism to pathnames found in "xname follows" strings (in the read_ndx_and_attrs function in rsync.c), which allows remote attackers to bypass intended access restrictions.

+
+ +
+ + https://www.debian.org/security/2017/dsa-4068 + CVE-2017-16548 + CVE-2017-17433 + CVE-2017-17434 + 224477 + + + 2017-12-17 + 2017-12-20 + +
+ ruby -- Command injection vulnerability in Net::FTP