svn commit: r411000 - head/security/vuxml

Thomas Zander riggs at FreeBSD.org
Sun Mar 13 16:28:30 UTC 2016


Author: riggs
Date: Sun Mar 13 16:28:28 2016
New Revision: 411000
URL: https://svnweb.freebsd.org/changeset/ports/411000

Log:
  Document XSS vulnerability in graphics/jpgraph2 before 3.0.7_1
  
  PR:		207001
  Security:	CVE-2009-4422

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Mar 13 16:22:23 2016	(r410999)
+++ head/security/vuxml/vuln.xml	Sun Mar 13 16:28:28 2016	(r411000)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="77b7ffb7-e937-11e5-8bed-5404a68ad561">
+    <topic>jpgraph2 -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>jpgraph2</name>
+	<range><lt>3.0.7_1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Martin Barbella reports:</p>
+	<blockquote cite="http://www.securityfocus.com/archive/1/archive/1/508586/100/0/threaded">
+	  <p>JpGraph is an object oriented library for PHP that can be used to create
+	    various types of graphs which also contains support for client side
+	    image maps.
+
+	    The GetURLArguments function for the JpGraph's Graph class does not
+	    properly sanitize the names of get and post variables, leading to a
+	    cross site scripting vulnerability.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.securityfocus.com/archive/1/archive/1/508586/100/0/threaded</url>
+    </references>
+    <dates>
+      <discovery>2009-12-22</discovery>
+      <entry>2016-03-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="5af511e5-e928-11e5-92ce-002590263bf5">
     <topic>php7 -- multiple vulnerabilities</topic>
     <affects>
@@ -87,6 +118,7 @@ Notes:
     </description>
     <references>
       <url>http://php.net/ChangeLog-7.php#7.0.4</url>
+      <cvename>CVE-2016-2342</cvename>
     </references>
     <dates>
       <discovery>2016-03-03</discovery>


More information about the svn-ports-all mailing list