Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2016 15:25:58 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409297 - head/security/vuxml
Message-ID:  <201602211525.u1LFPwnl078939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602211525.u1LFPwnl078939>