Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 15:14:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465020 - head/security/vuxml
Message-ID:  <201803191514.w2JFETMl053656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Mar 19 15:14:29 2018
New Revision: 465020
URL: https://svnweb.freebsd.org/changeset/ports/465020

Log:
  Document py-notebook vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Mar 19 15:14:23 2018	(r465019)
+++ head/security/vuxml/vuln.xml	Mon Mar 19 15:14:29 2018	(r465020)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="b3edc7d9-9af5-4daf-88f1-61f68f4308c2">
+    <topic>Jupyter Notebook -- vulnerability</topic>
+    <affects>
+      <package>
+	<name>py27-notebook</name>
+	<name>py34-notebook</name>
+	<name>py35-notebook</name>
+	<name>py36-notebook</name>
+	<range><lt>5.4.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>MITRE reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8768">;
+	  <p>In Jupyter Notebook before 5.4.1, a maliciously forged notebook file
+	    can bypass sanitization to execute JavaScript in the notebook context.
+	    Specifically, invalid HTML is 'fixed' by jQuery after sanitization,
+		making it dangerous.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8768</url>;
+      <cvename>CVE-2018-8768</cvename>
+    </references>
+    <dates>
+      <discovery>2018-03-18</discovery>
+      <entry>2018-03-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="928d5c59-2a5a-11e8-a712-0025908740c2">
     <topic>SquirrelMail -- post-authentication access privileges</topic>
     <affects>



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