Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Security Bug The Internet Games Entertainment Technology

Fortnite Bugs Gave Hackers Access To Millions of Player Accounts, Researchers Say (techcrunch.com) 27

Researchers at cybersecurity firm Check Point say three vulnerabilities chained together could have allowed hackers to take control of any of Fortnite's 200 million players. "The flaws, if exploited, would have stolen the account access token set on the gamer's device once they entered their password," reports TechCrunch. "Once stolen, that token could be used to impersonate the gamer and log in as if they were the account holder, without needing their password." From the report: The researchers say that the flaw lies in how Epic Games, the maker of Fortnite, handles login requests. Researchers said they could send any user a crafted link that appears to come from Epic Games' own domain and steal an access token needed to break into an account.

Here's how it works: The user clicks on a link, which points to an epicgames.com subdomain, which the hacker embeds a link to malicious code on their own server by exploiting a cross-site weakness in the subdomain. Once the malicious script loads, unbeknownst to the Fortnite player, it steals their account token and sends it back to the hacker. "If the victim user is not logged into the game, he or she would have to log in first," a researcher said. "Once that person is logged in, the account can be stolen." Epic Games has since fixed the vulnerability.

This discussion has been archived. No new comments can be posted.

Fortnite Bugs Gave Hackers Access To Millions of Player Accounts, Researchers Say

Comments Filter:
  • by phantomfive ( 622387 ) on Wednesday January 16, 2019 @09:25PM (#57975122) Journal
    It worked for the devs. Why test every corner case? Why even think about that? It was passing the unit tests, and everyone is doing token based auth.
    • by Anonymous Coward

      Flawless code takes infinitesimal effort. At some point you just have to ship. The most important moral when internetting is not to put all your eggs in one basket because someone else is eventually going to take a basket.

      • We're not talking about some complex algorithm here. This isn't machine learning, it's not something experimental. It isn't something new. Log-in code is something that we've known how to do for decades.

        If you can't be bothered to test it, then use a library written by someone who did.
  • by Anonymous Coward

    Sure some people are dumb but honestly who clicks any link they aren't expecting?

  • I played a little bit of Fornite, and found it incredibly difficult. I hope my account gets stolen because whoever steals it is invariably better at Fortnite then me.

  • This explains how my Epic account was breached last year even though it used a UNIQUE password. $600 dollars withdrawn from my Paypal account (saved prior authorization that was immediately removed after this incident) within a matter of 30 seconds.

    Even after enabling 2FA my account was still breached, my user name was changed to random alphanumeric nonsense and my friends' list deleted. It wasn't until I changed my password that the unauthorized activity stopped... apparently killing any existing valid
  • If somebody takes over your account, can't you just create a new account? Seems like all you would lose would be your friend lists... unless you were stupid enough to actually buy in-game items that are purely cosmetic.

It is easier to write an incorrect program than understand a correct one.

Working...