svn commit: r513861 - head/security/vuxml

Cy Schubert cy at FreeBSD.org
Sun Oct 6 01:48:50 UTC 2019


Author: cy
Date: Sun Oct  6 01:48:49 2019
New Revision: 513861
URL: https://svnweb.freebsd.org/changeset/ports/513861

Log:
  Document two new Xpdf vulnerabilities: CVE-2019-16927 and CVE-2019-9877.
  
  PR:		241066
  Security:	https://nvd.nist.gov/vuln/detail/CVE-2019-16927
  Security:	https://nvd.nist.gov/vuln/detail/CVE-2019-9877
  Security:	https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9877
  Security:	https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16927

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Oct  6 01:42:14 2019	(r513860)
+++ head/security/vuxml/vuln.xml	Sun Oct  6 01:48:49 2019	(r513861)
@@ -58,6 +58,49 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="791e8f79-e7d1-11e9-8b31-206a8a720317">
+    <topic>Xpdf -- Multiple Vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>xpdf</name>
+	<range><lt>4.02</lt></range>
+      </package>
+      <package>
+	<name>xpdf4</name>
+	<range><lt>4.02</lt></range>
+      </package>
+      <package>
+	<name>xpdf3</name>
+	<range><lt>3.04_11</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Xpdf 4.02 fixes two vulnerabilities. Both fixes have been
+	   backported to 3.04.</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2019-9877">
+	  <p>An invalid memory access vulnerability in TextPage::findGaps()
+	     in Xpdf 4.01 through a crafted PDF document can cause a
+	     segfault.</p>
+	</blockquote>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2019-16927">
+	  <p>An out of bounds write exists in TextPage::findGaps() of
+	     Xpdf 4.01.01 </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2019-9877</url>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2019-16927</url>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9877</url>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1692</url>
+    </references>
+    <dates>
+      <discovery>2019-10-01</discovery>
+      <entry>2019-10-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="108a4be3-e612-11e9-9963-5f1753e0aca0">
     <topic>unbound -- parsing vulnerability</topic>
     <affects>


More information about the svn-ports-head mailing list