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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal & Local File Inclusion (LFI) in ShopLentor. πŸ’₯ **Consequences**: Attackers can read arbitrary files or execute **arbitrary PHP code** on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-22**: Improper Limitation of a Pathname to a Restricted Directory. πŸ› **Flaw**: The `load_template` function fails to sanitize input, allowing directory traversal sequences (`../`) to access unauthorized files.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: devitemsllc. πŸ“‰ **Product**: ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin. ⚠️ **Affected**: Version **3.2.5 and earlier**.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Remote Code Execution (RCE). πŸ“‚ **Data**: Full read/write access to server files. πŸ’» **Impact**: Complete server compromise, data theft, and website defacement.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🌐 **Access**: Network Accessible (AV:N). πŸ”‘ **Auth**: None Required (PR:N). πŸ–±οΈ **UI**: None Required (UI:N). Easy to exploit remotely.

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

πŸ” **Public Exp?**: No specific PoC code provided in data. πŸ“ **References**: Source code links available (class.ajax_actions.php). ⚠️ **Risk**: High likelihood of wild exploitation due to low barrier.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Check**: Scan for ShopLentor plugin version. πŸ“‚ **Verify**: Check if `load_template` is called with unsanitized user input in `class.ajax_actions.php`. πŸ› οΈ **Tool**: Use WPScan or manual code audit.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update ShopLentor to **version 3.2.6 or later**. πŸ”„ **Action**: Immediate patching is the only official mitigation. Check WordPress plugin repository for updates.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If unpatched, **disable the plugin** immediately. πŸ›‘ **Block**: Restrict access to `class.ajax_actions.php` via WAF rules. 🧹 **Monitor**: Log for suspicious `../` patterns in request parameters.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: Patch **IMMEDIATELY**. CVSS Score is **High** (9.8+ implied by H/I/H). RCE vulnerabilities are top-priority threats.