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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-24284 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary File Upload via `uploadFontIconAJAX`. πŸ’₯ **Consequences**: Attackers upload malicious ZIP files (containing PHP) to `wp-content/uploads/kaswara/fonts_icon`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-434 (Unrestricted Upload of File with Dangerous Type). πŸ› **Flaw**: The plugin unzips uploaded files into the web-accessible directory **without checking** for malicious content like PHP scripts.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: SayenThemes. πŸ“¦ **Product**: Kaswara Modern VC Addons. πŸ“‰ **Affected**: Version **3.0.1 and earlier**. βœ… **Safe**: Versions > 3.0.1.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Full **Code Execution** (RCE). πŸ“‚ **Data**: Complete server compromise. Attackers can run arbitrary commands, steal data, or install backdoors.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth**: **Unauthenticated**. No login required. 🎯 **Config**: Exploits the `uploadFontIcon` AJAX action directly. Extremely easy to trigger.

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

πŸ’» **Exploit**: Yes. Public PoC available via **Nuclei Templates** (ProjectDiscovery). 🌐 **Status**: High risk of wild exploitation due to simplicity.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `uploadFontIconAJAX` endpoint. πŸ“‚ **Verify**: Look for unauthorized PHP files in `wp-content/uploads/kaswara/fonts_icon/`. πŸ› οΈ **Tool**: Use Nuclei or manual HTTP requests.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update plugin to version **> 3.0.1**. πŸ“’ **Source**: Vendor patch released. Check official WordPress repository or CodeCanyon for updates.

Q9What if no patch? (Workaround)

🚫 **Workaround**: Disable the `uploadFontIcon` AJAX action via code. πŸ›‘οΈ **Harden**: Restrict upload permissions in `wp-config.php` or WAF rules to block PHP execution in upload folders.

Q10Is it urgent? (Priority Suggestion)

⚠️ **Priority**: **CRITICAL**. πŸ”₯ **Urgency**: High. Unauthenticated RCE is a top-tier threat. Patch **immediately** to prevent server takeover.