Most “Smart” TVs use Automatic Content Recognition (ACR), essentially taking snapshots every 10+ms of what you watch and hear, then forwarding & selling that data to companies for ads, etc. I now feel it’s only a matter of time before this “feature” finds its way to our ever “smarter” PC monitors.

LG with the help of Windows is already installing adware when the right Device ID is detected.

☑️ To disable ACR on TV: https://www.zdnet.com/home-and-office/home-entertainment/how-to-disable-acr-tv/

  • Victor@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    4 days ago

    What is the symptom of a Linux machine being attacked by this? What can even happen? Doesn’t the operating system need to support whatever is being installed, and also allow it to happen?

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

      Technically, Ubuntu counts as they have had some ads for commercial (even closed) services. Assuming you wanted to set up your system as pure as possible.

      The OS itself doesn’t generally know if the upstream organization pushing updates has broken their promises or not.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        Ubuntu counts as they have had some ads for commercial (even closed) services.

        Did those ads show up because of something a monitor chose to install?

        • Natanael@infosec.pub
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          Not that time, but some Linux distros can also pull additional software automatically for connected hardware

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 days ago

            The whole point of this comment thread is that Linux is or isn’t supposedly immune to this type of attack. Has this ever happened to a Linux machine that anyone knows of, that a monitor has installed software like this? If not, I think it’s safe to say we can recommend Linux over others.

    • Turret3857@infosec.pub
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      To play devils advocate for them, if whoever is packaging fwup for the monitor either doesnt catch LG packaging malicious shit with it, or is for some reason allowing it to happen, it could happen.

      but then you’d have the wrath of at least a thousand enraged linux nerds on your ass and their stock would probably get tanked for a day.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        3 days ago

        But I’m saying, what path does the installation take in order to even end up on disk? How would it get permission to run sudo/doas or gain root access in order to install shit, without my user/admin input?

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

          Most linux distros have a program called fwupd that installs hardware related updates. That was my example of the way in because most hardware updates are proprietary.

          • deadcream@sopuli.xyz
            link
            fedilink
            arrow-up
            4
            ·
            3 days ago

            Fwupd is for updating on-device firmware AFAIK. This “attack” uses windows update mechanism for automatic installation of drivers to push additional software directly on users’ PCs.

          • Nate Cox@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 days ago

            I don’t think I’ve ever been able to run fwupd without root privilege elevation and a confirmation prompt listing the incoming changes. Are there package managers out there running it for you? If so, gimme a list so I can stay the fuck away or break that script.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        3 days ago

        I don’t get it, what does the xz lib being attacked have to do with delivering and installing software on Linux, by the command of a connected monitor? Feels like a different kind of attack surface, or? Pardon my ignorance.

        • terabyterex@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          3 days ago

          i meant that if it made it in the rhel, it would have arrived through a trusted path. this malware came theough a trusted path in windows. their update delivery system.

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            3 days ago

            Okay well I’m asking how specifically Linux would be vulnerable to this thing in particular. Is it?