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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SSRF via `/api/proxy`. πŸ“‰ **Consequences**: Attackers force the server to make arbitrary GET requests. This leads to internal service access, local network scanning, and sensitive cloud metadata leakage.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-306**: Missing Authentication for Critical Function. πŸ› **Flaw**: The `/api/proxy` endpoint lacks access controls.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: ParisNeo. πŸ“¦ **Product**: LoLLMs WEBUI (lollms-webui). πŸ‘€ **Developer**: Saifeddine ALOUI. ⚠️ **Affected**: Any instance running the vulnerable version of this multi-model LLM web interface.…

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated access. πŸ“‚ **Data**: Internal network data, cloud metadata (e.g., AWS/Azure secrets), and local service responses.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. πŸ”‘ **Auth**: None required. πŸ–±οΈ **UI**: Not required. πŸš€ **Ease**: Any anonymous user on the network can exploit this. It is a 'Zero-Click' style auth bypass for the proxy function.…

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

πŸ“œ **Public PoC**: Yes. πŸ§ͺ **Source**: Nuclei templates available on GitHub (projectdiscovery). 🌍 **Status**: Known exploit pattern exists. πŸ› οΈ Security researchers have already mapped the attack vector.…

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `/api/proxy` endpoint. πŸ“‘ **Tool**: Use Nuclei with the CVE-2026-33340 template. πŸ§ͺ **Test**: Send a GET request to the proxy pointing to `http://169.254.169.254` (cloud metadata).…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Official Fix**: Yes. πŸ“ **Advisory**: GHSA-mcwr-5469-pxj4 published. πŸ”— **Source**: GitHub Security Advisories for ParisNeo/lollms-webui. πŸ”„ **Action**: Update to the patched version immediately.…

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to `/api/proxy`. πŸ›‘ **Firewall**: Restrict inbound traffic to the LoLLMs WEBUI interface. 🚫 **WAF**: Add rules to deny requests containing proxy parameters.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: CRITICAL. 🚨 **Urgency**: High. πŸ“‰ **CVSS**: High severity (C:H, I:H). ⚑ **Risk**: Unauthenticated SSRF is a top-tier threat. πŸƒ **Action**: Patch NOW. Do not wait.…