Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 14:10:57 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540064 - head/security/vuxml
Message-ID:  <202006241410.05OEAviP052087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Jun 24 14:10:56 2020
New Revision: 540064
URL: https://svnweb.freebsd.org/changeset/ports/540064

Log:
  Document CUPS CVE-2019-8842 and CVE-2020-3898.
  
  PR:		246011
  Security:	https://github.com/apple/cups/releases/tag/v2.3.3

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun 24 14:03:41 2020	(r540063)
+++ head/security/vuxml/vuln.xml	Wed Jun 24 14:10:56 2020	(r540064)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="4a8a-8987-11ea-93ef-b42e99a1b9c3">
+    <topic>CUPS -- memory corruption</topic>
+    <affects>
+      <package>
+	<name>cups</name>
+	<range><lt>2.3.3_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Apple reports:</p>
+	<blockquote cite="https://github.com/apple/cups/releases/tag/v2.3.3">;
+	  <ul>
+	    <li>CVE-2019-8842: The ippReadIO function may under-read an
+	      extension.</li>
+	    <li>CVE-2020-3898: The ppdOpen function did not handle invalid UI
+	      constraint. ppdcSource::get_resolution function did not handle
+	      invalid resolution strings. An application may be able to gain
+	      elevated privileges.</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/apple/cups/releases/tag/v2.3.3</url>;
+      <url>https://support.apple.com/en-us/HT211100</url>;
+      <cvename>CVE-2019-8842</cvename>
+      <cvename>CVE-2020-3898</cvename>
+    </references>
+    <dates>
+      <discovery>2020-04-28</discovery>
+      <entry>2020-06-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="feb8afdc-b3e5-11ea-9df5-08002728f74c">
     <topic>Rails -- permission vulnerability</topic>
     <affects>



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