A heap-based buffer overflow vulnerability exists in Konami's Metal Gear Online 3, originating from improper validation of lobby data fields related to kicked players. The affected function processes a list of kicked player identifiers using the lobby data key "kick_num" to determine the number of entries, and individual kicked player IDs supplied via keys in the format "kicked_id_%i". The function does not validate that "kick_num" falls within the expected bounds. The game design limits matches to a maximum of 16 players, and the corresponding buffer for storing kicked player IDs is sized accordingly. If "kick_num" exceeds this limit, the function continues writing the provided player IDs past the end of the intended buffer and into adjacent memory regions. These adjacent regions contain Steam callback handler structures responsible for processing lobby data updates, lobby messages, and other related events. By supplying an oversized "kick_num" value and appropriate "kicked_id_%i" fields, an attacker can overwrite fields within the callback handler structures, including function pointers and callback argument values. Successful exploitation may enable control-flow hijacking, potentially allowing arbitrary code execution within the game process.
CVE-2026-19874
Score 9.1 from GitHub Security Advisory (severity: CRITICAL) published 2026-08-24. CISA-ADP (Vulnrichment) CVSS v3.1 baseline 9.1; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.1
- EG Score
- 9.1(high)
- EG Risk
- 57(Track)EG Risk 57/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity91% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 51%
- KEV
- Not listed
Published
August 24, 2026
Last Modified
August 24, 2026
Advisory Details (3)
Auto-updated Aug 24, 2026VU#728712 - Konami's Metal Gear Online 3 contains a heap-based buffer overflow
https://www.kb.cert.org/vuls/id/728712VU#728712 - Konami's Metal Gear Online 3 contains a heap-based buffer overflow
https://kb.cert.org/vuls/id/728712CWE - CWE-122: Heap-based Buffer Overflow (4.20)
https://cwe.mitre.org/data/definitions/122.htmlVendor Advisories for CVE-2026-19874(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 50× in last 7d / 50× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 02:25 UTCEG score recompute
- 2026-08-30 02:25 UTCGHSA enrichment
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 22:07 UTCGHSA enrichment
- 2026-08-29 17:49 UTCGHSA enrichment
- 2026-08-29 13:25 UTCGHSA enrichment
- 2026-08-29 09:04 UTCGHSA enrichment
- 2026-08-29 04:44 UTCGHSA enrichment
- 2026-08-29 00:26 UTCEG score recompute
- 2026-08-29 00:26 UTCGHSA enrichment
- 2026-08-28 21:41 UTCEPSS rescore
- 2026-08-28 16:26 UTCGHSA enrichment
- 2026-08-28 11:32 UTCGHSA enrichment
- 2026-08-28 07:13 UTCGHSA enrichment
- 2026-08-28 02:51 UTCGHSA enrichment
- 2026-08-27 22:32 UTCGHSA enrichment
- 2026-08-27 18:14 UTCEG score recompute
- 2026-08-27 18:14 UTCGHSA enrichment
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-27 13:04 UTCGHSA enrichment
- 2026-08-27 08:43 UTCGHSA enrichment
- 2026-08-27 04:25 UTCGHSA enrichment
- 2026-08-27 00:05 UTCGHSA enrichment
- 2026-08-26 19:46 UTCGHSA enrichment
- 2026-08-26 15:29 UTCEG score recompute
Show 25 moreShow fewer
- 2026-08-26 15:29 UTCGHSA enrichment
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-26 11:10 UTCGHSA enrichment
- 2026-08-26 06:51 UTCGHSA enrichment
- 2026-08-26 02:32 UTCGHSA enrichment
- 2026-08-25 22:15 UTCGHSA enrichment
- 2026-08-25 17:56 UTCEG score recompute
- 2026-08-25 17:56 UTCGHSA enrichment
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-25 13:38 UTCGHSA enrichment
- 2026-08-25 09:20 UTCGHSA enrichment
- 2026-08-25 05:02 UTCGHSA enrichment
- 2026-08-25 00:44 UTCEG score recompute
- 2026-08-25 00:44 UTCGHSA enrichment
- 2026-08-24 20:26 UTCGHSA enrichment
- 2026-08-24 20:11 UTCEG score recompute▲ 9.10
- 2026-08-24 20:11 UTCGHSA enrichment
- 2026-08-24 20:11 UTCMITRE cvelistV5CVSS v3 → 9.1 · severity → CRITICAL
- 2026-08-24 17:19 UTCGHSA enrichment
- 2026-08-24 17:18 UTCNVD update
- 2026-08-24 16:25 UTCGHSA enrichment
- 2026-08-24 16:17 UTCMITRE cvelistV5
- 2026-08-24 15:23 UTCNVD update
- 2026-08-24 15:16 UTCEG score recompute
- 2026-08-24 15:16 UTCMITRE cvelistV5first tracked
Publicly available exploits
(1 reference)Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- GitHub PoCalicealys/mgo3-rceFirst seen Jul 8, 2026
CVE-2026-19874
Open source ↗
Related CVEs(same CWE)
Same CWE
10 shownCWE-122
- CVE-2016-9603NVD 5.5EG 9.9EPSS p90CRITICAL
- CVE-2017-20241EG 9.8CRITICAL
- CVE-2006-10003EG 9.8CRITICAL
- CVE-2006-10002NVD 7.5EG 9.8CRITICAL
- CVE-2019-18296EG 9.8EPSS p92CRITICAL
- CVE-2019-18295EG 9.8EPSS p92CRITICAL
- CVE-2019-18293EG 9.8EPSS p92CRITICAL
- CVE-2019-18289EG 9.8EPSS p92CRITICAL
- CVE-2019-14901EG 9.8EPSS p97CRITICAL
- CVE-2019-14895EG 9.8EPSS p94CRITICAL
Frequently asked(5)
What is CVE-2026-19874?
When was CVE-2026-19874 disclosed?
Is CVE-2026-19874 actively exploited?
What is the CVSS score of CVE-2026-19874?
How do I remediate CVE-2026-19874?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-19874
Is Your Infrastructure Affected by CVE-2026-19874?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.