The games that have been temporarily taken down are:

  • Grounded 2 Founders Edition
  • Grounded 2 Founders Pack
  • Avowed Premium Edition
  • Avowed Premium Edition Upgrade
  • Pillars of Eternity: Hero Edition
  • Pillars of Eternity: Definitive Edition
  • Pillars of Eternity II: Deadfire
  • Pillars of Eternity II: Deadfire Ultimate
  • Pentiment
  • sp3ctr4l@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    2 days ago

    Exactly.

    Unity literally issued a statement that every game that is affected by this should be patched with the fix ASAP… and this is people doing that.

    Not like anyone ever runs a game with admin priveleges or anything, right?

    Not like malware from some other source often exploits weird little shit like this that just nobody ever noticed before and thats why that malware stays hidden, right?

    https://unity.com/security/sept-2025-01

    “No evidence of exploitation” is not the same thing as “we are 100% sure no one has ever been harmed by/via this”.

    https://cwe.mitre.org/data/definitions/426.html

    Description

    The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product’s direct control.

    Extended Description

    This might allow attackers to execute their own programs, access unauthorized data files, or modify configuration in unexpected ways. If the product uses a search path to locate critical resources such as programs, then an attacker could modify that search path to point to a malicious program, which the targeted product would then execute. The problem extends to any type of critical resource that the product trusts.

    Some of the most common variants of untrusted search path are:

    In various UNIX and Linux-based systems, the PATH environment variable may be consulted to locate executable programs, and LD_PRELOAD may be used to locate a separate library.

    In various Microsoft-based systems, the PATH environment variable is consulted to locate a DLL, if the DLL is not found in other paths that appear earlier in the search order.

    Yeah sounds fairly serious to me, its an 8.4 out of 10 on the severity scale for a reason.

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

      Not like anyone ever runs a game with admin priveleges or anything, right?

      I would hope no one runs userspace software with elevated privileges.

      • Venator@lemmy.nz
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        21 hours ago

        on windows its pretty much required by most software every time it does an update…

        on linux people login as root all the time because they’re too lazy to sudo… or because they messed up file permissions somewhere once…