This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: Arbitrary File Upload via `savepng.php`. <br>📉 **Consequences**: Full system compromise. CVSS 9.1 (Critical). Attackers can execute code, steal data, or take over the server.
Q2Root Cause? (CWE/Flaw)
🛡️ **Root Cause**: Missing file type validation. <br>🔍 **CWE**: CWE-434 (Unrestricted Upload of File with Dangerous Type). The plugin fails to verify if uploaded files are actually PNGs.
Q3Who is affected? (Versions/Components)
🏢 **Vendor**: ZoomIt. <br>📦 **Product**: ZoomSounds - WordPress Wave Audio Player with Playlist. <br>📅 **Affected**: Version 5.96 and earlier.
Q4What can hackers do? (Privileges/Data)
💀 **Impact**: <br>• **Confidentiality**: High (Data theft). <br>• **Integrity**: High (File modification). <br>• **Availability**: High (Service disruption).…
🔥 **Exploitation**: YES. <br>📜 **PoC**: Available via ProjectDiscovery Nuclei templates. <br>🔗 **Links**: GitHub repos and WordFence intel confirm active exploitation potential.
Q7How to self-check? (Features/Scanning)
🔍 **Self-Check**: <br>1. Scan for `savepng.php` endpoint. <br>2. Use Nuclei template `CVE-2021-4449.yaml`. <br>3. Check WordPress plugin version < 5.96.
Q8Is it fixed officially? (Patch/Mitigation)
🛠️ **Fix**: Update ZoomSounds plugin to version **5.97+** (or latest). <br>📝 **Note**: Official patch requires vendor update. No specific patch date provided in data, but version 5.96 is the cutoff.
Q9What if no patch? (Workaround)
🚧 **Workaround**: <br>• Disable the plugin if not used. <br>• Block access to `savepng.php` via WAF. <br>• Restrict upload directories permissions.
Q10Is it urgent? (Priority Suggestion)
🔴 **Priority**: CRITICAL. <br>⏱️ **Urgency**: Immediate action required. CVSS 9.1 + Unauthenticated + Public PoC = High Risk. Patch ASAP.