Adversary-in-the-middle attacks can strip out the passkey option from login pages that users see, leaving targets with only authentication choices that force them to give up credentials.

  • xyguy@startrek.website
    link
    fedilink
    English
    arrow-up
    18
    ·
    3 days ago

    This is just someone siting in the middle and modifying a page not to show the passkey login option anymore and then stealing a password/session token.

    As far as I can tell, this has almost nothing to do with passkeys specifically and would only apply in a situation where a website has a username and password fallback in case a passkey isn’t created or isnt working.

      • trevor@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        3 days ago

        I’m not an expert, so this is an oversimplification, but:

        Passkeys are essentially like authenticating the same way you do via SSH, but with websites. The site will use a public key for your account. Your passkey holds the private key. That’s it, as I understand it.

        The advantages are that your accounts secured by passkeys will be inherently more difficult to crack than even the most complex, random passwords and it can’t be phished (if you’re using a physical passkey).

        The disadvantage is that the standard is still being worked on, and bad actors (MS, Apple, Google, etc.) are eager and willing to sucker people in to using their vendor lock-in software implementations of them. If you want to avoid this, either use real, physical FIDO-capable hardware authentication keys, or use a FOSS password manager that is capable of emulating them.

        • xyguy@startrek.website
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          You also get additional protection because rather than each website holding onto a hashed (hopefully) copy of the user passwords that can be stolen in bulk, stealing the public keys for a passkey from a site wouldn’t compromise the account. Someone would have to get access to your physical device or hack your password manager individually to get access to your passkey.

          And and, the magic for most people is no more passwords and 2 factor stuff to deal with. The standard is still new, and in the cases where you want to use physical keys, its always best to keep 2 in case one gets smushed or goes through the washer. Some sites that have passkeys enabled only let you have 1 passkey. So in that case its kind of risky to make a passkey the only way to sign in.

        • TheButtonJustSpins@infosec.pub
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          Okay, so it’s just like Yubikey-type stuff? I’ve thought about that before but it seems very risky - they recommend you get two and set both of them up so you have a backup, but that would require all websites to support that, right?

          I’m down for using BitWarden, though, if I can substitute it for physical keys.

          • trevor@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 days ago

            Okay, so it’s just like Yubikey-type stuff? I’ve thought about that before but it seems very risky - they recommend you get two and set both of them up so you have a backup, but that would require all websites to support that, right?

            Pretty much. I suppose that’s a very real disadvantage to using physical passkeys. If you lose it, unless you have multiple passkeys configured, or have access to an account recovery method, you lose that account.

            But, like you mentioned, using Bitwarden would sidestep that issue, and they do support passkey emulation.

        • Kushan@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 days ago

          Cases like this only prove that a better lock doesn’t improve security when the old lock still lets you in.

          The takeaway here isn’t “passkeys are bad”, it’s “keeping less secure methods of authentication as a fallback is bad”

          It’s like saying all 2FA is bad because SMS 2FA is dogshit.

          • xyguy@startrek.website
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            This is the real takeaway, if you have a forgot password button that bypasses everything then none of it is anything more than a login accelerator.

    • CaptObvious@literature.cafe
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      4
      ·
      3 days ago

      If The Next Big Thing can be sidelined by simply blocking its login option, that’s a problem. Not only is it not secure, it’s not even reliably usable.

      • xyguy@startrek.website
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        This is more like triple bolting the door but leaving a window open. There’s nothing inherently wrong with the door, its still secure but you can bypass the secure option with a less secure method.

        • CaptObvious@literature.cafe
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          Arguably, it’s more like someone is able to hide the door altogether and force you to climb through the less-well-secured window. The fact that they can hide the door at all makes its locks meaningless.

          I get that this is an inherent problem of security mechanisms in general and not of passkeys in particular. But it still reduces passkeys to just fancy passwords. They’re obviously not any more reliable in practice.

      • trevor@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        3 days ago

        This isn’t inherent to passkeys or the standard that they use. This has to do with the configuration of the service being attacked and the fact that once you’ve achieved MiTM, the sky is the limit for what you can do.

        Passkeys use the same underlying protocol as hardware authentication keys (FIDO, not the YubiKey auth protocol) and should be roughly as secure and vulnerable as that type of MFA method.