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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-36112 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in **Projectworlds Online Book Store** (PHP). <br>πŸ’₯ **Consequences**: Attackers can **dump the entire database** running the web app. Critical data loss risk!

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **SQL Injection** flaw. Specifically in the `pubid` parameter within `bookPerPub.php`. <br>πŸ” **Type**: Time-based blind, Boolean-based blind, and OR error-based injection.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Projectworlds Online Book Store Project In Php** version **1.0**. <br>πŸ“¦ **Vendor**: Projectworlds (Austria). <br>⚠️ **Note**: Only v1.0 is confirmed vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: <br>1️⃣ **Dump Database**: Extract all tables/data. <br>2️⃣ **Privileges**: Depends on DB user rights, but full data exposure is guaranteed.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>βœ… **Auth**: No authentication required mentioned. <br>βœ… **Config**: Direct parameter manipulation in `bookPerPub.php`. <br>🎯 **Ease**: Simple parameter injection via `pubid`.

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ”— **Source**: Exploit-DB ID **49314**. <br>πŸ€– **Automation**: Nuclei templates available for scanning. <br>⚑ **Status**: Wildly exploitable via standard SQLi techniques.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Scan for `bookPerPub.php` with `pubid` parameter. <br>2️⃣ Use **Nuclei** templates (CVE-2020-36112.yaml). <br>3️⃣ Test for **Time-based** or **Boolean-based** blind responses.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **UNKNOWN** from provided data. <br>πŸ“… **Published**: Jan 4, 2021. <br>⚠️ **Action**: Since no patch link is provided, assume **NO official patch** exists or is unavailable. Treat as unpatched.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: <br>1️⃣ **Input Validation**: Sanitize `pubid` parameter strictly. <br>2️⃣ **WAF**: Block SQL keywords in `pubid`. <br>3️⃣ **Access Control**: Restrict access to `bookPerPub.php` if possible.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“‰ **Priority**: **P1**. <br>πŸ’‘ **Reason**: Full database dump is possible with low effort. No patch available. Immediate mitigation required to prevent data breach!