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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-22621 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Strapi CMS (v4.5.5-) suffers from **SSTI** (Server-Side Template Injection) via email templates.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: The `sendTemplatedEmail` function uses the **Lodash** template engine. <br>⚠️ **Flaw**: Lodash evaluates JavaScript code within templates.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Strapi** Content Management System. <br>πŸ”’ **Versions**: All versions **<= 4.5.5**. <br>πŸ“… **Published**: April 19, 2023. <br>πŸ‘₯ **Vendor**: Strapi (Open Source).

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Actions**: <br>1. Inject crafted payloads into email templates. <br>2. **Bypass** existing validation checks. <br>3. Execute **arbitrary code** on the server.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **Medium/High**. <br>πŸšͺ **Auth Required**: Yes. The attacker needs **access to the Strapi admin panel**. <br>🌐 **Remote**: Yes, but requires authentication first. Not fully unauthenticated.

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

πŸ”“ **Public Exp?**: **YES**. <br>πŸ“‚ **PoC Available**: <br>- GitHub: `sofianeelhor/CVE-2023-22621-POC` <br>- Nuclei Template: `projectdiscovery/nuclei-templates` <br>πŸ”₯ **Wild Exploitation**: Possible for those with admin a…

Q7How to self-check? (Features/Scanning)

πŸ” **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.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fixed?**: **YES**. <br>πŸ“’ **Official Disclosure**: Strapi released security disclosures and patches. <br>βœ… **Action**: Upgrade to version **> 4.5.5** immediately. Check `strapi/strapi/releases`.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Disable** email plugin if not needed. <br>2. **Restrict** admin panel access strictly (IP whitelisting). <br>3. **Sanitize** all inputs before they reach email templates. <br>4.…

Q10Is it urgent? (Priority Suggestion)

🚨 **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.