svn commit: r481040 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Mon Oct 1 14:53:25 UTC 2018
Author: swills
Date: Mon Oct 1 14:53:24 2018
New Revision: 481040
URL: https://svnweb.freebsd.org/changeset/ports/481040
Log:
Document pango DoS
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Mon Oct 1 14:52:07 2018 (r481039)
+++ head/security/vuxml/vuln.xml Mon Oct 1 14:53:24 2018 (r481040)
@@ -58,6 +58,34 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="5a757a31-f98e-4bd4-8a85-f1c0f3409769">
+ <topic>pango -- remote DoS vulnerability</topic>
+ <affects>
+ <package>
+ <name>pango</name>
+ <range><lt>1.42.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-2018-15120">
+ <p>libpango in Pango 1.40.8 through 1.42.3, as used in hexchat and other products, allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via crafted text with invalid Unicode sequences.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15120</url>
+ <url>https://www.exploit-db.com/exploits/45263/</url>
+ <url>https://mail.gnome.org/archives/distributor-list/2018-August/msg00001.html</url>
+ <url>https://github.com/GNOME/pango/commit/71aaeaf020340412b8d012fe23a556c0420eda5f</url>
+ <cvename>CVE-2018-15120</cvename>
+ </references>
+ <dates>
+ <discovery>2018-08-06</discovery>
+ <entry>2018-10-01</entry>
+ </dates>
+ </vuln>
+
<vuln vid="01018916-c47c-11e8-8b07-00e04c1ea73d">
<topic>Serendipity -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list