Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2021-39316 — AI Deep Analysis Summary

CVSS 7.5 · High

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.

Q4What can hackers do? (Privileges/Data)

🕵️ **Action**: Read arbitrary files. 🔑 **Data**: `wp-config.php` (DB creds), `.htaccess`, source code. 🚪 **Privilege**: No auth required. 📂 **Scope**: Server-side file system access.

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: **LOW**. 🚫 **Auth**: None required (PR:N). 🖱️ **UI**: None required. 🌐 **Network**: Remote (AV:N). ⚡ **Complexity**: Low (AC:L).

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

📜 **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.

Q10Is it urgent? (Priority Suggestion)

🔥 **Priority**: **CRITICAL**. 🚨 **Urgency**: High. 📉 **CVSS**: 7.5 (High). 💡 **Reason**: No auth, easy exploit, high impact (data leak). ⏳ **Action**: Patch NOW.