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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: WeKnora (Tencent's LLM framework) suffers from **OS Command Injection**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). <br>πŸ” **Flaw**: The **MCP stdio configuration validation** is flawed. It fails to properly sanitize inputs before passing them to the OS shell.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Tencent WeKnora**. <br>πŸ“… **Versions**: **0.2.5 through 0.2.10** (prior to 0.2.10). <br>🏒 **Vendor**: Tencent.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: <br>βœ… **Arbitrary Command Execution**: Run any OS command. <br>πŸ”“ **Privileges**: Gain the same privileges as the WeKnora process.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Low** for Auth, **Medium** for Config. <br>πŸ”‘ **Auth**: Requires **Low Privileges** (PR:L). <br>βš™οΈ **Config**: Requires interaction with **MCP stdio configuration**.…

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

🚫 **Public Exploit**: **No**. <br>πŸ“„ **PoC**: The `pocs` field is empty in the advisory. <br>πŸ“’ **Status**: No wild exploitation reported yet, but the flaw is critical.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check WeKnora version (0.2.5-0.2.10). <br>2. Review **MCP stdio** configuration inputs. <br>3. Scan for shell metacharacters (`;`, `|`, `$()`) in config files. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ“… **Published**: 2026-03-07. <br>πŸ”— **Advisory**: [GitHub Advisory GHSA-r55h-3rwj-hcmg](https://github.com/Tencent/WeKnora/security/advisories/GHSA-r55h-3rwj-hcmg).…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable MCP stdio** if not needed. <br>2. **Strict Input Validation**: Sanitize all config inputs to remove shell metacharacters. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸ“Š **CVSS**: **9.8** (High). <br>⚑ **Priority**: **Immediate Patching**. <br>πŸ“‰ **Risk**: High impact (Confidentiality, Integrity, Availability) with low exploitation difficulty.