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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.