From owner-svn-ports-head@freebsd.org Sun Feb 21 15:25:59 2016 Return-Path: <owner-svn-ports-head@freebsd.org> 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 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 <junovitch@FreeBSD.org> 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head <svn-ports-head.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/> List-Post: <mailto:svn-ports-head@freebsd.org> List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>, <mailto:svn-ports-head-request@freebsd.org?subject=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.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9e5bbffc-d8ac-11e5-b2bd-002590263bf5"> + <topic>bsh -- remote code execution vulnerability</topic> + <affects> + <package> + <name>bsh</name> + <range><lt>2.0.b6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Stian Soiland-Reyes reports:</p> + <blockquote cite="https://github.com/beanshell/beanshell/releases/tag/2.0b6"> + <p>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!</p> + <p>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.</p> + <p>A vulnerable application could be exploited for remote code + execution, including executing arbitrary shell commands.</p> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-2510</cvename> + <freebsdpr>ports/207334</freebsdpr> + <url>https://github.com/beanshell/beanshell/releases/tag/2.0b6</url> + </references> + <dates> + <discovery>2016-02-18</discovery> + <entry>2016-02-21</entry> + </dates> + </vuln> + <vuln vid="6171eb07-d8a9-11e5-b2bd-002590263bf5"> <topic>libsrtp -- DoS via crafted RTP header vulnerability</topic> <affects>