目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-19874— 科乐美《合金装备Online 3》堆缓冲区溢出漏洞

一分钟漏洞结论

影响对象
Konami Metal Gear Online 3
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

科乐美《合金装备在线3》(Metal Gear Online 3)中存在一个基于堆的缓冲区溢出漏洞,该漏洞源于对与已踢出玩家相关的房间数据字段验证不当。受影响的函数使用房间数据键 "kick_num" 处理已踢出玩家标识符列表,以确定条目数量,并通过格式为 "kicked_id_%i" 的键提供的各个已踢出玩家 ID 进行处理。该函数未对 "kick_num" 是否处于预期范围内进行验证。由于游戏设计规定每场匹配最多支持 16 名玩家,因此用于存储已踢出玩家 ID 的缓冲区大小也相应设定。如果 "kick_num"

获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-19874 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Konami's Metal Gear Online 3 contains a heap-based buffer overflow
来源: CVE Program / CVE List V5
Vulnerability Description
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 Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Konami Metal Gear Online 3 1.1.2.8 -

二、漏洞 CVE-2026-19874 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-19874 的情报信息

登录查看更多情报信息。

CVE-2026-19874 其他参考 (1)

V. Comments for CVE-2026-19874

暂无评论


发表评论