• EliasChao@lemmy.oneOP
    link
    fedilink
    arrow-up
    21
    ·
    10 months ago

    Isn’t it funny that every tech commenter was like “Apple would have to re-engineer their whole iMessage stack if they want to cut off access to Beeper Mini”?

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

      That would seem to imply that tech commenters know less than Apple about Apple’s own servers. Shocking.

      My bet is that is if Apple comments at all, they will talk about closing a security vulnerability rather than cutting off android users.

      • EliasChao@lemmy.oneOP
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        My bet is that is Apple comments at all, they will talk about closing a security vulnerability rather than cutting off android users.

        Aaaand you were right!

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

          And the founders quote is hilarious.

          “if Apple truly cares about the privacy and security of their own iPhone users, why would they stop a service that enables their own users to now send encrypted messages to Android users, rather than using unsecure SMS?”

          One of these things are their own iPhone users. One of them is not.

          Swoosh.

          If you want security, stay in the Apple ecosystem and you don’t need to send to insecure android users.

        • jard@sopuli.xyz
          link
          fedilink
          arrow-up
          10
          arrow-down
          1
          ·
          edit-2
          10 months ago

          A public statement about this being for security can’t possibly be more dumb than Beeper purchasing an open source cross-platform iMessage proof of concept which specifically spoofs old, fake Apple devices, publicizing and commercializing it with a monthly subscription, and crying foul when Apple swiftly finds that same repository on GitHub and patches the method.

          You know, that sounds exactly like what closing a security vulnerability would entail.

      • jard@sopuli.xyz
        link
        fedilink
        arrow-up
        5
        arrow-down
        2
        ·
        edit-2
        10 months ago

        That’s Beeper Cloud you’re describing. Beeper Mini reverse engineered the iMessage stack to create a gateway between Google Cloud Messaging (GCM) and Apple’s servers. The Android devices were natively initiating and sending iMessage traffic on-device, not through an intermediate Mac server.

        Issues of reverse engineering a proprietary service aside, they were also charging an (arguably, exorbitant) fee for their solution. Its early demise was pretty much guaranteed from the start.

        • chiisana@lemmy.chiisana.net
          link
          fedilink
          arrow-up
          6
          ·
          10 months ago

          I was under the impression that interaction with Apple’s servers required some kind of “proof” (honor system really) that you’re using an Apple device, which used device ID that was spoofed; just like how Hackintosh had done for push notifications for years.

          Worth noting that Hackintosh got to a point where someone wrote scripts to generate random strings to brute force until they encounter a valid device ID, so they’d literally assume someone else’s legitimate device to get push notifications.

          • jard@sopuli.xyz
            link
            fedilink
            arrow-up
            7
            arrow-down
            1
            ·
            edit-2
            10 months ago

            It looks like you’re correct: the Python POC apparently simulates some kind of Apple library with a virtual x86 core to generate validation data for device registration, and spoofs the request to Apple’s servers by pretending to be a MacBook Pro 18,3 running macOS 13.2.1.

            So not only is it unsurprising that Apple patched this early, they also probably did it in the easiest way possible of blocking the combination of this particular MacBook device and whatever validation payload was being generated.

            Why a company would purchase the rights to an open sourced iMessage POC, commercialize it with a subscription and then go “surprised pikachu face” when Apple finds the exploit and blocks it… that’s entirely beyond me. Original dude must’ve made a fat paycheck though.

            • chiisana@lemmy.chiisana.net
              link
              fedilink
              arrow-up
              2
              ·
              10 months ago

              Thanks for digging into this and confirming my understanding!

              On a quick glance, this looks to be more secure the the old Hackintosh push notification (where it was based solely on a single device ID/serial number), but rather, some kind of certificate based identity system. This makes it more secure because without access to Apple’s private signing keys, it should be very difficult to get a certificate signed by Apple to spoof the interaction. Though, I wonder how were the devices getting it in the first place, and if that part would be the next vector that’d need to be compromised (i.e.: if you get a signed certificate during device activation, then it’d be possible to swipe a signed certificate from a Mac you own; or that activation process itself becomes the next attack vector).

              Having interacted very briefly with Eric Migicovsky a long time ago (due to Pebble), this does not surprise me that much. He’s a great guy, and appears to want to do the right thing to help everyone. Beeper wanted to do it in the cloud with Mac systems/VMs, which is a costly endeavour. This POC would allow the interaction to run natively without themselves essentially MITM’ing all users, so it would save their company a lot of money. POC was done allegedly by some high school kid, and given Eric’s Pebble fame, I think he’s just thrilled that they could save some money and help some kid get started.

              In all cases, it is certainly interesting to see how this has been playing out, and I’d be curious to see how this continue to play out, because I doubt this will be the end of this story.

        • TORFdot0@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 months ago

          Beeper mini still needed a device serial for it to register with apple’s serial which makes it easy for Apple to see a swath of fake device serials being registered.

    • misk@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      10 months ago

      Why would Apple have to reverse engineer their own protocol?