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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 8.6 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in WordPress Plugin 'My Calendar'. πŸ’₯ **Consequences**: Attackers inject malicious SQL code. Leads to **Data Breach** & **Data Tampering**. Critical integrity loss.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). πŸ” **Flaw**: Unsanitized input in REST API parameters. Specifically the **'from'** and **'to'** fields in the `/my-calendar/v1/events` route.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **My Calendar**. πŸ“‰ **Versions**: **< 3.4.22**. ⚠️ **Note**: Versions 3.4.22 and above are safe.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: 1. **Read**: Extract sensitive database data (User creds, site config). 2. **Write**: Modify/Delete data. 3. **Impact**: Full database compromise via SQLi.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. πŸ‘€ **Auth**: **Unauthenticated** (No login needed). 🌐 **Access**: Remote via REST API endpoint. Easy to trigger.

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

πŸ”₯ **Public Exploits**: **YES**. πŸ“‚ **PoCs Available**: GitHub repos (mr-won, user20252228) & Nuclei templates. πŸš€ **Status**: Active exploitation possible for anyone with the PoC.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Method**: 1. Scan for `/my-calendar/v1/events` endpoint. 2. Inject SQL payloads into `from`/`to` params. 3. Use **Nuclei** template for CVE-2023-6360. 4. Check plugin version in WP Admin.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **YES**. βœ… **Patch**: Update **My Calendar** to **v3.4.22** or later. πŸ”„ **Action**: Immediate update required.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: 1. **Block Access**: Restrict `/my-calendar/v1/events` via WAF/Cloudflare. 2. **Disable Plugin**: Temporarily deactivate if update isn't possible. 3.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. πŸ”΄ **Priority**: **P1**. πŸ“’ **Reason**: Unauthenticated + SQLi + Public PoC = Immediate Risk. Patch NOW.