Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
Image

Scientists Discover Cows Point North 558

Dr Sabine Begall and colleagues from the University of Duisburg-Essen have discovered that cows tend to point north. The researchers studied deer in the Czech Republic and looked at thousands of images of cattle on Google Earth. The animals tended to face north when eating or resting. "We conclude that the magnetic field is the only common and most likely factor responsible for the observed alignment," the scientists wrote in an article. I guess cows will become the must-have item for long-distance hikers now. Having an edible compass would come in handy if you get lost.

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

What's the difference between a computer salesman and a used car salesman? A used car salesman knows when he's lying.

Working...