Date: Fri, 15 Jul 2016 16:41:21 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418588 - head/security/vuxml Message-ID: <201607151641.u6FGfLjv027007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Jul 15 16:41:21 2016 New Revision: 418588 URL: https://svnweb.freebsd.org/changeset/ports/418588 Log: Document libreoffice vulnerability PR: 211111 Security: CVE-2016-4324 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jul 15 16:34:00 2016 (r418587) +++ head/security/vuxml/vuln.xml Fri Jul 15 16:41:21 2016 (r418588) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3159cd70-4aaa-11e6-a7bd-14dae9d210b8"> + <topic>libreoffice -- use-after-free vulnerability</topic> + <affects> + <package> + <name>libreoffice</name> + <range><lt>5.1.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Talos reports:</p> + <blockquote cite="http://www.talosintelligence.com/reports/TALOS-2016-0126/"> + <p>An exploitable Use After Free vulnerability exists in the + RTF parser LibreOffice. A specially crafted file can cause a use after + free resulting in a possible arbitrary code execution. To exploit the + vulnerability a malicious file needs to be opened by the user via + vulnerable application.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.talosintelligence.com/reports/TALOS-2016-0126/</url> + <url>http://www.libreoffice.org/about-us/security/advisories/cve-2016-4324/</url> + <cvename>CVE-2016-4324</cvename> + </references> + <dates> + <discovery>2016-06-27</discovery> + <entry>2016-07-15</entry> + </dates> + </vuln> + <vuln vid="c17fe91d-4aa6-11e6-a7bd-14dae9d210b8"> <topic>tiff -- buffer overflow</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151641.u6FGfLjv027007>