Skip to content

Commit cdc12f9

Browse files
committed
Security: Remove connection information when opening db manager when 'db_manager_enabled' is true, reducing the likeliness of a successful BREACH attack - refs BT#21289
1 parent 34576eb commit cdc12f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
$databaseName = $_configuration['main_database'];
719719

720720
$items[] = [
721-
'url' => "db.php?username=$username&db=$databaseName&server=$host",
721+
'url' => "db.php",
722722
'label' => get_lang('DatabaseManager'),
723723
];
724724
}

0 commit comments

Comments
 (0)