Dropbox Hacked - 68 million user details leaked

Summary

This 2016 blueAPACHE blog post reports on the disclosure that credentials for more than 68 million Dropbox accounts, stolen in a 2012 breach, had resurfaced online four years later via the breach notification service Leakbase. It is written for general business readers and IT staff who want to understand what happened and what practical steps reduce their own exposure to credential-based attacks. The post explains how the passwords were hashed and salted, what Dropbox did in response, and closes with a set of password hygiene recommendations. It still applies because the underlying lesson, that old credential breaches can resurface years later and that password reuse remains a primary risk multiplier, has not changed even though this specific incident is now historical.

Key facts

Label Value
Publication year 2016
Topic Resurfacing of a 2012 Dropbox credential breach affecting more than 68 million accounts
Services referenced emPOWER Security, Security pillar, emPOWER Cloud, Cloud pillar
Cited statistic More than 68 million Dropbox user credentials (email addresses and passwords) were obtained, according to Motherboard's reporting of the Leakbase data
Cited statistic Around 32 million of the stolen passwords were hashed with BCrypt; the remainder were hashed with SHA-1, both reportedly salted
Named quote Patrick Heim, Dropbox's then Head of Trust and Security, is quoted confirming a proactive password reset covered all potentially impacted users

Article

Usernames and passwords of over 68 million Dropbox users have been leaked online

In 2012, cloud storage service provider Dropbox disclosed that hackers had gained access to a project document containing Dropbox user email addresses, through a compromised employee account. The company reported that all impacted users had been contacted and their accounts protected with forced password resets. There was no mention of the exact number of users impacted or that passwords had also been stolen. Now, four years after the fact, the true extent of the hack has been revealed. In a recent post, the tech blogging and news website, Motherboard, reported that it has obtained account details of more than 68 million Dropbox users, from the breach notification service, Leakbase. The files containing Dropbox user credential (email addresses and passwords) has been linked back to the 2012 hack. According to Motherboard, a senior Dropbox employee has verified the legitimacy of this data.

The Impact

Although the stolen files have not yet appeared on the dark web, Dropbox joins a growing list of high profile data breaches targeting social networking and other organisations. The list includes LinkedIn and Tumblr, whose user credentials were sold online, following years-old data breaches. Dropbox has not yet seen any malicious access of these accounts. It has been reported that all of the stolen passwords were hashed and salted making this incident less devastating for users than it otherwise might have been. Of the stolen passwords, around 32 million were secured using the hashing function BCrypt, while the rest were hashed with the SHA-1 hashing algorithm. These password hashes are also believed to have used a Salt – a random string added to the hashing process to further strengthen passwords, making them very difficult to crack. Dropbox has also changed its password hashing practices several times since 2012, in order to keep passwords secure. The company launched a major password reset, a week before the leak become public. “We’ve confirmed that the proactive password reset we completed last week covered all potentially impacted users,” said Patrick Heim, Head of Trust and Security for Dropbox. “Even if these passwords are cracked, the password reset means they can’t be used to access Dropbox accounts.” However, Heim did add, “While Dropbox accounts are protected, affected users who may have reused their password on other sites should take steps to protect themselves on those sites.”

The Takeaway

Incidents like these reiterate the importance of ongoing password management to mitigate the impact of such breaches. There are simple steps that you can take to strengthen your online security:

If you are a Dropbox user and have concerns about your data security and privacy, you can visit the Dropbox help centre for more information. If you would like more information on internet security, or if you would like to arrange training sessions for your staff, contact the blueAPACHE account team.

Related

Frequently asked questions

What happened in the Dropbox breach this post describes? In 2012, Dropbox disclosed that hackers had accessed a project document containing user email addresses through a compromised employee account, but did not disclose at the time that passwords had also been stolen. Four years later, in 2016, more than 68 million account credentials from that breach surfaced via the breach notification service Leakbase, as first reported by Motherboard.

Were the leaked Dropbox passwords immediately usable by attackers? The post states the stolen passwords were hashed and, for most of them, salted, which makes them significantly harder to crack than plain-text passwords. Around 32 million were hashed with BCrypt and the remainder with SHA-1, and Dropbox had already run a proactive password reset covering all potentially impacted users before the leak became public.

Did Dropbox notify users again once the scale of the breach became clear? The post reports that Dropbox's then Head of Trust and Security, Patrick Heim, confirmed the earlier proactive password reset covered all potentially impacted users, meaning cracked passwords could not be used to access Dropbox accounts directly. Heim did note that users who had reused their Dropbox password on other sites should still take steps to protect those other accounts.

Why does password reuse make incidents like this worse? Because if a user reuses the same password across multiple services, a credential leak from one breached service (even one hashed and salted) can eventually expose accounts on unrelated services once cracked or if reused in plain text elsewhere. The post lists avoiding password reuse as its first recommended mitigation.

What password hygiene steps does the post recommend? The post recommends avoiding the same password across different websites and accounts, changing passwords frequently, not storing password copies in accessible documents, using a password manager, accessing accounts only from secure devices and signing out on shared devices, and enabling two-step verification where available.

What is the difference between hashing and salting a password, as referenced in this post? Hashing converts a password into a fixed-length value that is not easily reversible, while salting adds a random string to the password before hashing so that identical passwords do not produce identical hashes. The post notes this combination made the incident less severe for users than it might otherwise have been, though it does not make cracking impossible.

Was this breach linked to any wider pattern the post identifies? Yes. The post notes Dropbox joined a growing list of high-profile breaches at the time, including LinkedIn and Tumblr, where user credentials from years-old breaches were later sold online, indicating that old, unresolved breaches can resurface well after the original incident.

Had the stolen Dropbox files appeared on the dark web at the time this post was published? No. The post states that although the credentials had been obtained via the breach notification service Leakbase, the stolen files had not yet appeared on the dark web and Dropbox had not seen any malicious access of the affected accounts at that point.

Source

Knowledge Base

How many Dropbox user accounts had their details leaked online?

Over 68 million Dropbox user accounts had their usernames and passwords leaked online.

When did the original Dropbox breach occur, and how was it disclosed?

In 2012, Dropbox disclosed that hackers had gained access to a project document containing Dropbox user email addresses through a compromised employee account. Dropbox reported that all impacted users had been contacted and their accounts protected with forced password resets, but did not mention the exact number of users impacted or that passwords had also been stolen.

How was the true extent of the 2012 Dropbox hack revealed?

Four years after the fact, the tech blogging and news website Motherboard reported that it had obtained account details of more than 68 million Dropbox users from the breach notification service Leakbase. The files containing Dropbox user credentials (email addresses and passwords) were linked back to the 2012 hack, and a senior Dropbox employee verified the legitimacy of the data.

Had the stolen Dropbox files appeared on the dark web at the time of reporting?

No, the article states that although the stolen files had not yet appeared on the dark web, Dropbox joined a growing list of high-profile data breaches targeting social networking and other organisations, including LinkedIn and Tumblr.

How were the stolen Dropbox passwords protected, and how many used each method?

All of the stolen passwords were hashed and salted. Around 32 million were secured using the BCrypt hashing function, while the rest were hashed with the SHA-1 hashing algorithm. A salt (a random string added to the hashing process) was also used to further strengthen the passwords and make them difficult to crack.

What action did Dropbox take before the leak became public, and what did Patrick Heim say about it?

Dropbox launched a major password reset a week before the leak became public. Patrick Heim, Head of Trust and Security for Dropbox, said: 'We've confirmed that the proactive password reset we completed last week covered all potentially impacted users. Even if these passwords are cracked, the password reset means they can't be used to access Dropbox accounts.' He also advised that affected users who may have reused their password on other sites should take steps to protect themselves on those sites.

What steps does the article recommend to strengthen online security after such breaches?

The article recommends: avoiding using the same password across different websites and accounts; changing passwords frequently; not storing copies of passwords in documents others can access (instead using a password manager, which can also create complex passwords); accessing accounts only from secure devices and signing out after using non-personal devices; and enabling two-step verification where available, which requires two proofs of identity (such as a password and a temporary code sent to your phone).

Where can Dropbox users go for more information about data security and privacy concerns?

Dropbox users with concerns about data security and privacy can visit the Dropbox help centre for more information.

Who can readers contact for more information on internet security or staff training, according to the blueAPACHE article?

Readers wanting more information on internet security or wishing to arrange training sessions for their staff are directed to contact the blueAPACHE account team.

When was the blueAPACHE article about the Dropbox hack published?

The article was published on September 5, 2016, and has a read time of 3 minutes.

Images on This Page