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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-1562 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Arbitrary Plugin Installation. πŸ’₯ **Consequences**: Attackers can install malicious plugins (webshells), leading to full site compromise, data theft, and server takeover.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-862**: Missing Authorization. πŸ” **Flaw**: The `install_or_activate_addon_plugins()` function lacks a capability check. πŸ—οΈ **Weakness**: The nonce hash is weak, allowing bypass of authentication checks.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: FunnelKit Automations (Recover WooCommerce Cart Abandonment...). πŸ‘€ **Vendor**: amans2k. πŸ“… **Affected**: Versions **3.5.3 and earlier**. 🌐 **Platform**: WordPress & WooCommerce.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Unauthenticated access (No login needed). πŸ“‚ **Data**: Full control over the WordPress installation. πŸ•ΈοΈ **Action**: Install arbitrary PHP plugins/webshells.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. 🚫 **Auth**: No authentication required. βš™οΈ **Config**: Exploitable via REST API endpoint.…

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

πŸ”“ **Public Exp?**: **YES**. πŸ“‚ **PoC**: Available on GitHub (gmh5225). πŸ€– **Scanner**: Nuclei templates available (projectdiscovery). πŸ“ **Method**: POST request to REST API with malicious ZIP URL.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for REST endpoint `/autonami-app/plugin/install_and_activate`. πŸ“Š **Tool**: Use Nuclei with CVE-2025-1562 template. πŸ“¦ **Verify**: Check plugin version in WordPress admin (if accessible) or HTTP headers.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fixed?**: **YES**. πŸ“… **Patch Date**: June 18, 2025. πŸ”„ **Update**: Upgrade to version **> 3.5.3**. πŸ“– **Ref**: WordPress Trac changeset 3305437 addresses the API loader and admin class.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, **disable the plugin** immediately. 🚫 **Block**: Restrict access to `/wp-json/autonami-app/` via WAF. πŸ”’ **Hardening**: Disable REST API for non-authenticated users if possible.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P0**. ⚑ **Reason**: Unauthenticated RCE potential via plugin install. πŸƒ **Action**: Patch immediately or disable plugin to prevent total site takeover.