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.