Code Injection Follow Up
I have release 2 security updates to WP-Polls and WP-PostRatings which basically removes a malicious code that allows code injection. The malicious code is as follows: if ($_SERVER[‘PHP_SELF’] == @links_add_base_url(“/”, $_SERVER[‘HTTP_REFERER’])) return; The code itself does nothing, but hackers are spoofing the $_SERVER[‘HTTP_REFERER’] that allows arbitrary code injection and note the @ sign which surpress … Continue reading “Code Injection Follow Up”