svn commit: r514534 - head/security/vuxml

Kai Knoblich kai at FreeBSD.org
Tue Oct 15 14:43:02 UTC 2019


Author: kai
Date: Tue Oct 15 14:43:01 2019
New Revision: 514534
URL: https://svnweb.freebsd.org/changeset/ports/514534

Log:
  security/vuxml: Document graphics/py-pillow issue
  
  PR:		241268
  Security:	CVE-2019-16865

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Oct 15 14:21:17 2019	(r514533)
+++ head/security/vuxml/vuln.xml	Tue Oct 15 14:43:01 2019	(r514534)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="998ca824-ef55-11e9-b81f-3085a9a95629">
+    <topic>Pillow -- Allocation of resources without limits or throttling</topic>
+    <affects>
+      <package>
+	<name>py27-pillow</name>
+	<name>py35-pillow</name>
+	<name>py36-pillow</name>
+	<name>py37-pillow</name>
+	<range><lt>6.2.0</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-2019-16865">
+	  <p>An issue was discovered in Pillow before 6.2.0. When reading specially
+	    crafted invalid image files, the library can either allocate very large
+	    amounts of memory or take an extremely long period of time to process
+	    the image.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/python-pillow/Pillow/issues/4123</url>
+      <cvename>CVE-2019-16865</cvename>
+      <freebsdpr>ports/241268</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2019-09-24</discovery>
+      <entry>2019-10-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="fd2e0ca8-e3ae-11e9-8af7-08002720423d">
     <topic>mongodb -- Bump Windows package dependencies</topic>
     <affects>


More information about the svn-ports-head mailing list