Date: Sun, 13 Mar 2016 16:28:29 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411000 - head/security/vuxml Message-ID: <201603131628.u2DGSTuN071120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131628.u2DGSTuN071120>