From owner-svn-ports-head@freebsd.org Mon Jul 20 14:35:40 2015 Return-Path: Delivered-To: svn-ports-head@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 BF7759A5E20; Mon, 20 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 962241619; Mon, 20 Jul 2015 14:35:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KEZeVa098057; Mon, 20 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KEZe1R098056; Mon, 20 Jul 2015 14:35:40 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507201435.t6KEZe1R098056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 20 Jul 2015 14:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392572 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 14:35:40 -0000 Author: feld Date: Mon Jul 20 14:35:39 2015 New Revision: 392572 URL: https://svnweb.freebsd.org/changeset/ports/392572 Log: Document Cacti Multiple XSS and SQL injection vulnerabilities PR: 201702 Security: CVE-2015-4634 Security: 0bfda05f-2e6f-11e5-a4a5-002590263bf5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 20 14:30:57 2015 (r392571) +++ head/security/vuxml/vuln.xml Mon Jul 20 14:35:39 2015 (r392572) @@ -58,6 +58,50 @@ Notes: --> + + cacti -- Multiple XSS and SQL injection vulnerabilities + + + cacti + 0.8.8e + + + + +

The Cacti Group, Inc. reports:

+
+

Important Security Fixes

+
    +
  • Multiple XSS and SQL injection vulnerabilities
  • +
  • CVE-2015-4634 - SQL injection in graphs.php
  • +
+

Changelog

+
    +
  • bug: Fixed various SQL Injection vectors
  • +
  • bug#0002574: SQL Injection Vulnerabilities in graph items and + graph template items
  • +
  • bug#0002577: CVE-2015-4634 - SQL injection in graphs.php
  • +
  • bug#0002579: SQL Injection Vulnerabilities in data sources
  • +
  • bug#0002580: SQL Injection in cdef.php
  • +
  • bug#0002582: SQL Injection in data_templates.php
  • +
  • bug#0002583: SQL Injection in graph_templates.php
  • +
  • bug#0002584: SQL Injection in host_templates.php
  • +
+
+ +
+ + CVE-2015-4634 + ports/201702 + http://www.cacti.net/release_notes_0_8_8e.php + http://seclists.org/oss-sec/2015/q3/150 + + + 2015-07-12 + 2015-07-20 + +
+ php-phar -- multiple vulnerabilities