Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:$conn_id = mysql_connect("microsoft.com") (Score 1) 202

First of all, this is not new. My logs have shown attempted attacks like this for over a month.

Second, the attack vector is not simply requesting parameters and passing them to the database; the code is sent as part of the querystring, which the server parses causing the code to be executed which appends the script call into most text fields in your database, in every record.

Default validations do NOT catch all the attempts, certainly most, but the odd one does get through validation - at this point, it doesnt matter how you coded your queries, as long as you have tables with text fields you are just as screwed - the code simply hits every table. Again, you do NOT have to pass this code to the database in your script to be vulnerable

There are modules to beef up the validation, and they work well to prevent this, but you dont have to be an idiot to be hit - and I resent that statement.

And yes, I operate a couple dozen sites across a number of servers and can see this activity clearly in my logs and have one or two successful attacks on fully patched servers to draw my information from.

Music

Submission + - Music execs: Apple and DRM are the problem

EMB Numbers writes: C-Net says last year saw a 131 percent jump in digital sales, but overall the industry still saw about a 4 percent decline in revenue. http://news.com.com/2100-1027_3-6162729.html?part= rss&tag=2547-1_3-0-5&subj=news At the opening of the conference, some of the panel members lashed out at Jobs. Members said Jobs' call three weeks ago for DRM-free music was "insincere" and a "red herring." Apple has maintained a stranglehold on the digital music industry by locking up iTunes music with DRM......and "it's causing everybody else who is participating in the marketplace — the other service providers, the labels, the users — a lot of pain. If they could simply open it up, everybody would love them."

Slashdot Top Deals

Honesty is for the most part less profitable than dishonesty. -- Plato

Working...