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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-0352 β€” AI Deep Analysis Summary

CVSS 7.3 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Likeshop suffers from an **Unrestricted File Upload** vulnerability.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). The flaw lies in `server/application/api/controller/File.php`, specifically the `userFormImage` function.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Likeshop** (Social Commerce Solution). Specifically versions **2.5.7.20210311 and earlier**. The vulnerable component is the API controller handling HTTP POST requests for file uploads.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: With **no authentication** required, hackers can upload backdoors.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. The CVSS vector shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required), **UI:N** (No User Interaction). It is an easy, automated attack vector.

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

πŸ”“ **Public Exploits**: **YES**. Active PoCs exist on GitHub (e.g., `Cappricio-Securities/CVE-2024-0352`) and are integrated into **ProjectDiscovery Nuclei** templates. Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Likeshop instances. Use Nuclei templates for CVE-2024-0352.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: The vulnerability affects versions **up to** 2.5.7.20210311. You must upgrade to a **version newer than 2.5.7.20210311** to receive the official patch.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade immediately: 1. **Block** the upload API endpoint via WAF or firewall. 2. **Restrict** file extensions on the server side to allow only images (jpg, png). 3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. Due to **CVSS High Score**, **No Auth** requirement, and **Public PoCs**, this is an immediate threat. Prioritize patching or applying WAF rules **TODAY** to prevent automated botnet attacks.