When Microsoft CEO Satya Nadella revealed the new Windows AI tool that can answer questions about your web browsing and laptop use, he said one of the “magical” things about it was that the data doesn’t leave your laptop; the Windows Recall system takes screenshots of your activity every five seconds and saves them on the device. But security experts say that data may not stay there for long.

Two weeks ahead of Recall’s launch on new Copilot+ PCs on June 18, security researchers have demonstrated how preview versions of the tool store the screenshots in an unencrypted database. The researchers say the data could easily be hoovered up by an attacker. And now, in a warning about how Recall could be abused by criminal hackers, Alex Hagenah, a cybersecurity strategist and ethical hacker, has released a demo tool that can automatically extract and display everything Recall records on a laptop.

Dubbed TotalRecall—yes, after the 1990 sci-fi film—the tool can pull all the information that Recall saves into its main database on a Windows laptop. “The database is unencrypted. It’s all plain text,” Hagenah says.⁩ Since Microsoft revealed Recall in mid-May, security researchers have repeatedly compared it to spyware or stalkerware that can track everything you do on your device. “It’s a Trojan 2.0 really, built in,” Hagenah says, adding that he built TotalRecall—which he’s releasing on GitHub—in order to show what is possible and to encourage Microsoft to make changes before Recall fully launches.

  • M500@lemmy.ml
    link
    fedilink
    English
    arrow-up
    68
    arrow-down
    5
    ·
    24 days ago

    I wouldn’t really call it a hacker tool any more than you would call a hammer a thieves tool.

    It just accesses the data that stored in an unencrypted format on the computers hard drive.

    If someone had remote access to your computer they could use this, but I imagine they could also use the official tool too.

    Since the data is stored in an unencrypted fashion, a hacker who had remote access would be better served running some script that will just transfer all this data to their offsite server and could be accomplished pretty easily.

    I guess what I want to really say is that calling it a “hacker tool” is misleading.

    • mosiacmango@lemm.ee
      cake
      link
      fedilink
      English
      arrow-up
      29
      arrow-down
      1
      ·
      edit-2
      24 days ago

      Nmap is a “hacker tool” and all it does is ask computers what ports they have open, something they are set to advertise to the world.

      This is a “hacker tool” in the sense that it is accessing data in an unintended way, in the same contect as nmap using protocols intended to communicate for a set purpose to built a list of possible attack vectors.

      • chaosCruiser@futurology.today
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        4
        ·
        24 days ago

        So when I walk past some bicycles parked outside of a store, and simply use my eyes to determine if they have locks, I’m essentially a hacker.

        • prole@sh.itjust.works
          cake
          link
          fedilink
          English
          arrow-up
          12
          ·
          24 days ago

          There’s a word for that, it’s called “casing.”

          Obviously not “hacking,” unless they’re locked up by a computer or some shit.

          A hacker using software like that to test vulnerabilities seems similar to me in some ways.

    • deranger@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      edit-2
      24 days ago

      I wouldn’t really call it a hacker tool any more than you would call a hammer a thieves tool.

      IANAL, but I’m pretty sure a hammer is a thieves tool if used in the commission of a burglary.

      Those devices used by employees to remove security locks from CDs/DVDs aren’t “thieves tools” when used as intended, but when my dumb ass got caught with one while stealing from Blockbuster, the judge considered it one.

      • Morphit @feddit.uk
        link
        fedilink
        English
        arrow-up
        3
        ·
        24 days ago

        Right but if I use a hammer to prove the lock I just bought is useless at protecting my shed, I’m not committing theft. This was a few lines of Python to look at data that is explicitly stored for the user to look at later.

    • MudMan@fedia.io
      link
      fedilink
      arrow-up
      7
      ·
      24 days ago

      You do have a point, but it does highlight why Microsoft’s framing is bad.

      Microsoft is basing their approach to this on the concept that your MS account-secured local machine is itself secure, so whatever is in it is fine, because hey, your confidential work info is probably also in your hard drive and unencrypted, so if a bad actor can steal the pictures of it, then it can also steal the original document.

      Which mostly is true, to be clear, but it fundamentally misunderstands how much juicier and easier of a target is a reliable, searchable database that logs all activity stored in a consistent location, as opposed to potentially having to extract everything up front. Plus, even if there are few guardrails to all data inside your system, there are some, as this will likely include info you may keep hidden, password-protected or encrypted both locally and remotely. There’s a reason my password manager asks for my credentials manually once every time I use it.