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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2022-0785 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in 'Daily Prayer Time' plugin. πŸ“‰ **Consequences**: Attackers can steal, modify, or delete database content. πŸ’₯ **Impact**: Full compromise of the WordPress site's data integrity.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-89 (SQL Injection). πŸ” **Flaw**: The plugin fails to sanitize/escape the `month` parameter. πŸ“ **Context**: This happens inside the `get_monthly_timetable` AJAX action before using it in a SQL statement.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WordPress Plugin 'Daily Prayer Time'. πŸ“… **Affected Versions**: Versions prior to **2022.03.01**. 🌐 **Platform**: WordPress sites running this specific plugin.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers Can**: Execute arbitrary SQL commands. πŸ—„οΈ **Data Access**: Read sensitive database info (users, configs). ✏️ **Actions**: Modify or delete critical site data. πŸšͺ **Access**: No login required!

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth**: **Unauthenticated**. πŸš€ **Threshold**: **LOW**. Anyone on the internet can trigger the `get_monthly_timetable` AJAX endpoint. No credentials needed to start exploitation.

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

πŸ“œ **PoC Available**: Yes. πŸ”— **Source**: Nuclei templates (projectdiscovery). 🌍 **Wild Exploit**: High risk due to low barrier to entry. Automated scanners likely detect this.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for the plugin 'Daily Prayer Time'. πŸ§ͺ **Test**: Trigger `get_monthly_timetable` AJAX with malicious `month` payloads. πŸ› οΈ **Tool**: Use Nuclei or SQLMap to verify the injection point.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fix**: Upgrade to version **2022.03.01** or later. βœ… **Status**: Patched. The developers fixed the sanitization issue in the newer release.

Q9What if no patch? (Workaround)

🚫 **No Patch?**: Disable the plugin immediately. πŸ›‘ **Mitigation**: Block access to `admin-ajax.php` if possible, or use a WAF to filter SQLi patterns in the `month` parameter.

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: **HIGH**. πŸ“’ **Reason**: Unauthenticated access makes it easy to exploit. πŸ“… **Age**: Published in 2022, but still relevant for unpatched legacy sites. Act now!