Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2020 22:20:00 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523993 - head/security/vuxml
Message-ID:  <202001242220.00OMK0pm040772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Jan 24 22:20:00 2020
New Revision: 523993
URL: https://svnweb.freebsd.org/changeset/ports/523993

Log:
  security/vuxml: Document graphics/py-pillow issues
  
  PR:		243336
  Security:	CVE-2019-19911
  		CVE-2020-5310
  		CVE-2020-5311
  		CVE-2020-5312
  		CVE-2020-5313

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 24 22:01:39 2020	(r523992)
+++ head/security/vuxml/vuln.xml	Fri Jan 24 22:20:00 2020	(r523993)
@@ -58,6 +58,55 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0700e76c-3eb0-11ea-8478-3085a9a95629">
+    <topic>Pillow -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>py27-pillow</name>
+	<name>py35-pillow</name>
+	<name>py36-pillow</name>
+	<name>py37-pillow</name>
+	<name>py38-pillow</name>
+	<range><lt>6.2.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Pillow developers report:</p>
+	<blockquote cite="https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html">;
+	  <p>
+	    This release addresses several security problems, as well as
+	    addressing CVE-2019-19911.
+	  </p><p>
+	    CVE-2019-19911 is regarding FPX images. If an image reports that it
+	    has a large number of bands, a large amount of resources will be
+	    used when trying to process the image. This is fixed by limiting the
+	    number of bands to those usable by Pillow.
+	  </p><p>
+	    Buffer overruns were found when processing an SGI, PCX or FLI image.
+	    Checks have been added to prevent this.
+	  </p><p>
+	    Overflow checks have been added when calculating the size of a
+	    memory block to be reallocated in the processing of a TIFF image.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html</url>;
+      <cvename>CVE-2019-19911</cvename>
+      <cvename>CVE-2020-5310</cvename>
+      <cvename>CVE-2020-5311</cvename>
+      <cvename>CVE-2020-5312</cvename>
+      <cvename>CVE-2020-5313</cvename>
+      <freebsdpr>ports/243336</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2019-12-19</discovery>
+      <entry>2020-01-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a512a412-3a33-11ea-af63-0800274e5f20">
     <topic>gitea -- multiple vulnerabilities</topic>
     <affects>



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