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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-29922 β€” AI Deep Analysis Summary

CVSS 9.6 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: kcp (Kubernetes control plane) has an **Authorization Flaw** in `APIExport VirtualWorkspace`. <br>πŸ’₯ **Consequences**: Attackers can create or delete objects in **any target workspace**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-285 (Improper Authorization). <br>πŸ” **Flaw**: The `APIExport VirtualWorkspace` endpoint fails to properly validate permissions before allowing object creation/deletion across different workspaces.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: kcp-dev. <br>πŸ“¦ **Product**: kcp. <br>πŸ“‰ **Affected Versions**: **< 0.26.3**. If you are running 0.26.2 or earlier, you are vulnerable!

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1️⃣ **Create** arbitrary objects in any workspace. <br>2️⃣ **Delete** critical objects in any workspace. <br>3️⃣ **Bypass** workspace isolation boundaries.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Threshold**: **Low-Medium**. <br>βœ… **Auth Required**: Yes (PR:L - Privileges Required: Low). <br>🌐 **Access**: Network Accessible (AV:N).…

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

🚫 **Public Exploit**: **No**. <br>πŸ“ **Status**: No PoC or wild exploitation detected in the provided data. <br>πŸ”’ **Risk**: Theoretical but high impact due to the nature of the flaw.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check your kcp version (`kcp version`). <br>2️⃣ Verify if version < 0.26.3. <br>3️⃣ Audit `APIExport` configurations for `VirtualWorkspace` usage.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **kcp 0.26.3** or later. <br>πŸ”— **Reference**: See GitHub commit `614ecbf` and PR #3338 for the fix details.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround (No Patch)**: <br>1️⃣ **Restrict Access**: Limit network access to `APIExport` endpoints. <br>2️⃣ **RBAC Hardening**: Apply strict RBAC policies to `VirtualWorkspace` users.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: **HIGH**. <br>πŸ“… **Published**: 2025-03-20. <br>πŸ“‰ **CVSS**: 8.6 (High). <br>πŸ’‘ **Action**: Patch immediately if running < 0.26.3. The impact on confidentiality and integrity is High (C:H, I:H).