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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-2004 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical file deletion flaw in 'Simple WP Events'. πŸ’₯ **Consequences**: Attackers can delete **arbitrary files** on the server. Total data loss & site crash possible.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-73** (External Control of File Name or Path). ⚠️ **Flaw**: Unsafe file path handling allows path traversal or direct manipulation.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Simple WP Events**. πŸ“… **Version**: **1.8.17** and earlier versions. 🏒 **Vendor**: wpminds.

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: No authentication required (PR:N). πŸ—‘οΈ **Impact**: **High Integrity (I:H)** & **High Availability (A:H)** impact. Files deleted. No direct data leak (C:N), but site destruction is severe.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None needed (PR:N). πŸ‘€ **UI**: None needed (UI:N). 🎯 **Complexity**: Low (AC:L). Easy to exploit.

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

πŸ” **Exploit Status**: No public PoC listed in data. πŸ“‰ **Risk**: CVSS 8.6 (High). Likely exploitable via standard path traversal techniques given CWE-73.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for 'Simple WP Events' plugin. πŸ“Š **Version Check**: Verify if version ≀ 1.8.17. πŸ“‚ **Code Review**: Check `wp-events-export-events.php` for unsafe file operations.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Yes, patched. πŸ“ **Reference**: Changeset **3280966** in trunk. βœ… **Action**: Update plugin immediately to latest version.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching delayed: 1. **Disable** the plugin. 2. **Restrict** file permissions. 3. **Monitor** server logs for deletion attempts.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. ⏱️ **Priority**: Patch immediately. πŸ“‰ **CVSS**: 8.6/10. Remote, unauthenticated, high impact. Critical security hygiene.