Today it came out that there is yet another SQL injection in WordPress Blogs.
This code exploits the Wordpress Plugin Upload File, and allows an attacker to execute an arbitrary command on the hosting machine. If you host your Blog Locally, this is an enormous problem! The exploit (Discovered by a russian hacker http://eserg.ru ) , is one of a myriad of security issues recently exposed by Hackers- leaving bloggers worldwide vulnerable.
What is a Arbitrary Command?
This is when an attacker is able to exploit a security vulnerability in a program, to execute commands on YOUR computer. For example, in this case, By simply executing this SQL query
null/**/union/**/all/**/select/**/concat(user_login,0x3a,user_pass)/**/from/**/wp_users/*
On your server- he is able to add/remove users, Delete Files, and install any number of viruses.
Be on the lookout in the next week for a patch from www.wordpress.com/www.wordpress.org
My New Blog
May 24, 2008
Wordpress SQL injection
January 14, 2008
Hacker Safe?
Posted by
Gillis57
at
4:44 PM
0
comments
Labels: Anti-Virus, Bot, Digital Armaments, Hacker, Hacking, Hijack, Password, Security, Sql, SQL Injections, Tor, Trojan, Virus, Vulnerability, Windows
January 10, 2008
Automated SQL Injection,
If your in a Jam and need to know what this is fast- A SQL Injection is defined as: A form of attack on a database-driven Web site in which the attacker executes unauthorized SQL commands by taking advantage of insecure code on a system connected to the Internet.
Basically a SQL Injection allows an attacker to bypass security measures such as Logons, Admin Panels, and/or retrieve sensitive customer Data from your web-attached database. An example of a SQL injection would be:
statement := "SELECT * FROM users WHERE name = '" + userName + "';"
This would allow an attacker to pull up stats on a specified username.
What this most recent attack (Listed below) does is it can automatically run a series of common SQL Exploits to gain access to your server and run malicious code giving them access to any of your customer's computers. More to come later
Tens of thousands of Web sites have been compromised by an automated SQL injection attack, and although some have been cleaned, others continue to serve visitors a malicious script that tries to hijack their PCs using multiple exploits, security experts said this weekend.
View Story
Posted by
Gillis57
at
10:05 AM
0
comments
Labels: Hacker, Hacking, Hijack, Malicious, Security, Sql, SQL Injections, Trojan