Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2016 02:26:55 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418617 - head/security/vuxml
Message-ID:  <201607160226.u6G2QtMF044743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sat Jul 16 02:26:54 2016
New Revision: 418617
URL: https://svnweb.freebsd.org/changeset/ports/418617

Log:
  Document security issues from ATutor 2.2.1 and 2.2.2 changelog
  
  Security:	https://vuxml.FreeBSD.org/freebsd/00cb1469-4afc-11e6-97ea-002590263bf5.html
  Security:	https://vuxml.FreeBSD.org/freebsd/ffa8ca79-4afb-11e6-97ea-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jul 16 01:57:45 2016	(r418616)
+++ head/security/vuxml/vuln.xml	Sat Jul 16 02:26:54 2016	(r418617)
@@ -58,6 +58,59 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="00cb1469-4afc-11e6-97ea-002590263bf5">
+    <topic>atutor -- multiple vulnerabilites</topic>
+    <affects>
+      <package>
+	<name>atutor</name>
+	<range><lt>2.2.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>ATutor reports:</p>
+	<blockquote cite="https://github.com/atutor/ATutor/releases/tag/atutor_2_2_2">;
+	  <p>Security Fixes: Added a new layer of security over all php
+	    superglobals, fixed several XSS, CSRF, and SQL injection
+	    vulnerabilities.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/atutor/ATutor/releases/tag/atutor_2_2_2</url>;
+    </references>
+    <dates>
+      <discovery>2016-07-01</discovery>
+      <entry>2016-07-16</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="ffa8ca79-4afb-11e6-97ea-002590263bf5">
+    <topic>atutor -- multiple vulnerabilites</topic>
+    <affects>
+      <package>
+	<name>atutor</name>
+	<range><lt>2.2.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>ATutor reports:</p>
+	<blockquote cite="https://github.com/atutor/ATutor/releases/tag/atutor_2_2_1">;
+	  <p>Security Fixes: A number of minor XSS vulnerabilities discovered in
+	    the previous version of ATutor have been corrected.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/atutor/ATutor/releases/tag/atutor_2_2_1</url>;
+    </references>
+    <dates>
+      <discovery>2016-01-30</discovery>
+      <entry>2016-07-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a522d6ac-4aed-11e6-97ea-002590263bf5">
     <topic>flash -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607160226.u6G2QtMF044743>