svn commit: r557986 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:49:14 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:49:08 2020
New Revision: 557986
URL: https://svnweb.freebsd.org/changeset/ports/557986

Log:
  Document jasper vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec 13 14:49:02 2020	(r557985)
+++ head/security/vuxml/vuln.xml	Sun Dec 13 14:49:08 2020	(r557986)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="85349584-3ba4-11eb-919d-08002728f74c">
+    <topic>jasper -- heap overflow vulnerability</topic>
+    <affects>
+      <package>
+	<name>jasper</name>
+	<range><lt>2.0.23</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>JasPer NEWS:</p>
+	<blockquote cite="https://github.com/jasper-software/jasper/blob/master/NEWS">
+	  <p>Fix CVE-2020-27828, heap-overflow in cp_create() in jpc_enc.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-27828</cvename>
+      <url>https://github.com/jasper-software/jasper/blob/master/NEWS</url>
+      <url>https://github.com/jasper-software/jasper/issues/252</url>
+    </references>
+    <dates>
+      <discovery>2020-12-08</discovery>
+      <entry>2020-12-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cfa0be42-3cd7-11eb-9de7-641c67a117d8">
     <topic>py-matrix-synapse -- DoS on Federation API</topic>
     <affects>


More information about the svn-ports-all mailing list