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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-4449 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

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).…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. <br>πŸ”“ **Auth**: None required (PR:N). <br>🌐 **Network**: Remote (AV:N). <br>πŸ‘€ **User Interaction**: None (UI:N). Easy to exploit.

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

πŸ”₯ **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.