From owner-svn-ports-all@freebsd.org Sun Feb 21 15:25:59 2016 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 81CB1AB0EAA; Sun, 21 Feb 2016 15:25:59 +0000 (UTC) (envelope-from junovitch@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 448BC1DA4; Sun, 21 Feb 2016 15:25:59 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LFPwoH078941; Sun, 21 Feb 2016 15:25:58 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LFPwnl078939; Sun, 21 Feb 2016 15:25:58 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602211525.u1LFPwnl078939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 21 Feb 2016 15:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409297 - 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: Sun, 21 Feb 2016 15:25:59 -0000 Author: junovitch Date: Sun Feb 21 15:25:57 2016 New Revision: 409297 URL: https://svnweb.freebsd.org/changeset/ports/409297 Log: Document bsh remote code execution vulnerability PR: 207334 Submitted by: pfg (maintainer) Security: CVE-2016-2510 Security: https://vuxml.FreeBSD.org/freebsd/9e5bbffc-d8ac-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 21 15:25:54 2016 (r409296) +++ head/security/vuxml/vuln.xml Sun Feb 21 15:25:57 2016 (r409297) @@ -53,10 +53,54 @@ a new entry is available in The Porter's Help is also available from ports-security@freebsd.org. Notes: + * Please add new entries to the beginning of this file. * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + bsh -- remote code execution vulnerability + + + bsh + 2.0.b6 + + + + +

Stian Soiland-Reyes reports:

+
+

This release fixes a remote code execution vulnerability that was + identified in BeanShell by Alvaro Muñoz and Christian Schneider. + The BeanShell team would like to thank them for their help and + contributions to this fix!

+

An application that includes BeanShell on the classpath may be + vulnerable if another part of the application uses Java + serialization or XStream to deserialize data from an untrusted + source.

+

A vulnerable application could be exploited for remote code + execution, including executing arbitrary shell commands.

+

This update fixes the vulnerability in BeanShell, but it is worth + noting that applications doing such deserialization might still be + insecure through other libraries. It is recommended that application + developers take further measures such as using a restricted class + loader when deserializing. See notes on Java serialization security + XStream security and How to secure deserialization from untrusted + input without using encryption or sealing.

+
+ +
+ + CVE-2016-2510 + ports/207334 + https://github.com/beanshell/beanshell/releases/tag/2.0b6 + + + 2016-02-18 + 2016-02-21 + +
+ libsrtp -- DoS via crafted RTP header vulnerability