Comment on Obsidian Temporarily Removes Games From Sale Due to Unity Exploit
sp3ctr4l@lemmy.dbzer0.com 16 hours agoExactly.
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?
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”.
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 15 hours ago
I would hope no one runs userspace software will elevated privileges.
sp3ctr4l@lemmy.dbzer0.com 14 hours ago
… Have you ever met a computer user?