← Back to Feed CACHED · 2026-08-25 10:11:40 · CACHE_KEY CVE-2026-19874
CVE-2026-19874 · CWE-122 · Disclosed 2026-08-24

A heap-based buffer overflow vulnerability exists in Konami's Metal Gear Online 3

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

A lobby-host can pwn your gaming PC, but your SOC has bigger fish to fry

CVE-2026-19874 is a heap-based buffer overflow in Konami's Metal Gear Online 3 (the multiplayer component bundled with Metal Gear Solid V: The Phantom Pain, Steam AppID 287700). Version 1.1.2.8 of mgsvmgo.exe fails to validate the kick_num lobby metadata field against the fixed 16-entry buffer for kicked-player Steam IDs. A malicious lobby host supplies an oversized value, triggering out-of-bounds writes that corrupt adjacent Steamworks callback structures containing function pointers. Because Denuvo-protected memory regions carry read-write-execute permissions, the attacker achieves arbitrary code execution on every client that joins the poisoned lobby — no click required. The fix shipped in version 1.1.2.9 on 2026-08-04, which bumped the lobby protocol version and prevents older clients from connecting.

The vendor CVSS of 9.1 CRITICAL is technically defensible *for the attack surface it describes*: network-reachable, zero-auth, zero-interaction RCE. But CVSS has no knob for 'is this software relevant to your enterprise?' Metal Gear Online 3 is a consumer video game. It should never appear on a managed corporate endpoint, and if it does, the correct response is an asset-hygiene ticket, not a P1 patch cycle. The vendor severity wildly overstates the risk to any organization running a software-allowlist or endpoint-management policy.

"Video game RCE is scary for gamers, irrelevant for your enterprise patch queue."
02 · The Attack Path

3 steps from start to impact.

STEP 01

Attacker hosts a malicious MGO3 lobby

The attacker runs Metal Gear Online 3 and creates a Steam lobby. They modify the kick_num lobby metadata field to a value exceeding the 16-entry fixed buffer, and populate corresponding kicked_id_%i entries with crafted payloads targeting Steamworks callback function pointers.
Conditions required:
  • Attacker owns a copy of MGSV:TPP on Steam
  • Attacker can create and advertise a public lobby
Where this breaks in practice:
  • Lobby is only visible to other MGO3 players actively browsing for matches
  • Steam matchmaking limits lobby visibility by region
STEP 02

Victim joins the poisoned lobby

A player using the vulnerable version (1.1.2.8) browses the lobby list and joins the attacker's session. The client parses the oversized kick_num field and writes attacker-controlled data past the 16-entry heap buffer, corrupting adjacent Steamworks callback structures.
Conditions required:
  • Victim is running MGO3 version 1.1.2.8
  • Victim voluntarily joins the lobby
Where this breaks in practice:
  • The patch (1.1.2.9) shipped 2026-08-04 — three weeks before disclosure — and older clients cannot connect to updated servers
  • Steam auto-update is on by default; most players already have the fix
  • The game is from 2015 with a small residual player base
STEP 03

Heap corruption hijacks control flow

The overwritten function pointers in the Steamworks callback handler are invoked during normal lobby processing. Because Denuvo's protection creates RWX memory regions, the attacker's payload executes directly in the game process context — typically the logged-in Windows user, not SYSTEM.
Conditions required:
  • Denuvo RWX regions present (standard for this title)
  • No additional exploit mitigation (CFG, CET) enforced on the game process
Where this breaks in practice:
  • Exploitation yields code execution as a standard user, not SYSTEM
  • EDR/AV on a managed endpoint would flag the post-exploitation behavior
  • Corporate software-allowlist policies block game executables entirely
Detection/coverage: Consumer AV heuristics may flag anomalous shellcode execution from a game process. Enterprise EDR would detect post-exploitation activity.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNo known campaigns. No evidence of exploitation in enterprise environments. Theoretical risk is limited to consumer gaming PCs.
KEV StatusNot listed. CISA KEV does not track consumer video game vulnerabilities.
Proof of ConceptNo public PoC repository identified. The CERT/CC advisory (VU#728712) describes the technique but does not provide exploit code.
EPSS ScoreNot yet scored by FIRST (disclosed 2026-08-24).
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H — Network/no-auth/no-interaction. Integrity+Availability high, Confidentiality none. Technically accurate for the game client attack surface.
Affected VersionsMetal Gear Online 3 (mgsvmgo.exe) version 1.1.2.8 (Steam AppID 287700)
Fixed Version1.1.2.9 (released 2026-08-04). Lobby protocol bumped from v15→v16, blocking unpatched clients from connecting.
Exposure DataIrrelevant for enterprise. Steam player counts for MGSV:TPP average ~1,500 concurrent players globally (SteamDB). Overlap with managed corporate endpoints is effectively zero.
Disclosure Date2026-08-24 (CERT/CC coordinated disclosure)
ResearcherAlice Cecchetto (researcher), Bob Kemerer (documentation), via CERT/CC
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to IGNORE (1.0/10)

The single most decisive factor is that the affected component is a consumer video game client with zero presence in enterprise asset inventories. No enterprise deployment role exists for Metal Gear Online 3; the entire installed base is consumer gaming PCs, making the vulnerability irrelevant to corporate patch management.

HIGH Verdict applicability to enterprise environments
MEDIUM Technical exploitation details (based on CERT/CC advisory, no PoC reviewed)

Why this verdict

  • Enterprise relevance is nil. Metal Gear Online 3 is a 2015-era consumer game multiplayer component. It does not appear in any enterprise software catalog, CMDB, or approved application list. If it exists on a corporate endpoint, it is shadow IT.
  • Role multiplier: not applicable. The affected component occupies *none* of the high-value deployment roles (not an IdP, hypervisor, CI/CD tool, backup system, security agent, network edge, database, or anything in the enterprise stack). It is a consumer entertainment application. Blast radius is limited to the individual gaming PC — there is no lateral movement, no domain impact, no fleet consequence.
  • Auto-update already resolved it. The patch shipped on 2026-08-04, three weeks before public disclosure. Steam's default auto-update means the vast majority of the ~1,500 active players are already patched. Additionally, the lobby protocol version bump prevents unpatched clients from connecting at all, effectively killing the attack surface server-side.
  • Execution context is limited. Even if exploited, code runs as the logged-in standard user, not SYSTEM. On a hypothetical managed endpoint with EDR, post-exploitation would be detected and contained.

Why not higher?

This vulnerability has zero enterprise attack surface. The affected software is a consumer video game that should never be present on managed corporate endpoints. There is no high-value deployment role, no supply-chain risk, no identity or infrastructure impact. Raising this above IGNORE would waste patch-management cycles on software that belongs in an asset-hygiene cleanup, not a vulnerability remediation workflow.

Why not lower?

IGNORE is already the lowest severity bucket. The vulnerability is technically real and the RCE primitive is sound, which prevents dismissing it as a non-issue entirely — it just has no enterprise relevance.

05 · Compensating Control

What to do — in priority order.

  1. Enforce application allowlisting — If your endpoint management permits only approved executables, mgsvmgo.exe and Steam game binaries should already be blocked. Confirm your allowlist policy covers all managed endpoints. This is a standing control, not a CVE-specific response.
  2. Audit for unauthorized game installations — Run a software inventory query across your fleet for Steam AppID 287700 or mgsvmgo.exe. Flag and remove any instances as a policy violation. This is an asset-hygiene action, not a patching action.
What doesn't work
  • Network-level blocking of Steam lobby traffic — this would be overkill and would break legitimate Steam-based enterprise tools (e.g., Steam for business training sims). The correct fix is removing the game, not filtering its traffic.
  • WAF or IPS signatures — the traffic is peer-to-peer via Steam networking, not HTTP. Traditional network security appliances cannot inspect or block it.
06 · Verification

Crowdsourced verification payload.

Run on any Windows endpoint where you suspect MGSV:TPP may be installed. Execute as a standard user in PowerShell: .\Check-CVE-2026-19874.ps1. No elevated privileges required.

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
# Check-CVE-2026-19874.ps1
# Checks for vulnerable Metal Gear Online 3 (mgsvmgo.exe) version
# Output: VULNERABLE / PATCHED / UNKNOWN
# Exit codes: 1 = VULNERABLE, 0 = PATCHED, 2 = UNKNOWN (not installed)

$steamPaths = @(
    "${env:ProgramFiles(x86)}\Steam\steamapps\common\MGS_TPP",
    "${env:ProgramFiles}\Steam\steamapps\common\MGS_TPP",
    "D:\SteamLibrary\steamapps\common\MGS_TPP",
    "E:\SteamLibrary\steamapps\common\MGS_TPP"
)

$found = $false
foreach ($base in $steamPaths) {
    $exe = Join-Path $base "mgsvmgo.exe"
    if (Test-Path $exe) {
        $found = $true
        $ver = (Get-Item $exe).VersionInfo.FileVersion
        if ($null -eq $ver -or $ver -eq '') {
            Write-Output "UNKNOWN - mgsvmgo.exe found at $exe but version could not be read"
            exit 2
        }
        # Vulnerable version is 1.1.2.8; fixed is 1.1.2.9+
        try {
            $v = [version]$ver
            $vuln = [version]'1.1.2.8'
            if ($v -le $vuln) {
                Write-Output "VULNERABLE - mgsvmgo.exe version $ver found at $exe (fixed in 1.1.2.9)"
                exit 1
            } else {
                Write-Output "PATCHED - mgsvmgo.exe version $ver at $exe"
                exit 0
            }
        } catch {
            Write-Output "UNKNOWN - could not parse version string: $ver"
            exit 2
        }
    }
}

if (-not $found) {
    Write-Output "UNKNOWN - Metal Gear Online 3 (mgsvmgo.exe) not found on this system"
    exit 2
}
07 · Bottom Line

If you remember one thing.

TL;DR
Do nothing in your patch queue. CVE-2026-19874 affects a consumer video game with no enterprise relevance. Per the noisgate remediation SLA for IGNORE-class findings, no action is required — document the rationale and move on. If your software inventory scan turns up instances of Metal Gear Online 3 on managed endpoints, treat that as an asset-hygiene violation, not a vulnerability remediation task: open a ticket to remove unauthorized software. Do not burn a change window or CAB slot on this CVE.

Sources

  1. NVD - CVE-2026-19874
  2. CERT/CC VU#728712
  3. SC Media - Metal Gear Online 3 RCE
  4. Vista Net - VU#728712 Advisory
  5. CWE-122: Heap-based Buffer Overflow
  6. MITRE CVE Record
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.