This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Strapi CMS (v4.5.5-) suffers from **SSTI** (Server-Side Template Injection) via email templates.β¦
π‘οΈ **Root Cause**: The `sendTemplatedEmail` function uses the **Lodash** template engine. <br>β οΈ **Flaw**: Lodash evaluates JavaScript code within templates.β¦
π **Self-Check**: <br>1. Check Strapi version (<= 4.5.5). <br>2. Scan for **SSTI** in email template fields. <br>3. Use Nuclei templates for CVE-2023-22621. <br>4.β¦
π¨ **Urgency**: **HIGH**. <br>β‘ **Priority**: Patch immediately. <br>π **Risk**: RCE is a critical severity. Even with auth requirement, admin compromise leads to total server takeover. Do not ignore.