svn commit: r540064 - head/security/vuxml
Tijl Coosemans
tijl at FreeBSD.org
Wed Jun 24 14:10:57 UTC 2020
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>
More information about the svn-ports-head
mailing list