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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2021-25094 โ€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Unauthenticated Remote Code Execution (RCE) via unrestricted file upload. ๐Ÿ“‰ **Consequences**: Attackers upload malicious ZIP files (fonts) to execute arbitrary OS commands on the server.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **CWE**: CWE-306 (Missing Authentication for Critical Function). ๐Ÿ” **Flaw**: The `add_custom_font` API endpoint allows uploading unverified ZIP files without prior authentication.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Product**: WordPress Plugin **Tatsu Builder**. ๐Ÿ“… **Affected**: Versions **<= 3.3.11**. ๐ŸŒ **Scope**: WordPress sites using this specific page builder plugin.

Q4What can hackers do? (Privileges/Data)

๐Ÿ‘‘ **Privileges**: Unauthenticated access (No login needed). ๐Ÿ’ป **Action**: Execute arbitrary OS commands (RCE). ๐Ÿ“‚ **Data**: Read/Write server files, install backdoors, pivot to internal networks.

Q5Is exploitation threshold high? (Auth/Config)

โšก **Threshold**: **LOW**. ๐Ÿšซ **Auth**: None required. ๐ŸŒ **Config**: Only requires the plugin to be installed and active. ๐ŸŽฏ **Ease**: Automated scripts available for instant exploitation.

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

๐Ÿ”ฅ **Exploit**: **YES**. ๐Ÿ“‚ **PoCs**: Multiple public exploits on GitHub (e.g., `CVE-2021-25094-tatsu-preauth-rce`). ๐Ÿ“ก **Wild**: Active exploitation detected; 100,000+ sites at risk.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Check**: Scan for `wp-admin/admin-ajax.php` with `action=add_custom_font`. ๐Ÿ“Š **Tools**: Use Nuclei templates (`CVE-2021-25094.yaml`). ๐Ÿ•ต๏ธ **Verify**: Check if plugin version is <= 3.3.11.

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ›ก๏ธ **Fix**: **YES**. ๐Ÿ“ฅ **Patch**: Update Tatsu Builder to version **3.3.12** or later. โœ… **Status**: Official vendor release addresses the authentication gap.

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround**: Disable the plugin if not in use. ๐Ÿšซ **Block**: Restrict access to `admin-ajax.php` via WAF rules. ๐Ÿ›‘ **Limit**: Prevent unauthenticated POST requests to font upload endpoints.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ด **Priority**: **CRITICAL**. ๐Ÿšจ **Urgency**: Immediate action required. โš ๏ธ **Reason**: Unauthenticated RCE allows instant full server takeover. ๐Ÿƒ **Action**: Patch NOW.