• Xatolos@reddthat.com
      link
      fedilink
      English
      arrow-up
      71
      arrow-down
      4
      ·
      3 days ago

      Very. It’s unpatchable. It’s taking advantage of a speculative execution flaw, which is baked into the CPU microcode. This is the Apple M-chip version of Spectre/Meltdown that happened on x86 CPUs a few years ago.

      The best Apple can do is attempt to add some code to the OS to help prevent this issue, but if Spectre was any example, it’ll cause a hit to the CPU performance.

      • narc0tic_bird@lemm.ee
        link
        fedilink
        English
        arrow-up
        32
        arrow-down
        3
        ·
        3 days ago

        The researchers published a list of mitigations they believe will address the vulnerabilities allowing both the FLOP and SLAP attacks. They said that Apple officials have indicated privately to them that they plan to release patches.

        So this’ll likely be mitigated soon, and while you’re probably right about the performance hit (which will likely be minor), I don’t think (most) Apple users need to be very worried about this.

    • john89@lemmy.ca
      link
      fedilink
      English
      arrow-up
      28
      arrow-down
      3
      ·
      edit-2
      3 days ago

      The main issue with these vulnerabilities is a loss in performance when the microcode patch gets applied.

      On a more philosophical note, it’s also a trend to release insecure products to tout performance metrics. Intel did it. Now it’s apple’s turn.

      Don’t trust corporations, ever.

    • aeronmelon@lemmy.world
      link
      fedilink
      English
      arrow-up
      32
      ·
      3 days ago

      This is a real problem, and Apple can’t patch it out of the hardware. The only thing they can do is write software to run in advance of hardware execution to “randomize” when and where memory is written to and read from. That will slightly decrease the performance of these chips. The “older” chips from 2021 would see the worst performance reduction. M3 users probably won’t even be able to tell.

      The attack vector is a web browser. Even a completely updated safari is vulnerable, but Chrome is seemingly easier to exploit (the way browsers store website data in memory is the key). An encrypted browser won’t change anything because the attack is reading the unencrypted data being displayed to the user.

      It takes several minutes for a compromised website to perform the attack. So basic sense practices apply. If you think a website is unsafe, don’t open it. If you think something is happening, closing the suspicious sites immediately might stop the attack before any damage is done. I don’t know how easy it would be to compromise a trusted site, but it’s been done in the past.

      Apple could potentially patch Safari to do things that make it harder for the attack to work correctly, and you can bet they’re already retooling the next generation of processors to get rid of this exploit. They did the same thing when an unpatchable exploit was found in the M1 series, M2s have a stopgap measure, and M3s were redrawn to make it an nonissue.

      • john89@lemmy.ca
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        14
        ·
        3 days ago

        If you think a website is unsafe, don’t open it.

        Ahh yes, back to the dark ages of the internet where just clicking the wrong link can completely compromise your system.

        Thanks crapple and its useful idiots.

        • boonhet@lemm.ee
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 days ago

          I mean, Intel did it first and I do believe AMD and Qualcomm also followed suit.

          • john89@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 day ago

            Yes, and Apple decided to do the same thing knowing the risks.

            “Intel did it!” is not a panacea for apple; it makes things worse for them.

            • boonhet@lemm.ee
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              1 day ago

              You can’t compete without doing it. Do you think Intel and AMD stopped doing it? Hell nah, people will find new exploits in a few years, I’m certain.

              If you don’t do speculative execution, you’ll be left in the dust unfortunately.

              If anything, this shows that there should be separate lines of CPUs for handling classified data and such, that don’t do it. But it would likely be prohibitively expensive to implement a separate product line.