From owner-svn-ports-all@freebsd.org Sun Mar 13 16:28:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 854CBACFD9A; Sun, 13 Mar 2016 16:28:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CD8F197D; Sun, 13 Mar 2016 16:28:30 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DGSTXa071121; Sun, 13 Mar 2016 16:28:29 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DGSTuN071120; Sun, 13 Mar 2016 16:28:29 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201603131628.u2DGSTuN071120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 13 Mar 2016 16:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411000 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 16:28:30 -0000 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.) --> + + jpgraph2 -- XSS vulnerability + + + jpgraph2 + 3.0.7_1 + + + + +

Martin Barbella reports:

+
+

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.

+
+ +
+ + http://www.securityfocus.com/archive/1/archive/1/508586/100/0/threaded + + + 2009-12-22 + 2016-03-13 + +
+ php7 -- multiple vulnerabilities @@ -87,6 +118,7 @@ Notes: http://php.net/ChangeLog-7.php#7.0.4 + CVE-2016-2342 2016-03-03