|
|
|
|
|
by anonfunction
4263 days ago
|
|
The patch is only one line[1], so if you're scared to update Drupal for fear of breaking things you can just patch the vulnerable part. In this file: includes/database/database.inc
Replace line 739: foreach ($data as $i => $value) {
With the patched code: foreach (array_values($data) as $i => $value) {
[1] https://www.drupal.org/files/issues/SA-CORE-2014-005-D7.patc... |
|
I guess it's just another example of the Waterbed Theory[1].
1: http://en.wikipedia.org/wiki/Waterbed_theory