Status: offline

holdenpike

Forum User
Newbie
Registered: 03/14/05
Posts: 12
I had an attack on my geeklog site last week. Geeklog wasn't compromised except for my Spamx plugin which I thoguht was wierd so I disabled the plug in and deleted it. But now I ran across a few errors in my error log that I dont' quite understand.

Text Formatted Code
Mon 24 Jul 2006 09:33:04 PDT - 1064: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'Linux'' at line 4. SQL in question: INSERT INTO gl_gus_user_agents SET
                        user_agent = '\\\"Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3\\\"',
                        browser = 'Firefox',
                        version = '1.5.0.3\',
                        platform = 'Linux'
 


So can I get any help with it? Thanks


Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
This is obviously from the GUS plugin and it looks like an SQL injection attempt, using a manipuiated user agent. I'd suggest you contact the plugin's author.

bye, Dirk

Status: offline

holdenpike

Forum User
Newbie
Registered: 03/14/05
Posts: 12
Thanks. Will do. I upgraded the GUS plugin before seeing the error. I'll drop the developer a note.