]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- new security patch for cacti 0.8.6j
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 21 Nov 2007 11:06:34 +0000 (11:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sec_sql_injection-0.8.6j.patch -> 1.1

sec_sql_injection-0.8.6j.patch [new file with mode: 0644]

diff --git a/sec_sql_injection-0.8.6j.patch b/sec_sql_injection-0.8.6j.patch
new file mode 100644 (file)
index 0000000..37b2838
--- /dev/null
@@ -0,0 +1,14 @@
+diff -ruBbdN cacti-0.8.6j/include/top_graph_header.php cacti-0.8.6j-patched/include/top_graph_header.php
+--- cacti-0.8.6j/include/top_graph_header.php  2007-01-17 19:23:10.000000000 -0500
++++ cacti-0.8.6j-patched/include/top_graph_header.php  2007-11-03 12:53:46.000000000 -0400
+@@ -27,6 +27,10 @@
+ $using_guest_account = false;
+ $show_console_tab = true;
++/* ================= input validation ================= */
++input_validate_input_number(get_request_var_request("local_graph_id"));
++/* ==================================================== */
++
+ if (read_config_option("global_auth") == "on") {
+       /* at this point this user is good to go... so get some setting about this
+       user and put them into variables to save excess SQL in the future */
This page took 0.071734 seconds and 4 git commands to generate.