• hamster@kbin.social
    link
    fedilink
    arrow-up
    77
    ·
    9 months ago

    https://owasp.org/www-community/attacks/Credential_stuffing

    Credential stuffing is the automated injection of stolen username and password pairs (“credentials”) in to website login forms, in order to fraudulently gain access to user accounts.

    Since many users will re-use the same password and username/email, when those credentials are exposed (by a database breach or phishing attack, for example) submitting those sets of stolen credentials into dozens or hundreds of other sites can allow an attacker to compromise those accounts too.

    • doppelgangmember@lemmy.world
      link
      fedilink
      arrow-up
      27
      arrow-down
      1
      ·
      edit-2
      9 months ago

      So they brute forced the login?

      No request limiting?

      Wtf

      Edit: yeah it’s just a brute force with less steps. That’s fuckn embarrassing “Credential Stuffing is a subset of the brute force attack category. Brute forcing will attempt to try multiple passwords against one or multiple accounts; guessing a password, in other words. Credential Stuffing typically refers to specifically using known (breached) username / password pairs against other websites.”

      • spookedbyroaches@lemm.ee
        link
        fedilink
        arrow-up
        12
        arrow-down
        1
        ·
        9 months ago

        Just because this method is a subset of the brute force attack doesn’t mean that they don’t have request limiting. They are reusing known breached passwords from other platforms, which makes it basically a guarantee that they will get the right password if they don’t use a password manager. Their computer systems are secure, it’s just their business model that’s a privacy nightmare.

        • doppelgangmember@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          I mean true, there’s nothing you can do with a successful attempt.

          But i feel like this still could have been limited. Required 2FA obvi comes to mind… You can limit rate in a lot of ways.

      • PixxlMan@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        According to the quote they would’ve used breached passwords. You don’t know anything about request limiting. It wasn’t just randomly entering passwords unrestricted, as per your own quote.

      • KillAllPoorPeople@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        9 months ago

        Limits aren’t a concern if you’re controlling a bunch of zombies. The big guys usually have thousands if not hundreds of thousands of 'em.

  • fartsparkles@sh.itjust.works
    link
    fedilink
    arrow-up
    62
    ·
    9 months ago

    Never re-use a password between services; every password for every system should be unique. Use a “password manager” to help.

    Enable two-factor authentication (2FA) / multi-factor authentication (MFA) on any platform/service you can. It makes logging in a little longer but it makes these kinds of attacks much harder to pull off.

        • Airazz@lemmy.world
          link
          fedilink
          arrow-up
          7
          arrow-down
          2
          ·
          9 months ago

          They’ll all get hacked sooner or later. Ironically, a physical paper notebook might be the safest option right now.

          • isolatedscotch@discuss.tchncs.de
            link
            fedilink
            arrow-up
            8
            ·
            9 months ago

            if by all you mean the closed source ones where they probably don’t even encrypt your passwords, sure

            but open source ones (bitwarden) are really good and have a clear track record, you can even verify they encrypt everything by checking the source code.

            If you wanna go ultra paranoid, however, you can also use something like keepassxc, where not only it gets encrypted, but it stays on your device.

          • floofloof@lemmy.ca
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            9 months ago

            Or an encrypted db like KeePass or KeePass XC and your own storage sync arrangement. It has the advantage of not storing your passwords alongside everyone else’s.

            But a decent password manager will be better protected than LastPass was, even if hackers steal the database. If you use a good one and a strong master password which you keep secret, the risk from that kind of attack is not great. They’ll get useless encrypted data.

            Of course there are still other attacks like your master password being stolen through a keylogger, so two-factor authentication is important too.

  • Danny M@lemmy.escapebigtech.info
    link
    fedilink
    arrow-up
    28
    arrow-down
    3
    ·
    9 months ago

    I’m always astonished by the amount of information that people give away freely without securing it properly.

    As for yet another billion dollar company’s data being stolen… well… that’s just a normal Friday. I’m not one for government intervention, especially considering how our governments act nowadays, but I seriously think that our privacy laws should be a lot more useful and a lot more severe.

    I don’t even know what this company was thinking, what goes through someone’s brain to not stop for 20 seconds and think that storing this information unencrypted and just behind a simple login screen is a bad idea? Isn’t it just blatantly obvious that they should’ve used e2e encryption? Require people to generate a key before they send their sample? Or if you want to make it moron proof, was it really impossible to write a unique seed phrase on each box and require users to type that to see their PRIVATE GENETIC INFORMATION?

    I’m not anti capitalism, but the audacity of certain companies especially in the us is a sight to behold

    • mintakka@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      We desperately need data privacy laws like the EU. I think a lot of people are totally ignorant w/ respect to what bad actors (whether they’re hackers or private companies) can actually do with their data.

      • Danny M@lemmy.escapebigtech.info
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        GDPR is honestly not that good, it’s a step in the right direction but it’s not even close to being a decent solution.

        We should consider implementing penalties harsh enough to actually incentivize behavioral change. Ideally, we’d see a system where a failure to reform would result in fines doubling each subsequent month, ensuring that even a giant like Google feels the sting, otherwise nothing is gonna change.

  • ultranaut@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    2
    ·
    9 months ago

    I contacted them to find out if my account was hacked and their automated system claimed they have not experienced a breach and then tried to connect me with an actual person.

    • money_loo@1337lemmy.com
      link
      fedilink
      arrow-up
      18
      arrow-down
      1
      ·
      9 months ago

      Well they weren’t technically hacked, so that’s probably why they responded the way they did.

      They literally used people’s passwords to login.

      If you re-use your passwords across multiple sites then that is what would put you at risk for this.

      Just change your 23andMe to a unique password and you should be good.

    • ultranaut@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      9 months ago

      It’s been a few hours of “waiting for an agent” without progress so I’m giving up for the day. I think 23andme must be very busy with unhappy customers, or is massively understaffed.

  • ShooBoo@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    Perfect example as to why you don’t use the same password for every account you create on the internet. And use the same email address for everything you do. And like to use the same username on every site you sign up for.