From owner-svn-ports-head@FreeBSD.ORG Tue Sep 30 20:09:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 747EC64C; Tue, 30 Sep 2014 20:09:33 +0000 (UTC) Received: from svn.freebsd.org (svn.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 610F73FC; Tue, 30 Sep 2014 20:09:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8UK9XNv088775; Tue, 30 Sep 2014 20:09:33 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8UK9XrP088774; Tue, 30 Sep 2014 20:09:33 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201409302009.s8UK9XrP088774@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 30 Sep 2014 20:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369658 - 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.18-1 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, 30 Sep 2014 20:09:33 -0000 Author: brd (doc committer) Date: Tue Sep 30 20:09:32 2014 New Revision: 369658 URL: http://svnweb.freebsd.org/changeset/ports/369658 QAT: https://qat.redports.org/buildarchive/r369658/ Log: - Document sysutils/rsyslog vulnerabilities CVE-2014-3634 Reviewed by: bdrewery@ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 30 19:22:24 2014 (r369657) +++ head/security/vuxml/vuln.xml Tue Sep 30 20:09:32 2014 (r369658) @@ -57,6 +57,36 @@ Notes: --> + + rsyslog -- remote syslog PRI vulnerability + + + rsyslog + 7.6.6 + 8.4.1 + + + + +

The rsyslog project reports:

+
+

potential abort when a message with PRI > 191 was processed + if the "pri-text" property was used in active templates, + this could be abused to a remote denial of service from + permitted senders

+
+ +
+ + http://www.rsyslog.com/remote-syslog-pri-vulnerability/ + CVE-2014-3634 + + + 2014-09-30 + 2014-09-30 + +
+ fish -- local privilege escalation and remote code execution