tl;dr: Security concerns for my Linux partition, when running Vanguard on Windows?

Now that Vanguard is out, I can’t play LoL on Linux anymore. I’m running a dual boot setup with windows and I’m using it only for stuff I can’t get to work on Linux, so there is no personal data on there.

  • Are there any security risks for my Linux partition, if Vanguard is installed and running on my Linux partition?
  • Could Vanguard potentially access my ext4 Linux file system via Windows?
  • If my NAS is mounted on Windows, could that also be a security concern?

I’m grateful for any kind of feedback, since I’m not very informed in terms of rootkits and kernels!

  • Max-P
    link
    fedilink
    English
    2528 days ago

    It’s kernel level anticheat, it can do whatever it wants. It’s on the same level as the operating system.

    Realistically? Nobody’s gonna bundle Linux filesystem drivers in malware just in case. If someone is to exploit Vanguard for malware I’d expect a credentials stealer to take your Steam and Discord accounts. Ransomware would likely spread to the NAS but that can be mitigated with readonly permissions where appropriate, and backups/shadow copies.

      • @just_another_person
        link
        English
        -5
        edit-2
        27 days ago

        Sooooo, exactly what the person you responded to said. Kernel level.

        • Rustmilian
          link
          English
          9
          edit-2
          26 days ago

          Not really, the source is more about the entire concept in computer science. It’s extremely comprehensive, for those who want to know it inside and out. TLDR : Ring 0 means anything directly controlling the hardware, which is usually the kernel. There’s also rings beyond zero that are reserved for specific things, for example -1 for hypervisors like KVM & Hyper-V.

    • @looOP
      link
      English
      227 days ago

      Thanks, your answer made it clearer to me what Vanguard can do. For now I’ll unmount my NAS and I guess I should be safe ‘enough’.