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)