eBay Redirect Attack Puts Buyers' Credentials At Risk 37
mrspoonsi points out this BBC story about an eBay breach that was directing users to a spoof site. "eBay has been compromised so that people who clicked on some of its links were automatically diverted to a site designed to steal their credentials. The spoof site had been set up to look like the online marketplace's welcome page. The firm was alerted to the hack on Wednesday night but removed the listings only after a follow-up call from the BBC more than 12 hours later. One security expert said he was surprised by the length of time taken. 'EBay is a large company and it should have a 24/7 response team to deal with this — and this case is unambiguously bad,' said Dr Steven Murdoch from University College London's Information Security Research Group. The security researcher was able to analyze the listing involved before eBay removed it. He said that the technique used was known as a cross-site scripting (XSS) attack."
NoScript (Score:5, Informative)
Re:NoScript (Score:5, Insightful)
It would be much easier to use NoScript if web sites stopped requiring JavaScript or at least stopped using scripts hosted on other web sites.
Re: (Score:3)
And stopped hosting content on their own websites on other domains.
I mean, is there a real advantage that amazon's images are hosted on amazon-images.com rather than amazon.com? Or static eBay stuff on ebaystatic.com ? (And nevermind Google's 1e100.net).
Is there some distinct advantage, or is it a case of "IT won't get us what we need, so we set up an alternate websit
Re:NoScript (Score:4, Informative)
Re: (Score:2)
Why not delegate them a third level domain? Your stuff on example.com, give your CDN control of cdn.example.com.
Re: (Score:3)
Thanks for letting me know about that!
Re: (Score:1)
Someone (probably a Google guy, everybody does what they recommend) decided that cookies are such a burden that you must avoid sending them with requests for images and other resources. Cookies are sent with each HTTP request to the domain or one of its subdomains, hence the need to cut of the cookies by using a domain outside the main domain of the site. There may be ancillary benefits, like increasing the number of concurrent connections and moving less important resources out of the queue for the main se
Re: (Score:3)
Yes there is a distinct advantage.
A) They are cookieless domains, which has a pile of benefits for static content
B) They are usually CDN's which have obvious benefits.
Re: (Score:1)
I've heard there is security advantage to this from the TWiT.tv show Security Now. Sites with user-supplied content can host user-supplied content on separate domains to prevent some types of attacks. More specifically, I believe it limits certain types of attacks from malicious scripts using "Same-origin" policy - the browser limits what content from foreign domains can accomplish with content on the domain listed in the address bar
Re: (Score:3, Informative)
It is possible in NoScript to allow scripts. It will still provide protection from cross-scripting techniques.
Re: (Score:1)
Re: (Score:3, Insightful)
We used to make fun of people who talked about "programming web pages". Nowadays they're right. Almost no big site is usable without Javascript. Not because there's anything on them that couldn't be done without Javascript, but because even the most trivial interactions are implemented in a way which requires Javascript. It's not uncommon for web sites to load scripts from more than a dozen external domains, and some of those scripts load more data from further external domains. And those aren't always nice
So what you're saying... (Score:2)
...is that our selfies are safer [theguardian.com].
hack???? (Score:2, Informative)
there was no hack. you're all idiots.
posting a link on a site designed to let you place links on, and a moron giving their credentials to someone else is not a hack.
slashdot = stagnated
Re: (Score:2)
Yet another reason to use NoScript (Score:2)
There was no hack (Score:5, Informative)
The article is completely overblowing this, borderling lying. Ebay was not hacked. The BBC should be ashamed and take the article down:
EBay has been compromised so that people who clicked on some of its links were automatically diverted to a site designed to steal their credentials.
But the image caption says the truth:
A listing for an iPhone 5S contained code that resulted in users being sent to a scam site
Those are *completely* different issues. A link is not a hack! The article goes on to make up more garbage:
He [the security researcher] said that the technique used was known as a cross-site scripting (XSS) attack. It involved the attackers placing malicious Javascript code within product listing pages.
Posting a link is not an XSS attack. And a link is not the same as Javascript.
The article says "a security researcher" but they never say the persons name or credentials. I bet there was no researcher. It sounds more like a friend of one of the reporters saw this scam link, Googled some search terms and came-up with "XSS" then suddenly became a security researcher.
Re: (Score:2)
It sounds more like a friend of one of the reporters saw this scam link, Googled some search terms and came-up with "XSS" then suddenly became a security researcher.
Sounds like the security researchers I know.
Yes there was (Score:5, Insightful)
Re: (Score:1)
Agree it was not a hack, but it was indeed an XSS attack. Watch the video. (https://www.youtube.com/watch?v=WT5TG_LvZz4). It is your assumption of the articles use of the work link(in this case they could replace it with listing) that is wrong.
Re: (Score:2)
EBay filters the HTML you can use in a listing. The idea is to prevent people doing exactly this, or say using JavaScript to change the description from "working" to "spares and repairs" after it finishes. The hack was finding a way to get around the filter and put this code on the page.
Arbitrary JS in listings! What could go wrong? (Score:3)
I remember yelling and waving my arms at some length years ago when I discovered that you could put arbitrary JavaScript into your auction descriptions. Sure, it lets you have cool expanding images and whatnot -- but I can't imagine securing it against attacks that do something like this, or attach event handlers to the controls in the eBay-served sections of the page, or any number of other nefarious things. Everybody told me to calm down and shut up at the time, and my posts on eBay's discussion forum disappeared pretty quickly.
I'm only surprised that it's taken this long for an attack to get even this minimal degree of coverage. (I was going to say "I'm surprised it took this long for someone to implement an attack", but I have no reason to believe that this is the first one.)
gfhdfghdfgh (Score:3)
BBC:
Are you fucking kidding me, the BBC 'journalist' is a moron, links take people to other pages, what the fuck did you think they do mr "Leo Kelion Technology desk editor"?
Link your PayPal account and see what happens (Score:1)