Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local unprivileged user (AV:L/PR:L) reaches an unrestricted kernel port with no interaction (AC:L/UI:N), gaining privileged driver control for full C/I/A impact.
Primary rating from Vendor (certcc).
CVSS VectorVendor: certcc
Lifecycle Timeline
3DescriptionCVE.org
The Minifilter communication port for driver GFAC_Sys_x64.sys in Little Orbit GFAC allows a local attacker to access privileged driver functionality via a communication interface that lacks appropriate access restrictions.
AnalysisAI
Local privilege escalation in Little Orbit's GameFirst Anti-Cheat (GFAC) kernel driver GFAC_Sys_x64.sys allows an unprivileged local user to invoke privileged driver functionality because the minifilter communication port exposes its interface without proper access control. Any local account can send crafted requests through the port to reach kernel-level operations, yielding full confidentiality, integrity, and availability impact (CVSS 7.8). A CERT/CC-coordinated advisory (VU#639124) and a public GitHub repository covering CVE-2026-12166/12167/12168 suggest exploit code is likely available, though no active exploitation is confirmed.
Technical ContextAI
GFAC ships a Windows kernel-mode minifilter driver (GFAC_Sys_x64.sys) that registers a filter communication port (FltCreateCommunicationPort) so its user-mode anti-cheat service can talk to the kernel component. Such ports are meant to be locked down via a security descriptor and connection-context checks so only the trusted, privileged parent process can open them. Here the port lacks appropriate access restrictions, so any local process can connect and issue messages that reach privileged driver handlers. The root-cause class is missing/improper authorization on a kernel IPC endpoint (CWE-284 Improper Access Control / CWE-862 Missing Authorization); no CWE was assigned in the source data. The single affected component per CPE is cpe:2.3:a:little_orbit:gamefirst_anti-cheat, i.e. Little Orbit's anti-cheat used to protect its game titles.
RemediationAI
No fixed version string is present in the provided data, so no vendor-released patch is independently confirmed at time of analysis; consult the CERT/CC advisory at https://kb.cert.org/vuls/id/639124 and the vendor at https://www.littleorbit.com/ for an updated GFAC build superseding the 2025-07-07 version, and upgrade all affected hosts once available. Because exploitation requires the vulnerable driver to be loaded, the most effective compensating control where the protected game is not in active use is to stop and disable the GFAC service and unload/block loading of GFAC_Sys_x64.sys (side effect: the anti-cheat and any game depending on it will not run). On shared or sensitive systems, restrict interactive local logon to trusted users and apply application allowlisting to limit which processes can execute and open the driver's communication port (side effect: administrative overhead and possible friction for legitimate users). Monitor for the vendor patch and track https://nvd.nist.gov/vuln/detail/CVE-2026-12167 for updated fix information.
More in Gamefirst Anti Cheat
View allLocal privilege escalation in Little Orbit's GameFirst Anti-Cheat (GFAC) lets a low-privileged user reach SYSTEM and run
NULL pointer dereference in the GFAC_Sys_x64.sys kernel driver of Little Orbit's GameFirst Anti-Cheat enables a local lo
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41376
GHSA-3p7v-279h-hf95