Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2025-60710 โ€” AI Deep Analysis Summary

CVSS 7.8 ยท High

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: A Local Privilege Escalation (LPE) flaw in `Host Process for Windows Tasks`.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-59** (Improper Link Resolution Before File Access). The `taskhostw.exe` process deletes directories matching a specific GUID pattern without verifying if they are **symbolic links**.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ–ฅ๏ธ **Affected Products**: **Windows 11 Version 25H2** (both ARM64 and x64-based systems). ๐Ÿ“ฆ **Component**: `Microsoft\Windows\WindowsAI\Recall\PolicyConfiguration` scheduled task.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’€ **Attacker Capabilities**: Elevate privileges from **Low User** to **SYSTEM/Admin**. ๐Ÿ”“ Access sensitive data, modify system integrity, and achieve full persistence.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Threshold**: **Low/Medium**. ๐Ÿ“ **Requirements**: Local access (AV:L), Low Complexity (AC:L), and **Low Privileges** (PR:L) are needed. No user interaction (UI:N) required.โ€ฆ

Q6Is there a public Exp? (PoC/Wild Exploitation)

๐Ÿ’ฃ **Exploit Status**: **Yes, Public PoC Available**. ๐Ÿ“‚ GitHub repo `redpack-kr/CVE-2025-60710` provides proof-of-concept code.โ€ฆ

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: 1. Check if Windows 11 25H2 is installed. 2. Verify the existence of the scheduled task: `Microsoft\Windows\WindowsAI\Recall\PolicyConfiguration`. 3.โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Official Fix**: **Yes**. Microsoft has released an update. ๐Ÿ“… Published: 2025-11-11. ๐Ÿ”— Reference: MSRC Update Guide (CVE-2025-60710). Users must apply the latest security patch immediately.

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround (No Patch)**: 1. **Disable** the `PolicyConfiguration` scheduled task. 2. Restrict write permissions to `%LOCALAPPDATA%` for low-privilege users (if feasible). 3.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **HIGH**. ๐Ÿšจ CVSS Vector is **8.8 (High)**. Since PoC is public and requires only local low-privilege access, immediate patching is critical to prevent system takeover. Do not delay!