# Windows OLE 远程代码执行漏洞
## 概述
该漏洞存在于Windows操作系统的OLE(对象链接和嵌入)组件中,攻击者可以通过特制的恶意文件或网站诱使用户操作,从而实现远程代码执行。
## 影响版本
- Windows 10 (所有版本)
- Windows Server 2016, 2019, 2022
- Windows 11
## 细节
OLE组件负责管理Windows操作系统中的复合文档和对象链接。该漏洞允许攻击者利用OLE中的远程代码执行(RCE)漏洞,成功利用该漏洞的攻击者可以在当前用户的安全上下文中执行任意代码。
## 影响
成功利用此漏洞可能导致系统完全被攻破,漏洞利用可能允许攻击者执行恶意代码、安装程序、查看、更改或删除数据,或者创建具有完全用户权限的新账户。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Proof of concept & details for CVE-2025-21298 | https://github.com/ynwarcs/CVE-2025-21298 | POC详情 |
| 2 | A Critical Windows OLE Zero-Click Vulnerability | https://github.com/Dit-Developers/CVE-2025-21298 | POC详情 |
| 3 | A safe CTF challenge demonstrating CVE-2025-21298 using RTF and OLE objects. | https://github.com/Denyningbow/rtf-ctf-cve-2025-21298 | POC详情 |
| 4 | None | https://github.com/mr-big-leach/CVE-2025-21298 | POC详情 |
| 5 | CVE-2025-21298 | https://github.com/B1ack4sh/Blackash-CVE-2025-21298 | POC详情 |
| 6 | Complete analysis of CVE-2025-21298, a double free vulnerability related to ole32 library in windows. | https://github.com/fy-poc/full-poc-CVE-2025_21298 | POC详情 |
| 7 | We are expected to investigate a critical alert reporting a Windows OLE zero-click RCE exploitation (CVE-2025-21298) delivered via a malicious RTF attachment. | https://github.com/Arkha-Corvus/LetsDefend-SOC336-Windows-OLE-Zero-Click-RCE-Exploitation-Detected-CVE-2025-21298- | POC详情 |
标题: CVE-2025-21298 - Security Update Guide - Microsoft - Windows OLE Remote Code Execution Vulnerability -- 🔗来源链接
标签: vendor-advisory
暂无评论