Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 17:32:16 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542941 - head/security/vuxml
Message-ID:  <202007231732.06NHWGiK033102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jul 23 17:32:16 2020
New Revision: 542941
URL: https://svnweb.freebsd.org/changeset/ports/542941

Log:
  Add entry for pango
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jul 23 16:48:15 2020	(r542940)
+++ head/security/vuxml/vuln.xml	Thu Jul 23 17:32:16 2020	(r542941)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="456375e1-cd09-11ea-9172-4c72b94353b5">
+    <topic>pango -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>pango</name>
+	<range><lt>1.42.4,4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010238">;
+	  <p>Gnome Pango 1.42 and later is affected by: Buffer Overflow. The impact is:
+	    The heap based buffer overflow can be used to get code execution. The component is:
+	    function name: pango_log2vis_get_embedding_levels, assignment of nchars and the loop
+	    condition. The attack vector is: Bug can be used when application pass invalid utf-8
+	    strings to functions like pango_itemize.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010238</url>;
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2019-1010238</url>;
+      <cvename>CVE-2019-1010238</cvename>
+    </references>
+    <dates>
+      <discovery>2019-07-19</discovery>
+      <entry>2020-07-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6a72eff7-ccd6-11ea-9172-4c72b94353b5">
     <topic>Apache Tomcat -- Multiple Vulnerabilities</topic>
     <affects>



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