[Bug 201702] net-mgmt/cacti: Multiple XSS and SQL injection vulnerabilities (CVE-2015-4634)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 21 23:56:20 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201702

--- Comment #12 from Jason Unovitch <jason.unovitch at gmail.com> ---
Created attachment 159053
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159053&action=edit
cacti-0.8.8f_1.patch

https://forums.freebsd.org/threads/problem-with-cacti-upgrading.52458/

Dan,
The thread above was reported in the forums.  Apparently there is a typo in the
migration code in 0.8.8f and this is causing issues when starting the service
after an update.  Obviously that file doesn't exist.

install/index.php 
@@ -468,7 +468,7 @@ if ($step == "4") {
                        include ("0_8_8d_to_0_8_8e.php");
                        upgrade_to_0_8_8e();
                }elseif ($cacti_versions[$i] == "0.8.8f") {
-                       include ("0_8_8f_to_0_8_8f.php");
+                       include ("0_8_8e_to_0_8_8f.php");
                        upgrade_to_0_8_8f();
                }
        }

Mark,
Can we get this applied and MFH'd?

Upstream Bug Reference:
http://bugs.cacti.net/view.php?id=2605

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list