Warning! Popular plugin in repository infects database and cannot be removed
-
My database has been infected with very many serialized php arrays left by the All-in-One Event Calendar plugin from the WP plugin repository. The plugin was removed, its tables in mysql had to be removed manually in phapmyadmin, but nevertheless the plugin has left lots of traces in the WP options table in the mysql database. While I could remove some of the options, the plugin has injected serialized arrays in core functionality such as user roles (option_id 99) and cron (option_id 106). The plugin has installed a user role called “Event contributor” which cannot be removed. Somebody else asked for help in the forum to remove it from the database. The person got no useful advice and his problems were not solved but despite that someone has marked the unresolved topic as [resolved]:
Below is some of the mess in the
cron
anduser_roles
option id’s.(106,'cron','a:12:{i:1351418914;a:1:{s:12:\"ai1ec_u_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1351424436;a:1:{s:12:\"ai1ec_n_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1351425083;a:1:{s:10:\"ai1ec_cron\"
in 99 ‘user_roles’:
b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";
Other people have complained about the same issue, but apparently nothing has been done to resolve it, although the complaints were made a long time ago:
- The topic ‘Warning! Popular plugin in repository infects database and cannot be removed’ is closed to new replies.