TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Remote Code Execution in Marvel Rivals Game

185 点作者 eugenekolo3 个月前

15 条评论

doctorpangloss3 个月前
The engineering culture behind AAA video games is rotten to the core with regards to security. Everyone thinks they're making Doom 3 and they're really making Windows 2000 Service Pack 1.
评论 #42923954 未加载
评论 #42923071 未加载
评论 #42922492 未加载
评论 #42922050 未加载
评论 #42924668 未加载
评论 #42922094 未加载
评论 #42921761 未加载
评论 #42921548 未加载
agentultra3 个月前
I was literally thinking about this the other day. There are a ton of games using kernel modules for anti-cheat and... just load and interpret data payloads. Certainly some of those payloads could manipulate the funny machines inside of a game executable if they&#x27;re not careful about their parsing and validation.<p>Nice PoC!<p><i>Update</i>: yes, most game client processes don&#x27;t run in the kernel. My b. I was just thinking that updates and content payloads might be an interesting vector for langsec.
评论 #42922313 未加载
评论 #42922309 未加载
评论 #42923303 未加载
kibwen3 个月前
I bought a Steam Deck with the sole purpose of having a cheap, airgapped PC to run games on. Game devs just don&#x27;t have the incentives or discipline to be trusted with security.<p>Reminder that all three Dark Souls games allowed full RCE to any users connected to the internet: <a href="https:&#x2F;&#x2F;flashpoint.io&#x2F;blog&#x2F;rce-vulnerability-dark-souls&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flashpoint.io&#x2F;blog&#x2F;rce-vulnerability-dark-souls&#x2F;</a>
评论 #42923181 未加载
lockemx3 个月前
Interestingly, the game doesn&#x27;t run as admin for any good reason. The first thing I did was only let the launcher and game run as the user with RunAsInvoker. The anticheat alone is allowed RunAsAdmin. At the same time, I don&#x27;t trust any anticheat. It&#x27;s probably worse than useless, but it is what it is. I thought Microsoft would clean this up after the Crowdstrike incident for all kernel-level code, but I guess there&#x27;s no incentive for them to only let game companies request runtime analysis &#x2F; reports rather than run code. As for the anti-cheat industry, they should focus on patterns of user behavior to help game companies moderate the players as much as neccesary.
评论 #42923404 未加载
评论 #42923741 未加载
评论 #42923436 未加载
bangaladore3 个月前
&gt; the game runs with admin privileges for the sake of anti-cheat<p>&quot;sake of anti-cheat&quot; should be taken lightly here. There is a reason why all the other sane anti-cheats have at least two applications, the anti cheat service which often runs as admin, and the game, which does not. Running the game as admin is quite frankly inexcusable.<p>The service often does the network comms and communicates to a kernel-mode driver and&#x2F;or to the application via IPC or similar. Having defined barriers of separation are good things.<p>In any case, this POC doesn&#x27;t have huge implications necessarily for most people, but maybe in SEA or China where LAN cafes are more prevalent, it could be a larger concern.
评论 #42921347 未加载
sanktanglia3 个月前
Funny enough this engine is based off the same one they used in Diablo immortal which also has this issue
lcnPylGDnU4H9OF3 个月前
&gt; This also opens the door up to an entrypoint on PS5.<p>Does he mean that this is potentially how one could install custom firmware on their console?<p>Curious because I remember reading somewhat recently that console vendors have locked their consoles down well enough so as to avoid any vulnerabilities which could be exploited to install custom firmware. It would be amusing if that was invalidated by game dev security and I start hearing about ways to install some modded firmware, which include a step of &quot;install one of these games&quot;.<p>IIRC, the web browser on 3DS systems was exploited to install custom firmware rather than a game so it was rather easily patched with a system update (and, indeed, it actually was patched). I wonder if we&#x27;ll be seeing Sony&#x2F;Nintendo&#x2F;Microsoft start to insist on certain security standards as a result of <i>games</i> being exploited to install custom firmware on the devices they sell, presuming the answer to my first question is affirmative.
评论 #42924656 未加载
评论 #42925424 未加载
tart-lemonade3 个月前
It downloads and executes a Python script to <i>update the store page?</i> Log4j&#x2F;log4shell, anyone?<p>Just build a JSON API! It&#x27;s not that hard! You don&#x27;t need to RCE your game every time it launches just for microtransactions.
评论 #42927392 未加载
S0y3 个月前
So what part of the game code exactly is able to download a random python script and run it?
评论 #42921742 未加载
jauntywundrkind3 个月前
For a second I thought this was the Marvel game that got briefly banned along with TikTok, but that&#x27;s marvel <i>Snap.</i><p>It would have been a tiny bit funny if it had been the same company that was just briefly banned that was allowing a remote exploit.
评论 #42921775 未加载
评论 #42921780 未加载
zxilly3 个月前
Looks like a typical mitm attack, which confuses me a bit, don&#x27;t the developers use something like tls or dtls to protect their communications? The most recent game I analysed was helldivers 2, which uses dtls. i would have thought that would be fairly common knowledge.
评论 #42925456 未加载
plagiarist3 个月前
I like the other rant at the bottom. But why would game developers care about security when their customers don&#x27;t care? The customers are fine running anticheat with admin privileges like in this RCE he just found.
评论 #42923796 未加载
foco_tubi3 个月前
Interesting that the PS5 has been implicated - does this mean that there is an opportunity to jailbreak firmware again?
wyldfire3 个月前
I&#x27;m surprised - isn&#x27;t this game just a skin on Overwatch? So does Overwatch have an RCE?
评论 #42922604 未加载
bilekas3 个月前
&gt; Game developers continue to amaze me at their lack of security awareness.<p>Because game developers are SUPPOSED to be aware of these things?<p>&gt; It&#x27;s very hard for security researchers to report bugs to most game dev companies. On top of that, most do not have bug bounty programs<p>Yet the OP blames the GAME developers…<p>They already have harder jobs than the majority of us, picking on them for not knowing skills outside of their area is just being mean and OP is targeting frustration at the wrong group.
评论 #42929829 未加载
评论 #42925569 未加载
评论 #42923250 未加载
评论 #42923814 未加载