Could this Iframe be part of a plugin trojan?
-
After using a few new plugins my wp-config.php had ha added at the very beginning and the entire file had been written in Windows format (I had to remove all of the CR’s so that BBEdit would display it correctly since I use OSX.
This is on my local server running under MAMP under my own username.
I don’t really know PHP or JS well, but looked at the plugins and this caught my eye since it loads arbitrary code from an external site, and I find it odd that the file is named sidebar.php. Is there any way the loaded sidebar.php file could be made to execute arbitrary code?
<div id="postbox-container-1" class="postbox-container"> <iframe frameBorder="0" height = "1000" src = "https://sudarmuthu.com/projects/wordpress/bulk-move/sidebar.php?color=<?php echo get_user_option( 'admin_color' ); ?>&version=<?php echo self::VERSION; ?>"></iframe> </div>
Any comments are greatly appreciated
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Could this Iframe be part of a plugin trojan?’ is closed to new replies.