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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-44109 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OpenClaw < 2026.4.15 has a critical **Authentication Bypass** in Feishu Webhooks & Card Actions. πŸ›‘ **Consequences**: Unauthenticated requests reach the command scheduler.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-1188** (Insecure Configuration). The system defaults to **allowing** requests (fail-open) instead of rejecting them when `encryptKey` is missing or callback tokens are empty.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **OpenClaw** versions **before 2026.4.15**. Specifically impacts the **Feishu Webhook** integration and **Card Action** validation modules. If you are running an older version, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: With **No Privileges** required (PR:N), hackers can bypass auth checks. They can execute **Arbitrary Commands** on the system.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. ⚠️ No authentication (PR:N) needed. Low complexity (AC:L). No user interaction (UI:N) required.…

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

πŸ” **Public Exploit**: **No PoC** currently listed in the data. However, the vulnerability logic (fail-open on missing keys) is straightforward.…

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: 1. Check your OpenClaw version (must be < 2026.4.15). 2. Verify if `encryptKey` is configured for Feishu Webhooks. 3. Ensure callback tokens are **not empty**. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. Patched in version **2026.4.15** and later. πŸ“ **Patch Commit**: [c8003f1b](https://github.com/openclaw/openclaw/commit/c8003f1b33ed2924be5f62131bd28742c5a41aae).…

Q9What if no patch? (Workaround)

πŸ› οΈ **Workaround (No Patch)**: If you cannot upgrade immediately: 1. **Strictly configure** the `encryptKey`. 2. Ensure **non-empty** callback tokens are set. 3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 CVSS Score is **High** (likely 9.8+). Remote Code Execution (RCE) potential with no auth required. **Action**: Upgrade to **2026.4.15+** immediately.…