Mageia Bugzilla – Attachment 2762 Details for
Bug 7277
zabbix new security issue CVE-2012-3435
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
zabbix-1.8.2-CVE-2012-3435.patch
CVE-2012-3435 (text/plain), 860 bytes, created by
David Walser
on 2012-09-06 22:44:14 CEST
(
hide
)
Description:
zabbix-1.8.2-CVE-2012-3435.patch
Filename:
MIME Type:
Creator:
David Walser
Created:
2012-09-06 22:44:14 CEST
Size:
860 bytes
patch
obsolete
>Index: zabbix-1.8.2/frontends/php/popup_bitem.php >=================================================================== >--- zabbix-1.8.2.orig/frontends/php/popup_bitem.php >+++ zabbix-1.8.2/frontends/php/popup_bitem.php >@@ -43,7 +43,7 @@ include_once 'include/page_header.php'; > > 'list_name'=> array(T_ZBX_STR, O_OPT, P_SYS, NOT_EMPTY, 'isset({save})&&isset({gid})'), > 'caption'=> array(T_ZBX_STR, O_OPT, null, null, null), >- 'itemid'=> array(T_ZBX_INT, O_OPT, null, DB_ID.'({}!=0)', 'isset({save})'), >+ 'itemid'=> array(T_ZBX_INT, O_OPT, P_SYS, DB_ID.'({}!=0)', 'isset({save})'), > 'color'=> array(T_ZBX_CLR, O_OPT, null, null, 'isset({save})'), > 'calc_fnc'=> array(T_ZBX_INT, O_OPT, null, IN('0,1,2,4,7,9'), 'isset({save})'), > 'axisside'=> array(T_ZBX_INT, O_OPT, null, IN(GRAPH_YAXIS_SIDE_LEFT.','.GRAPH_YAXIS_SIDE_RIGHT), null),
Index: zabbix-1.8.2/frontends/php/popup_bitem.php =================================================================== --- zabbix-1.8.2.orig/frontends/php/popup_bitem.php +++ zabbix-1.8.2/frontends/php/popup_bitem.php @@ -43,7 +43,7 @@ include_once 'include/page_header.php'; 'list_name'=> array(T_ZBX_STR, O_OPT, P_SYS, NOT_EMPTY, 'isset({save})&&isset({gid})'), 'caption'=> array(T_ZBX_STR, O_OPT, null, null, null), - 'itemid'=> array(T_ZBX_INT, O_OPT, null, DB_ID.'({}!=0)', 'isset({save})'), + 'itemid'=> array(T_ZBX_INT, O_OPT, P_SYS, DB_ID.'({}!=0)', 'isset({save})'), 'color'=> array(T_ZBX_CLR, O_OPT, null, null, 'isset({save})'), 'calc_fnc'=> array(T_ZBX_INT, O_OPT, null, IN('0,1,2,4,7,9'), 'isset({save})'), 'axisside'=> array(T_ZBX_INT, O_OPT, null, IN(GRAPH_YAXIS_SIDE_LEFT.','.GRAPH_YAXIS_SIDE_RIGHT), null),
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7277
: 2762 |
3302