svn commit: r504861 - head/security/vuxml

Danilo G. Baio dbaio at FreeBSD.org
Sat Jun 22 12:47:28 UTC 2019


Author: dbaio
Date: Sat Jun 22 12:47:27 2019
New Revision: 504861
URL: https://svnweb.freebsd.org/changeset/ports/504861

Log:
  security/vuxml: Document irc/znc issue
  
  Security:	CVE-2019-12816

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jun 22 12:16:15 2019	(r504860)
+++ head/security/vuxml/vuln.xml	Sat Jun 22 12:47:27 2019	(r504861)
@@ -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="6f15730d-94ea-11e9-a83e-641c67a117d8">
+    <topic>znc -- privilege escalation</topic>
+    <affects>
+      <package>
+	<name>znc</name>
+	<range><lt>1.7.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mitre reports:</p>
+	<blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12816">
+	  <p>Modules.cpp in ZNC before 1.7.4-rc1 allows remote authenticated
+	    non-admin users to escalate privileges and execute arbitrary
+	    code by loading a module with a crafted name.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2019-12816</cvename>
+      <url>https://wiki.znc.in/ChangeLog/1.7.4</url>
+    </references>
+    <dates>
+      <discovery>2019-06-13</discovery>
+      <entry>2019-06-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="49beb00f-a6e1-4a42-93df-9cb14b4c2bee">
     <topic>Mozilla -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list