Vulnerability record · CVE-2021-39316 · published 31 August 2021
CVE-2021-39316: Zoomsounds WordPress plugin path traversal allows arbitrary file download
DDigitalzoomstudio · Zoomsounds
The Zoomsounds plugin for WordPress through version 6.45 exposes a `dzsap_download` action that passes the `link` parameter without proper validation, allowing directory traversal. An unauthenticated attacker can read arbitrary files on the server, including sensitive configuration files such as wp-config.php. This matters because wp-config.php contains database credentials and authentication salts, which can lead to full site compromise.
Description
The Zoomsounds plugin <= 6.45 for WordPress allows arbitrary files, including sensitive configuration files such as wp-config.php, to be downloaded via the `dzsap_download` action using directory traversal in the `link` parameter.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Automated analysis
high priorityUnauthenticated arbitrary file read with public exploit references and very high EPSS, though not in KEV and no ransomware association.
What it is
The Zoomsounds plugin for WordPress through version 6.45 exposes a `dzsap_download` action that passes the `link` parameter without proper validation, allowing directory traversal. An unauthenticated attacker can read arbitrary files on the server, including sensitive configuration files such as wp-config.php. This matters because wp-config.php contains database credentials and authentication salts, which can lead to full site compromise.
Impact
An attacker gains read access to any file the web server can read, including wp-config.php, exposing database credentials and secret keys. This can enable database access, session forgery, or further lateral compromise of the WordPress installation.
Attack surface
Reachable over the network through the WordPress plugin's `dzsap_download` action with a crafted `link` parameter; the CVSS vector shows no privileges or user interaction required. No authentication is needed to trigger the traversal.
Exploitation
Not listed in CISA KEV, but EPSS is 0.65763 (99.2nd percentile) and public exploit references exist, indicating high likelihood of active exploitation. The Packet Storm reference is tagged Exploit.
What to do
- Update the Zoomsounds plugin to a version newer than 6.45 if available; if no fixed version exists, remove or disable the plugin.
- Block or restrict access to the `dzsap_download` action at the web server or WAF level.
- Move wp-config.php outside the web root or restrict file permissions so the web server cannot read it.
- Rotate database credentials and WordPress salts if compromise is suspected.
- Audit web server logs for traversal patterns in requests to the plugin endpoint.
Detection
- Search web server logs for requests to `dzsap_download` containing `../` or encoded traversal sequences in the `link` parameter.
- Monitor for access to sensitive files such as wp-config.php via the plugin endpoint.
- Alert on unusual outbound or file-read activity from the WordPress process.
- Review plugin inventory for Zoomsounds versions 6.45 and below.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
| Link | Tags |
|---|---|
| http://packetstormsecurity.com/files/165146/WordPress-DZS-Zoomsounds-6.45-Arbitrary-File-Read.html | ExploitThird Party AdvisoryVDB Entry |
| https://www.wordfence.com/vulnerability-advisories/#CVE-2021-39316 | Third Party Advisory |
| http://packetstormsecurity.com/files/165146/WordPress-DZS-Zoomsounds-6.45-Arbitrary-File-Read.html | ExploitThird Party AdvisoryVDB Entry |
| https://www.wordfence.com/vulnerability-advisories/#CVE-2021-39316 | Third Party Advisory |
Track CVE-2021-39316 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2021-39316), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.