Jump to content

Kernel Level Anti-Cheats: Difference between revisions

From Consumer Rights Wiki
Fireye (talk | contribs)
Add alternative anticheat approaches
Attempting to save edit
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Kernel-level anti-cheat''' is a subset of anti-cheat dedicated towards running above the user level. These types of anti-cheat, such as [[Easy Anti-Cheat|Easy Anticheat]] (EAC), have grown in popularity among large developers for their online multiplayer games.{{Citation needed}} <!-- A comprehensive list of KL-AC to flip through:
'''Kernel-level anti-cheat''' (KLAC) is a subset of anti-cheat dedicated towards running above the user level. These types of anti-cheat, such as [[Easy Anti-Cheat|Easy Anticheat]] (EAC), have grown in popularity among large developers for their online multiplayer games.<ref>{{Cite web |last=Alder |first=Dan |date=Mar 6, 2024 |title=Every game with kernel–level anti–cheat software |url=https://levvvel.com/games-with-kernel-level-anti-cheat-software/ |access-date=Aug 5, 2025 |website=levvvel}}</ref> Alongside this rise in popularity is increasing concern from both consumers regarding their privacy with the use of this software,<ref>{{Cite news |last=Conway |first=Adam |date=Aug 13, 2024 |title=Kernel-level anti-cheats are the next tech disaster waiting to happen |url=https://www.xda-developers.com/kernel-level-anti-cheat-tech-disaster/ |access-date=Aug 5, 2025 |work=XDA}}</ref> and from security professionals who recognize the significant risks of kernel-level software being breached.<ref>{{Cite news |last=Bullas |first=Adam |date=Oct 23, 2024 |title=Kernel-Level Anti-Cheat: Security Risks, Linux Struggles, and the Steam Deck |url=https://adambullas.com/kernel-level-anti-cheat/ |access-date=Aug 5, 2025 |work=AdamBullas.com}}</ref>
https://levvvel.com/games-with-kernel-level-anti-cheat-software/ -->Alongside this rise in popularity is increasing concern from both consumers regarding their privacy with the use of this software,{{Citation needed}} and from security professionals who recognize the significant risks of kernel-level software being breached.{{Citation needed}}


==How it works==
==How it works==
Kernel level anti-cheats run at the {{Wplink|Kernel (operating system)|kernel level}}; the deepest and most authoritative level of the computer. In layman's terms, this essentially means the software is capable of tracking every process occurring on a computer, and additionally exhibit control if necessary. Alternatives to kernel level anticheat include user level anticheat which runs as a standard process on the player's machine, and server side anticheat which leaves the user's machine untouched and solely operates on the game's servers.  
Kernel level anti-cheats run at the {{Wplink|Kernel (operating system)|kernel level}}; the deepest and most authoritative level of the computer. In layman's terms, this essentially means the software is capable of tracking every process occurring on a computer, and additionally exhibit control if necessary. Alternatives to kernel level anticheat include user level anticheat which runs as a standard process on the player's machine, and server side anticheat which leaves the user's machine untouched and solely operates on the game's servers.


The arms race between hacking and anticheat software has seen hackers better able to circumvent user level anticheat in recent years, pushing more anticheat developers to demand kernel access from players and more developers to require use of a kernel anticheat to access their games.
The arms race between hacking and anticheat software has seen hackers better able to circumvent user level anticheat in recent years, pushing more anticheat developers to demand kernel access from players and more developers to require use of a kernel anticheat to access their games.
Line 16: Line 15:
If a malicious actor was to discover a security issue in a kernel level anti-cheat significant enough to allow them to hijack the software, they would be able to directly execute code at its level of access, allowing them to bypass security measures put in place by the {{Wplink|operating system}} and {{Wplink|Antivirus software|anti-virus software}}.
If a malicious actor was to discover a security issue in a kernel level anti-cheat significant enough to allow them to hijack the software, they would be able to directly execute code at its level of access, allowing them to bypass security measures put in place by the {{Wplink|operating system}} and {{Wplink|Antivirus software|anti-virus software}}.


This is not a purely hypothetical scenario; it has already taken place in an incident with the popular {{Wplink|Gacha game|gacha}} co-op adventure [[Genshin Impact|''Genshin Impact'']], where the game's anti-cheat '''mhyprot2.sys''<nowiki/>' was hijacked by malicious actors to disable users' anti-virus software, with the intent of distributing {{Wplink|ransomware}}.<ref>{{Cite web |last=Soliven |first=Ryan |last2=Kimura |first2=Hitomi |date=2022-08-24 |title=Ransomware Actor Abuses Genshin Impact Anti-Cheat Driver to Kill Antivirus |url=https://www.trendmicro.com/en_us/research/22/h/ransomware-actor-abuses-genshin-impact-anti-cheat-driver-to-kill-antivirus.html}}</ref>
This is not a purely hypothetical scenario; it has already taken place in an incident with the popular {{Wplink|Gacha game|gacha}} co-op adventure [[Genshin Impact|''Genshin Impact'']], where the game's anti-cheat '''mhyprot2.sys''<nowiki/>' was hijacked by malicious actors to disable users' anti-virus software, with the intent of distributing {{Wplink|ransomware}}.<ref>{{Cite web |last=Soliven |first=Ryan |last2=Kimura |first2=Hitomi |date=2022-08-24 |title=Ransomware Actor Abuses Genshin Impact Anti-Cheat Driver to Kill Antivirus |url=https://www.trendmicro.com/en_us/research/22/h/ransomware-actor-abuses-genshin-impact-anti-cheat-driver-to-kill-antivirus.html |access-date=Aug 4, 2025 |website=Trend}}</ref>
 
Another perfect example is [[Hotta Studios]]' [[Tower of Fantasy]] game. Users have reported that the kernel-level anticheat 'ksophon_x64.sys' has caused [[wikipedia:Blue_screen_of_death|BSOD]] along with the DPC_WATCHDOG_VIOLATION. This incident occurs when the game is uninstalled, launched, closed, or even running before the new publisher Perfect World Games. As of now, since the update by the company, the file doesn't appear to exist in System32/drivers.
 
=== Support issues ===
Due to the nature of [[wikipedia:Linux|GNU/Linux]]-based operating systems, many KLACs end up becoming incompatible.<ref name=":0">{{Cite web |last=Sam4k |date=Aug 15, 2021 |title=What's The Deal With Anti-Cheat On Linux? |url=https://sam4k.com/whats-the-deal-with-anti-cheat-on-linux/ |access-date=Aug 5, 2025 |website=Sam4k.com}}</ref> Some have been aiming to fix this via compatibility layers under [[wikipedia:Proton_(software)|Proton]] or [[wikipedia:Wine_(software)|WINE]], but due to how popular KLACs communicate with the system to verify integrity on the kernel level, it fails to work with Linux.<ref name=":0" /> As such, games that cannot have their anticheat function fully will entirely refuse to launch,<ref>{{Cite news |last=Tulach |first=Samuel |date=Sep 10, 2024 |title=The issue of anti-cheat on Linux |url=https://tulach.cc/the-issue-of-anti-cheat-on-linux/ |access-date=Aug 5, 2025 |work=Tulach}}</ref> even if it can be used for offline purposes.
 
In some instances, KLAC can be so aggressive towards Linux, that it refuses to launch even in a [[wikipedia:Virtual_machine|virtual machine]], like with [[Rockstar Games|Rockstar Games']] ''[[Grand Theft Auto V]]''<ref name=":1">{{Cite web |last=Airweizen |date=Sep 28, 2024 |title=30 day ban people - did you have running this software? |url=https://steamcommunity.com/app/271590/discussions/0/4839770900414998113/ |access-date=Aug 5, 2025 |website=Steam Forums}}</ref><ref name=":2">{{Cite web |last=GamerDude909 |date=Feb 12, 2025 |title=Can You Play GTA Online on Linux? |url=https://nerdburglars.net/question/can-you-play-gta-online-on-linux/ |access-date=Aug 5, 2025 |website=Nerd Burglars}}</ref> running [[BattlEye Anticheat]], which has been known to explicitly block Linux users,<ref>{{Cite web |last=KZ_D |date=May 16, 2022 |title=Anyone out there still playing Battleye protected games in VM in 2022? |url=https://www.reddit.com/r/VFIO/comments/uqwljl/anyone_out_there_still_playing_battleye_protected/ |access-date=Aug 5, 2025 |website=[[Reddit]]}}</ref><ref>{{Cite web |last=GamerNinja99 |date=Mar 2, 2025 |title=Any Fixes for GTA Online's BattlEye on Linux? |url=https://nerdburglars.net/question/any-fixes-for-gta-onlines-battleye-on-linux/ |access-date=Aug 5, 2025 |website=Nerd Burglars}}</ref><ref>{{Cite web |last=AnIcedTeaPlease |date=Jan 21, 2021 |title=What's the progress of Battleye (and other anti-cheat software) on Linux as of 2021? |url=https://www.reddit.com/r/linux_gaming/comments/l29yfk/whats_the_progress_of_battleye_and_other/ |access-date=Aug 5, 2025 |website=[[Reddit]]}}</ref> or [[Epic Games, Inc.|Epic Games]]' [[Fortnite]].<ref>{{Cite web |last=WashingtonMatt |date=Jan 7, 2023 |title=Blocked by BattlEye for [Virtual Machine] |url=https://forums.unraid.net/topic/133384-blocked-by-battleye-for-virtual-machine/ |access-date=Aug 5, 2025 |website=Unraid}}</ref><!--More examples: https://steamcommunity.com/app/513710/discussions/0/3770112515483525897/ (SCUM)
https://learn.microsoft.com/en-us/answers/questions/2327605/cant-launch-game-error-says-this-game-will-not-run (Mass Effect 3)-->
 
For the game [[Diabotical]], the developers explicitly ban users running Linux from playing the online-only game,<ref>{{Cite web |date=Mar 6, 2020 |title=Diabotical developer blocks Linux users from playing and says "Just run Windows like the rest of the population." |url=https://www.reddit.com/r/linux_gaming/comments/fert89/diabotical_developer_blocks_linux_users_from/ |archive-url=https://web.archive.org/web/20200313084233/https://www.reddit.com/r/linux_gaming/comments/fert89/diabotical_developer_blocks_linux_users_from/ |archive-date=Mar 13, 2020 |access-date=Aug 5, 2025 |website=[[Reddit]]}}</ref> citing their Linux anticheat being too weak.<ref>{{Cite web |title=Clip from Diabotical developer stream |url=https://streamable.com/7vmt1 |archive-url=https://web.archive.org/web/20230209160054/https://streamable.com/7vmt1 |archive-date=Feb 9, 2023 |access-date=Aug 5, 2025 |website=Streamable}}</ref>


==Further reading==
==Further reading==
*[[Electronic Arts|EA]] has a history of using anti-cheats such as [[Easy anti-cheat|EAC]], and recently switched to [[EA moves to in-house kernel-level anti-cheat on PC after purchase|an in-house developed kernel-level anti-cheat]].
 
*[[Rockstar Games|Rockstar]]'s ''Grand Theft Auto V'' [[GTA 5 moves to kernel-level anti-cheat on PC after purchase|moved to Kernel Level Anti-Cheats.]]
* [[Electronic Arts|EA]] has a history of using anti-cheats such as [[Easy anti-cheat|EAC]], and recently switched to [[EA moves to in-house kernel-level anti-cheat on PC after purchase|an in-house developed kernel-level anti-cheat]].
*[[Hoyoverse]]'s [[Genshin Impact|''Genshin Impact'']] has used a kernel-level anti-cheat since launch.
* [[Rockstar Games|Rockstar]]'s ''Grand Theft Auto V'' [[GTA 5 moves to kernel-level anti-cheat on PC after purchase|moved to Kernel Level Anti-Cheats]], and in the process, additionally blocked Linux users from being able to play its online components.<ref name=":1" /><ref name=":2" />
* [[Hoyoverse]]'s [[Genshin Impact|''Genshin Impact'']] has used a kernel-level anti-cheat since launch.
* [[Riot Games]]' [[Valorant]] uses an in house kernel-level anticheat called [https://support-valorant.riotgames.com/hc/en-us/articles/360046160933-What-is-Vanguard Vanguard]
* [[Kuro Games]]' [[Wuthering Waves]] uses a kernel-level anticheat called [[Anti-Cheat Expert|ACE]] (Anti-Cheat Expert) since launch.
* [[Hotta Studios]]' [[Tower of Fantasy]]'s history of kernel-level anticheat caused BSOD and would stay even after uninstalling the game.
* [[Ubisoft]] uses [[BattlEye Anticheat|BattlEye]] kernel-level anticheat for [https://r6fix.ubi.com/projects/RAINBOW6-SIEGE-LIVE/issues/LIVE-59642 Rainbow Six: Siege] which prevents Linux gamers from launching it even after paying for it.
* Arrowhead Game Studios' Helldivers 2 uses a kernel-level anticheat called [https://www.reddit.com/r/Helldivers/comments/19dp2qw/helldivers_2_nprotect_gameguard_anticheat/ nProtect GameGuard].


==References==
==References==
{{Reflist}}
<references />
 
[[Category:Common terms]]
[[Category:Common terms]]

Latest revision as of 01:03, 6 August 2025

Kernel-level anti-cheat (KLAC) is a subset of anti-cheat dedicated towards running above the user level. These types of anti-cheat, such as Easy Anticheat (EAC), have grown in popularity among large developers for their online multiplayer games.[1] Alongside this rise in popularity is increasing concern from both consumers regarding their privacy with the use of this software,[2] and from security professionals who recognize the significant risks of kernel-level software being breached.[3]

How it works[edit | edit source]

Kernel level anti-cheats run at the kernel level; the deepest and most authoritative level of the computer. In layman's terms, this essentially means the software is capable of tracking every process occurring on a computer, and additionally exhibit control if necessary. Alternatives to kernel level anticheat include user level anticheat which runs as a standard process on the player's machine, and server side anticheat which leaves the user's machine untouched and solely operates on the game's servers.

The arms race between hacking and anticheat software has seen hackers better able to circumvent user level anticheat in recent years, pushing more anticheat developers to demand kernel access from players and more developers to require use of a kernel anticheat to access their games.

Consumer impact summary[edit | edit source]

Privacy concerns[edit | edit source]

Kernel-level anti-cheat has access to every process that runs on a computer, from a simple video running in the background, to processes that may be more private for the user. As this software is designed to run on startup,[4] this means even if the intended game the software was installed for is not currently running, it retains the capability to track the user's behaviors. This can range from gathering data that could be sold to advertisers to, if the software itself is hijacked by a malicious actor, the harvesting of sensitive personal information.

Security concerns[edit | edit source]

As kernel-level software holds the highest authorization on the hardware of a user,[5] this is favorable towards malicious actors.

If a malicious actor was to discover a security issue in a kernel level anti-cheat significant enough to allow them to hijack the software, they would be able to directly execute code at its level of access, allowing them to bypass security measures put in place by the operating system and anti-virus software.

This is not a purely hypothetical scenario; it has already taken place in an incident with the popular gacha co-op adventure Genshin Impact, where the game's anti-cheat 'mhyprot2.sys' was hijacked by malicious actors to disable users' anti-virus software, with the intent of distributing ransomware.[6]

Another perfect example is Hotta Studios' Tower of Fantasy game. Users have reported that the kernel-level anticheat 'ksophon_x64.sys' has caused BSOD along with the DPC_WATCHDOG_VIOLATION. This incident occurs when the game is uninstalled, launched, closed, or even running before the new publisher Perfect World Games. As of now, since the update by the company, the file doesn't appear to exist in System32/drivers.

Support issues[edit | edit source]

Due to the nature of GNU/Linux-based operating systems, many KLACs end up becoming incompatible.[7] Some have been aiming to fix this via compatibility layers under Proton or WINE, but due to how popular KLACs communicate with the system to verify integrity on the kernel level, it fails to work with Linux.[7] As such, games that cannot have their anticheat function fully will entirely refuse to launch,[8] even if it can be used for offline purposes.

In some instances, KLAC can be so aggressive towards Linux, that it refuses to launch even in a virtual machine, like with Rockstar Games' Grand Theft Auto V[9][10] running BattlEye Anticheat, which has been known to explicitly block Linux users,[11][12][13] or Epic Games' Fortnite.[14]

For the game Diabotical, the developers explicitly ban users running Linux from playing the online-only game,[15] citing their Linux anticheat being too weak.[16]

Further reading[edit | edit source]

References[edit | edit source]

  1. Alder, Dan (Mar 6, 2024). "Every game with kernel–level anti–cheat software". levvvel. Retrieved Aug 5, 2025.
  2. Conway, Adam (Aug 13, 2024). "Kernel-level anti-cheats are the next tech disaster waiting to happen". XDA. Retrieved Aug 5, 2025.
  3. Bullas, Adam (Oct 23, 2024). "Kernel-Level Anti-Cheat: Security Risks, Linux Struggles, and the Steam Deck". AdamBullas.com. Retrieved Aug 5, 2025.
  4. Rigney, Ryan K. (23 Feb 2024). "The Gamers Do Not Understand Anti-Cheat". Push To Talk. Retrieved 2025-06-10.
  5. Litchfield, Ted (27 Feb 2024). "According to experts on kernel level anticheat, two things are abundantly clear: 1) It's not perfect and 2) It's not going anywhere". PC Gamer. Archived from the original on 2025-04-06. Retrieved 2025-06-10.
  6. Soliven, Ryan; Kimura, Hitomi (2022-08-24). "Ransomware Actor Abuses Genshin Impact Anti-Cheat Driver to Kill Antivirus". Trend. Retrieved Aug 4, 2025.
  7. 7.0 7.1 Sam4k (Aug 15, 2021). "What's The Deal With Anti-Cheat On Linux?". Sam4k.com. Retrieved Aug 5, 2025.{{cite web}}: CS1 maint: numeric names: authors list (link)
  8. Tulach, Samuel (Sep 10, 2024). "The issue of anti-cheat on Linux". Tulach. Retrieved Aug 5, 2025.
  9. 9.0 9.1 Airweizen (Sep 28, 2024). "30 day ban people - did you have running this software?". Steam Forums. Retrieved Aug 5, 2025.
  10. 10.0 10.1 GamerDude909 (Feb 12, 2025). "Can You Play GTA Online on Linux?". Nerd Burglars. Retrieved Aug 5, 2025.{{cite web}}: CS1 maint: numeric names: authors list (link)
  11. KZ_D (May 16, 2022). "Anyone out there still playing Battleye protected games in VM in 2022?". Reddit. Retrieved Aug 5, 2025.
  12. GamerNinja99 (Mar 2, 2025). "Any Fixes for GTA Online's BattlEye on Linux?". Nerd Burglars. Retrieved Aug 5, 2025.{{cite web}}: CS1 maint: numeric names: authors list (link)
  13. AnIcedTeaPlease (Jan 21, 2021). "What's the progress of Battleye (and other anti-cheat software) on Linux as of 2021?". Reddit. Retrieved Aug 5, 2025.
  14. WashingtonMatt (Jan 7, 2023). "Blocked by BattlEye for [Virtual Machine]". Unraid. Retrieved Aug 5, 2025.
  15. "Diabotical developer blocks Linux users from playing and says "Just run Windows like the rest of the population."". Reddit. Mar 6, 2020. Archived from the original on Mar 13, 2020. Retrieved Aug 5, 2025.
  16. "Clip from Diabotical developer stream". Streamable. Archived from the original on Feb 9, 2023. Retrieved Aug 5, 2025.