安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
If you have a problem post in that game's discussion hub to bring attention to devs who need to know to send a fix or patch it.
That idea to fix every game by the devs sadly doesn't work for every one of them. Like I mentioned there are going to be scenarios where the game is too old and the game dev can't be bothered, or if the game dev is long gone. I just wish for the alternative where the players can somehow fix the problem without relying on the game dev in case it never gets fixed and have to deal with something that we used to enjoy but can't play anymore because of vulnerability problems and no game dev to fix it.
I have not looked into the vulnerability enough or at all really to say for sure one way or another if that would be possible.
A mod fix would definitely be a good start, although this does need to work for anything created by unity rather than just have it fix just one specific game at a time.
Remediation: https://unity.com/security/sept-2025-01/remediation
So theoretically anyone could use the Unity Application Patcher and patch the games.
For that one must start with "2. Patch built applications".
"If you cannot rebuild from source (or would like to deploy a hotfix while rebuilding your app), use the Unity Application Patcher to update your existing Android, Windows, or macOS builds."
That means that you can apply the patcher to already compiled game builds, as far as i have understood.
Not all Unity games are going to be especially vulnerable- many devs just put out patches because Unity made them panic or because they didn't want their forums and emails spammed with messages from people freaking out after reading a clickbait games journo article that left out that this vuln almost always requires the device being attacked to already have latent malware installed on it.
Meanwhile, if you understand the technical terms and are into a more detailed explainer on the vuln, enjoy this somewhat self-serving article by one of the researchers who helped discover and investigate the vuln and submit the CVE: https://flatt.tech/research/posts/arbitrary-code-execution-in-unity-runtime/
And again- this vuln has been present since *2017*- it's not new, just recently discovered by security researchers looking for something new and interesting to dig into at a Con.
(quick edit to clean up a few typos I missed before)