Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Security The Almighty Buck

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."
This discussion has been archived. No new comments can be posted.

eBay Redirect Attack Puts Buyers' Credentials At Risk

Comments Filter:
  • NoScript (Score:5, Informative)

    by olsmeister ( 1488789 ) on Wednesday September 17, 2014 @04:43PM (#47931345)
    NoScript can help prevent XSS attacks. Use it.
    • Re:NoScript (Score:5, Insightful)

      by Ichijo ( 607641 ) on Wednesday September 17, 2014 @04:49PM (#47931411) Journal

      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.

      • by tlhIngan ( 30335 )

        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.

        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)

          by BronsCon ( 927697 ) <social@bronstrup.com> on Wednesday September 17, 2014 @06:07PM (#47932085) Journal
          I'm not sure about Amazon or eBay, but I know my company does it due to how DNS works. Our CDN wants control over the DNS for the domain we use for them, so they can serve static content from the closest possible location. That doesn't jive with our application, as we need control over DNS for the many domains we also host, so the solution was a dedicated domain for CDN use.
          • by Alioth ( 221270 )

            Why not delegate them a third level domain? Your stuff on example.com, give your CDN control of cdn.example.com.

            • You know, I'll be completely honest and say I didn't know that was possible. A bit of research later and I see that it's actually pretty easy. I'll gt in touch with our CDN provider and see if they support it, since it'll be quite useful for our next platform release.

              Thanks for letting me know about that!
        • by Anonymous Coward

          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

        • 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.

        • 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)

        by OSS542 ( 815118 )

        It is possible in NoScript to allow scripts. It will still provide protection from cross-scripting techniques.

    • I have problems all the time with the ebay site. A lot of there javascript is broken anyways. (I'll click on place bid an nothing happens.) You would probably end up with a better experience. Although I do use greese/tamper monkey to get the price of shipping to show on the listing.
    • Re: (Score:3, Insightful)

      by Anonymous Coward

      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

  • ...is that our selfies are safer [theguardian.com].

  • hack???? (Score:2, Informative)

    by Anonymous Coward

    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

  • There are no excuses, unless you are a Luddite or an ignoramus.
  • There was no hack (Score:5, Informative)

    by MobyDisk ( 75490 ) on Wednesday September 17, 2014 @05:07PM (#47931551) Homepage

    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.

    • by Enry ( 630 )

      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)

      by dutchwhizzman ( 817898 ) on Wednesday September 17, 2014 @05:27PM (#47931719)
      Although a vulnerability to XSS isn't directly a hack of eBay, it *is* a hack of everyone visiting that page. *Every* visitor would be redirected to the malicious page automatically and their credentials would be stolen there if the user would re-enter them. Since eBay left their website vulnerable to this sort of malicious automatic redirect, abusing this vulnerability to place malicious code on eBay's website is technically a hack.
    • by Anonymous Coward

      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.

    • by AmiMoJo ( 196126 ) *

      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.

  • by jeffb (2.718) ( 1189693 ) on Wednesday September 17, 2014 @07:18PM (#47932579)

    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.)

  • by MrL0G1C ( 867445 ) on Wednesday September 17, 2014 @09:17PM (#47933293) Journal

    BBC:

    EBay has been compromised so that people who clicked on some of its links were automatically diverted to a site

    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"?

  • This is just exactly what was bound to happen after the push to link the EBay/PayPal accounts. I have a PayPal two factor token; EBay asks me to link them and then the two factor authentication was rendered useless. I broke the link. EBay needs to get a grip.

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...