svn commit: r424850 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Fri Oct 28 14:01:01 UTC 2016


Author: feld
Date: Fri Oct 28 14:01:00 2016
New Revision: 424850
URL: https://svnweb.freebsd.org/changeset/ports/424850

Log:
  Document axis2 vulnerabilities
  
  PR:		213791
  Security:	CVE-2012-6153
  Security:	CVE-2014-3577

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Oct 28 13:59:40 2016	(r424849)
+++ head/security/vuxml/vuln.xml	Fri Oct 28 14:01:00 2016	(r424850)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="ac18046c-9b08-11e6-8011-005056925db4">
+    <topic>Axis2 -- Security vulnerabilities on dependency Apache HttpClient</topic>
+    <affects>
+      <package>
+	<name>axis2</name>
+	<range><lt>1.7.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Apache Axis2 reports:</p>
+	<blockquote cite="http://axis.apache.org/axis2/java/core/release-notes/1.7.4.html">
+	  <p>Apache Axis2 1.7.4 is a maintenance release that includes fixes for
+		several issues, including the following security issues:
+		Session fixation (AXIS2-4739) and XSS (AXIS2-5683) vulnerabilities
+		affecting the admin console.
+		A dependency on an Apache HttpClient version affected by known security
+		vulnerabilities (CVE-2012-6153 and CVE-2014-3577); see AXIS2-5757.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://axis.apache.org/axis2/java/core/release-notes/1.7.4.html</url>
+      <url>https://issues.apache.org/jira/browse/AXIS2-4739</url>
+      <url>https://issues.apache.org/jira/browse/AXIS2-5683</url>
+      <url>https://issues.apache.org/jira/browse/AXIS2-5757</url>
+      <cvename>CVE-2012-6153</cvename>
+      <cvename>CVE-2014-3577</cvename>
+    </references>
+    <dates>
+      <discovery>2012-12-06</discovery>
+      <entry>2016-10-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="28bb6ee5-9b5c-11e6-b799-19bef72f4b7c">
     <topic>node.js -- ares_create_query single byte out of buffer write</topic>
     <affects>


More information about the svn-ports-head mailing list