Security issue
-
Our site komenda1.skavt.net recently had enormous amount of “attacks” to specific file: xmlprc.php in NextGen plugin directory.
It created a 30GB log file in a week or so. Here it is a quick preview of a log file:[Thu Oct 08 11:58:10.706838 2015] [:error] [pid 21669] [client 66.249.64.213:53632] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486
[Thu Oct 08 11:58:10.707035 2015] [:error] [pid 21669] [client 66.249.64.213:53632] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486
[Thu Oct 08 11:58:10.707064 2015] [:error] [pid 21669] [client 66.249.64.213:53632] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486
[Thu Oct 08 11:58:10.707085 2015] [:error] [pid 21669] [client 66.249.64.213:53632] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486and so on…
[Thu Oct 08 12:35:29.989510 2015] [:error] [pid 28127] [client 194.0.59.55:41636] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486
[Thu Oct 08 12:35:29.989525 2015] [:error] [pid 28127] [client 194.0.59.55:41636] PHP Warning: Illegal string offset ‘saved’ in /srv/htdocs/users.skavt.net/komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php on line 2486and so on…
Our tehnical support found out, that it is something wrong with file in:
/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php
since we were not the only one with this kind of problem. They said they fixed a problem, bit it will be overwritten with next NextGen plugin update. Here is what they did:
file: komenda1/www/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php
line: 2485
before fix:if (i!isset($meta['saved'])) {
after fix:if (is_array($meta) && !isset($meta['saved'])) {They said it is something with array checking. I am not familiar with this kind of stuff, so there is everything I can tell you.
Before we hard-coded this, we tried disabling/updating all other plugins and changing user passwords(we only have two users). No success.Please, can someone check this issue, there is a way that our site will be disabled if we don’t figure it out.
Thanks
The topic ‘Security issue’ is closed to new replies.