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**: Path Traversal in ZoomSounds plugin. 📉 **Consequences**: Attackers download **arbitrary files**, including sensitive configs like `wp-config.php`. 💥 **Impact**: Full site compromise via credential theft.
Q2Root Cause? (CWE/Flaw)
🛡️ **CWE**: CWE-22 (Path Traversal). 🔍 **Flaw**: The `link` parameter in the `dzsap_download` action is not sanitized. ⚠️ **Result**: Allows `../` sequences to escape the intended directory.
Q3Who is affected? (Versions/Components)
🏢 **Vendor**: ZoomIt. 📦 **Product**: ZoomSounds - WordPress Wave Audio Player with Playlist. 📅 **Affected**: Versions **<= 6.45**. 🌐 **Platform**: WordPress sites using this plugin.
📜 **PoC**: Yes, available via Nuclei templates. 🌍 **Exploit**: Publicly shared on PacketStorm. 📈 **Status**: Wild exploitation likely due to simplicity.
Q7How to self-check? (Features/Scanning)
🔍 **Check**: Scan for `dzsap_download` action. 📥 **Test**: Send `link=../../../../wp-config.php`. 🛠️ **Tool**: Use Nuclei or manual HTTP requests. 📊 **Indicator**: Response contains PHP config code.
Q8Is it fixed officially? (Patch/Mitigation)
🔧 **Fix**: Update ZoomSounds plugin to **> 6.45**. 📢 **Source**: Vendor advisory. ✅ **Action**: Check WordPress dashboard for updates immediately.
Q9What if no patch? (Workaround)
🚫 **No Patch?**: Disable the plugin. 🛡️ **WAF**: Block requests containing `../` in `link` param. 🔒 **Access**: Restrict `wp-config.php` via server config. 🧹 **Monitor**: Log for suspicious download attempts.