Published August 19, 2015 | https://doi.org/10.59348/4wvv5-fe614

Wordpress php eval attacks

  • 1. ROR icon Birkbeck, University of London

Sigh. More hacking attempts and seems someone did manage to inject a php eval attack into one of my Wordpress installs. It's not a silver bullet magic fix, because the database and filesystems can also be compromised, but for those who'd like a quick shell command to clean this type of attack from the PHP files, at least: find ./ -name '*.php' -type f -exec sed -i -e '/php eval/ { d; }' {} \

Wordpress php eval attacks was originally published by Martin Paul Eve at Martin Paul Eve on August 19, 2015.

Additional details

Description

Sigh. More hacking attempts and seems someone did manage to inject a php eval attack into one of my Wordpress installs.

Identifiers

UUID
d42e4442-2608-446d-8c43-02a7aecd3fb7
GUID
https://doi.org/10.59348/4wvv5-fe614
URL
https://eve.gd/2015/08/19/wordpress-php-eval-attacks

Dates

Issued
2015-08-19T15:55:58
Updated
2015-08-19T15:55:58