German Survey Company Loses 41,000 Survey Records
mister_woods writes "It's not just governments that lose private data. Germany's Chaos Computer Club (CCC) reports that market research firm TNS Infratest/Emnid has lost 41,000 private data records of their survey participants. By simply changing the customer ID number in the browser's address bar access could be gained to comprehensive survey results, including names, addresses, dates of birth, email addresses, phone numbers and much more sensitive data. A CCC spokesman described this as 'unprofessional, grossly negligent and above all deeply worrying' and sees this loss as a vindication for its calls for strict regulations for public and private sector data collectors."
if they need to find it they should just keep an eye on 4chan, someone will post it there in a few days
How pathetic that these are the very sites that they make you have some ultra-secure password for because there is so much personal information on it and may even boast that the servers are stored in some nuclear bunker and mirrored in every country but yet they can't even enforce decent security on the site itself.
Taxation is legalized theft, no more, no less.
When are these companies going to start getting fined for data leaks? I'd bet this sort of thing would be a lot less common if there was a huge price to pay, other than a useless apology note.
it was possible for participants to read master data records and consumer profiles without bypassing even basic security measures. Access to the comprehensive survey results could be gained by simply changing the customer ID number in the browser's address bar.
The data was not lost, they failed to secure it. There is a difference between the two, although it doesn't make it any less of a problem. But headlines like this are misleading.
Furthermore the 41,000 number is misleading because there is no evidence supporting how many records were viewed using this method.
I Heart Sorting Networks
German Survey Company _Exposes_ 41,000 Survey Records would convey the real meaning of the article.
I've written several white papers and op-eds about how this problem has affected various companies and government entities. Sadly, it never seems to go away.
that the expensive webmaster you just hired is actually a drunken lemur in disguise when...
If video games influenced behavior the Pac Man generation would be eating pills and running away from their problems.
Okay let's pull some CSI crap and go back in time. I can hear it now! "Naw, just code it in a GET, that's easier. Nobody will ever just type something" (except in German obviously :P)
Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
I used to work at a web design agency a few years back. They had a single shopping cart system that they "re-used" (read: copy & pasted then altered to suit the site in question) for dozens of e-commerce sites. After processing an order, it would display the customer's entire details, including credit card information and billing address. Yes, it was vulnerable to this exact flaw. Increment/decrement the order number, and you get to see somebody else's details.
That's not the worst bit. The worst bit is when they "fixed" it. They did so by changing it to a POST request instead of a GET request, meaning the ID number didn't show up in the address bar. It was still just as vulnerable, it's just not as "discoverable" to the clients as it was before.
Posted AC because the company is sue-happy about former employees.
I'm not going to get into a debate over consumer and business responsibilities, but it seems to me that at a certain point, you just have to be constantly vigilant and aware if you want your data to be secure. This is a perfect example -- you don't have to take surveys. What's the benefit?
Wasn't germany the country considering, or moving toward, some sort of draconian ban on hacking tools? If so, let's tell them that the URL modification trick only works in IE. Seriously, though, these constant data breaches are getting pathetic. Are we going to have to start shooting suits to get them to shape up?
It is established that an amazing (unknown)% of survey data is lost or released to unauthorized recipients. We'd tell you the percentage, but we lost the laptop with all records at the airport.
-- All your bass are below two Hz
We recently left our CC processor (a major company, processing more than 10 billion a year). Their online CC terminal had this exact flaw. You can store customer info (CC, address, name, etc) and get a "customer ID" for that customer. Well... no checks in their system to assure that the "customer" was yours, so you could increment, decrement away and grab CC numbers to your hearts content (more than 25 million CCs in the system). You could even pass a random "customer id" to the billing portion of the system and bill a random person's CC, no checks in that part either.
When we alerted them to this flaw, they cut off our service and disabled all of our accounts and threatened to sue us for "hacking" their system. To this day I don't believe it is fixed.
Heartland payment systems is the company...
"It's not just governments that lose private data.
Golly, I just assumed that governments agencies, such as "TJX", "HSBC", and "Radio Shack" lose data.
Really, does the writer really think that Slashdot readers don't read Slashdot? TJX and HSBC certainly aren't part of any government, yet there have been numerous reports about the loss of a ridiculous number of records.
As for Radio Shack - I'm pretty sure that the government is propping them up. Then again, the government seems to be propping up banks too. OK, I stand corrected. Never mind.
Unfortunately, I've seen things like this before. Agencies of some rather large governments are also prone to this sort of thing.
TNS Infratest/Emnid has lost control of 41,000 private data records.
CIA front. Didn't you know that's where all the terrorists buy their bomb parts? Why do you think they insist on such detailed contact info for a $1.50 purchase?
If you want news from today, you have to come back tomorrow.
Or simply: TNS Infratest/Emnid has lost control of 41,000 private data records.
Nah, "exposes" creates more vivid mental images.
Table-ized A.I.
Blind government bashing is so rampant around here that it doesn't even need to be true to get props from a lot of readers.
Dedicated Cthulhu Cultist since 4523 BC.
Blind government bashing is so rampant around here that it doesn't even need to be true to get props from a lot of readers.
That's the government's fault.
Last year Global Test Market (www.globaltestmarket.com) had a similar exploit, which I found; I was able to access anyone's account information, including their password via their ID. I reported it to their IT department, it took them almost a month to fix. Everyone single one of their client's data on that site was exposed, and do you think the company notified the clients? Nope. It was as if they could care less. They never even gave me a pat on the back or anything. It's a wonder stuff like this doesn't happen more often, so many companies placing profits ahead of security.
Here, let me help you with a little psudocode:
String sUserId = request.getParameter("user_id");
int userId = 0;
try {
userId = checkInt(userId);
if (userId < 0) throw exception;
} catch (Exception e) {
exit();
}
User user = (User)session.getParameter("current_user");
if (user.getId() != userId) {
exit();
}
Horns are really just a broken halo.
Maybe your story is true, maybe you are an AC from another company. I don't see why are you moded informative, in the moment when you are accusing anonymously without proof you are just a troll.
so does "lost control."
Apart from certain areas (possibly medical records) there aren't statutory fines, but companies can be held liable if through their negligence something bad actually happens. To reduce the chance of that happening, many spend money on pro-active measures immediately after a leak, which is in some ways a "fine", in that it costs them money, and so they rationally would like to avoid it happening. For example, after a former university of mine misplaced a bunch of records, they paid for two years of identity-theft and credit-monitoring through some service for everyone who was affected.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Please do not grant moderation points to the person posting under this account. Read this before you do.
I thought incompetence and negligence was the sole province of government. This article must be a fake or the government must be to blame somehow
Naw, more likely to think its about the Whitehouse.
Table-ized A.I.
Then again, a fine won't help much because the people responsible wouldn't pay it, they'd just move to another company after this one went bust.
What's needed is a short stay in prison for the CEO responsible for overseeing the project.
A couple of convictions would see every company in the country take their data offline until some real security consultants were consulted.
No sig today...
Well, that works the other way 'round too. Blind government bashing is likely to strike a target simply by there being so many that you're bound to hit one.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
OMG, data porn!
41,000 records doing it just for you, they have no shame and show you anything. Sign up now!
Given the behaviour of our governments, I'm sure some proffessional paranoiacs would get an instant boner.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
TNS is a worldwide company. I'd seriously hope that they don't use the same software everywhere in the world.
To find other sites that make the same beginners' error. Looks like mainly spammers selling blue pills.
Link
Reduce, reuse, cycle
Call for strict regulations? come on, no regulation is going to make people smarter. The mediocre guys who made that web application are going to carry on producing crap.
If they did it on purpose, strict regulations would be a solution. It's just that they are stupid, there's no cure.
I entered an incorrect age (much older) on several online surveys and now get AARP and Depends adverts on my spam e-mail account. I wonder what would happen if I started entering requests for information along the lines of "like an elephants trunk"? This is like using the TrackMeNot firefox add-on to pollute web search tracking. I just let it run day and night.
While /. headlines are often called inaccurate, this time it's not the fault of the contributor. Both versions (English and German) of the article at ccc.de claim the data was "lost".
The article on heise.de referencing this does not mention any losses.
I suppose they get the other parts at Kragen, they always want my phone number. (I just tell them I'll keep my fucking receipt, unless it's on a lifetime part on a car I plan to keep, then sometimes I knuckle under and give it to them. They print that shit on thermal paper, the whole thing can turn black and then where is your warranty?)
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
A while ago, I started using some fake names for online surveys, then I added the name to my spam filter.
I get a whole lot less spam now.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
Like anything at radio shack costs 1.50. A simple cable always seems to run me like 7.50
"Computers are useless. They can only give you answers." - Pablo Picasso
"Vell, zats survey zese zings happen!"
Gentoo Linux - another day, another USE flag.