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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Locutus < 3.0.14 suffers from **Code Injection**. <br>πŸ’₯ **Consequences**: The `create_function` function fails to sanitize inputs. This allows attackers to execute **arbitrary code** on the target system.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-94** (Code Injection). <br>πŸ” **Flaw**: The `create_function` parameter is **not cleaned/validated**. Malicious payloads slip through directly into the execution engine.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Locutus** JavaScript library. <br>πŸ“‰ **Versions**: All versions **before 3.0.14**. <br>🏒 **Vendor**: locutusjs.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hacker Power**: **Arbitrary Code Execution (RCE)**. <br>πŸ”“ **Privileges**: Full control over the process context. <br>πŸ“‚ **Data**: Complete access to sensitive data, system files, and environment variables.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **None Required** (PR:N). <br>🌐 **Network**: **Remote** (AV:N). <br>πŸ‘€ **UI**: **None Required** (UI:N). Easy to exploit remotely.

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

🚫 **Public Exploit**: **No**. <br>πŸ“„ **PoCs**: Empty list in data. <br>⚠️ **Status**: While no public PoC exists, the CVSS score (10.0) suggests high exploitability. Assume **wild exploitation** risk is rising.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan your `package.json` or dependencies. <br>πŸ”Ž **Look For**: `locutus` version number. <br>βœ… **Action**: If version < 3.0.14, you are vulnerable.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. <br>πŸ”§ **Patch**: Upgrade to **Locutus 3.0.14** or later. <br>πŸ“ **Source**: See GitHub Advisory GHSA-vh9h-29pq-r5m8 for official confirmation.

Q9What if no patch? (Workaround)

πŸ›‘ **No Patch?**: **Isolate** the component. <br>🚫 **Mitigation**: Remove `create_function` usage if possible.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>🚨 **Priority**: **Immediate Action**. <br>πŸ“Š **Score**: CVSS 10.0 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Do not wait for PoCs. Patch now.