Local file inclusion vulnerability
This commit is contained in:
@@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
3.4.3.2 (2011-07-XX)
|
||||
- [security] Fixed XSS vulnerability, see PMASA-2011-9
|
||||
- [security] Fixed local file inclusion vulnerability, see PMASA-2011-10
|
||||
|
||||
3.4.3.1 (2011-07-02)
|
||||
- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5
|
||||
|
2
sql.php
2
sql.php
@@ -719,7 +719,7 @@ if (0 == $num_rows || $is_affected) {
|
||||
parse_str($_REQUEST['transform_fields_list'], $edited_values);
|
||||
|
||||
foreach($mime_map as $transformation) {
|
||||
$include_file = $transformation['transformation'];
|
||||
$include_file = PMA_securePath($transformation['transformation']);
|
||||
$column_name = $transformation['column_name'];
|
||||
$column_data = $edited_values[$column_name];
|
||||
|
||||
|
Reference in New Issue
Block a user