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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-30194 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: PrestaShop module `poststaticfooter` (v1.0.0 and earlier) suffers from **SQL Injection**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: The function `poststaticfooter::getPosCurrentHook()` is vulnerable. <br>⚠️ **Flaw**: It fails to properly sanitize user input before executing SQL commands, allowing malicious payloads to be injected.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: PrestaShop installations using the **poststaticfooter** module. <br>πŸ“… **Version**: Version **1.0.0** and any prior versions are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Capabilities**: Hackers can execute arbitrary SQL commands. <br>πŸ”“ **Impact**: High risk of **Confidentiality**, **Integrity**, and **Availability** loss.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>🌐 **Access**: Network Accessible (AV:N). <br>πŸ”‘ **Auth**: No Privileges Required (PR:N). <br>πŸ‘οΈ **UI**: No User Interaction Needed (UI:N). Easy to exploit remotely.

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

πŸ“œ **Public Exp?**: **YES**. <br>πŸ”— **PoC**: Available via ProjectDiscovery Nuclei templates. <br>🌍 **Wild Exp**: Likely, given the low complexity and lack of auth requirements.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the **poststaticfooter** module. <br>πŸ› οΈ **Tool**: Use Nuclei with the specific CVE-2023-30194 template. <br>πŸ“‹ **Verify**: Check if the module version is ≀ 1.0.0.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update the **poststaticfooter** module to a version **greater than 1.0.0**. <br>πŸ“’ **Source**: Refer to Friends of Presta security advisories for official patch details.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **Disable** the `poststaticfooter` module immediately. <br>πŸ›‘ **Mitigation**: If it must stay, restrict access via WAF rules to block SQL injection patterns in the `getPosCurrentHook` parameter.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. <br>πŸ”₯ **Priority**: High. CVSS Score indicates **High** impact (C:H, I:H, A:H). Patch immediately to prevent data theft or site defacement.