svn commit: r415180 - head/security/vuxml

Matthias Andree mandree at FreeBSD.org
Sat May 14 08:43:50 UTC 2016


Author: mandree
Date: Sat May 14 08:43:48 2016
New Revision: 415180
URL: https://svnweb.freebsd.org/changeset/ports/415180

Log:
  Mark OpenVPN before 2.3.11 vulnerable.
  
  v2.3.11 fixed a buffer overrun in PAM authentication,
  and a port-share bug with denial-of-service potential.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat May 14 08:23:57 2016	(r415179)
+++ head/security/vuxml/vuln.xml	Sat May 14 08:43:48 2016	(r415180)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE vuxml PUBLIC "-//vuxml.org//DTD VuXML 1.1//EN" "http://www.vuxml.org/dtd/vuxml-1/vuxml-11.dtd">
 <!--
-Copyright 2003-2014 Jacques Vidrine and contributors
+Copyright 2003-2016 Jacques Vidrine and contributors
 
 Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
 HTML, PDF, PostScript, RTF and so forth) with or without modification,
@@ -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="0dc8be9e-19af-11e6-8de0-080027ef73ec">
+    <topic>OpenVPN -- Buffer overflow in PAM authentication and DoS through port sharing</topic>
+    <affects>
+      <package>
+	<name>openvpn</name>
+	<range><lt>2.3.11</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Samuli Seppänen reports:</p>
+	<blockquote cite="https://sourceforge.net/p/openvpn/mailman/message/35076507/">
+	  <p>OpenVPN 2.3.11 [...] fixes two vulnerabilities: a port-share bug
+	    with DoS potential and a buffer overflow by user supplied data when
+	    using pam authentication.[...]</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://sourceforge.net/p/openvpn/mailman/message/35076507/</url>
+      <url>https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.11</url>
+    </references>
+    <dates>
+      <discovery>2016-03-03</discovery>
+      <entry>2016-05-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="82b702e0-1907-11e6-857b-00221503d280">
     <topic>imagemagick -- buffer overflow</topic>
     <affects>


More information about the svn-ports-head mailing list