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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical authorization flaw in LibreChat's MCP stdio transport. πŸ“‰ **Consequences**: Allows arbitrary command execution with **root privileges** inside the container via a single API request.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-285 (Improper Authorization). πŸ” **Flaw**: The MCP stdio transport accepts **arbitrary commands** without proper validation. ❌ **Root Cause**: Lack of input verification on command execution pathways.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: LibreChat (by danny-avila). πŸ“… **Affected Versions**: **v0.8.2-rc2 and earlier**. βœ… **Fixed**: Versions after v0.8.2-rc2.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Privileges**: **Root** access within the container. πŸ—„οΈ **Data**: Full read/write access to container filesystem and processes. 🌐 **Scope**: Any authenticated user can exploit this to escalate privileges.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Auth Required**: **Yes**. The attacker must be an **authenticated user**. πŸ“Ά **Network**: Network-accessible (AV:N). 🎯 **Complexity**: Low (AC:L).…

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

🚫 **Public Exploit**: No public PoC or wild exploitation code available in the provided data. πŸ“ **Status**: Referenced via GitHub commit and security advisory (GHSA-cxhj-j78r-p88f).

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Verify your LibreChat version. πŸ“‰ **Action**: If version < **v0.8.2-rc2**, you are vulnerable. πŸ› οΈ **Scan**: Look for MCP stdio transport configurations in your deployment.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“¦ **Patch**: Upgrade to **LibreChat v0.8.2-rc2 or later**. πŸ”— **Reference**: See GitHub commit `211b39f` and GHSA advisory for details.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is impossible, **restrict network access** to the API. πŸ”’ **Mitigation**: Ensure only trusted users have authenticated access.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **CRITICAL**. 🚨 **Urgency**: Immediate action required. πŸ“‰ **CVSS**: High severity (H/H/H). ⏳ **Time**: Patch as soon as possible to prevent root container takeover.