svn commit: r423769 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Tue Oct 11 15:07:55 UTC 2016
Author: feld
Date: Tue Oct 11 15:07:54 2016
New Revision: 423769
URL: https://svnweb.freebsd.org/changeset/ports/423769
Log:
Document openjpeg vulnerability
PR: 212672
Security: CVE-2016-5157
Security: CVE-2016-7163
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Oct 11 15:07:40 2016 (r423768)
+++ head/security/vuxml/vuln.xml Tue Oct 11 15:07:54 2016 (r423769)
@@ -58,6 +58,43 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="b7d56d0b-7a11-11e6-af78-589cfc0654e1">
+ <topic>openjpeg -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>openjpeg</name>
+ <range><lt>2.1.1_1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Tencent's Xuanwu LAB reports:</p>
+ <blockquote cite="http://www.openwall.com/lists/oss-security/2016/09/08/2">
+ <p>A Heap Buffer Overflow (Out-of-Bounds Write) issue was found in
+ function opj_dwt_interleave_v of dwt.c. This vulnerability allows
+ remote attackers to execute arbitrary code on vulnerable installations
+ of OpenJPEG.</p>
+ <p>An integer overflow issue exists in function opj_pi_create_decode of
+ pi.c. It can lead to Out-Of-Bounds Read and Out-Of-Bounds Write in
+ function opj_pi_next_cprl of pi.c (function opj_pi_next_lrcp,
+ opj_pi_next_rlcp, opj_pi_next_rpcl, opj_pi_next_pcrl may also be
+ vulnerable). This vulnerability allows remote attackers to execute
+ arbitrary code on vulnerable installations of OpenJPEG.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>"http://www.openwall.com/lists/oss-security/2016/09/08/2"</url>
+ <url>"http://www.openwall.com/lists/oss-security/2016/09/08/3"</url>
+ <cvename>CVE-2016-5157</cvename>
+ <cvename>CVE-2016-7163</cvename>
+ </references>
+ <dates>
+ <discovery>2016-09-08</discovery>
+ <entry>2016-10-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="fa175f30-8c75-11e6-924a-60a44ce6887b">
<topic>redis -- sensitive information leak through command history file</topic>
<affects>
More information about the svn-ports-head
mailing list