Security readout for executives and security teams
Plain-English summary
WordPress sites using Download Manager 3.1.24 or earlier may let authenticated Author-level users upload files that can execute on some server configurations. This could turn a low-privilege account into full site compromise. The public bundle does not show confirmed active exploitation.
Executive priority
Treat as high priority where affected sites allow many content contributors or third-party authors. The main business risk is site takeover from a compromised or misused low-privilege account.
Technical view
CVE-2021-34639 is an authenticated arbitrary file upload issue in W3 Eden WordPress Download Manager through 3.1.24. The flaw involves double-extension uploads, such as a file ending in an allowed image extension while retaining executable behavior in some configurations. CVSS 3.1 is 7.5: network-reachable, low privileges required, high impact, high complexity.
Likely exposure
Exposure is limited to WordPress installations running Download Manager version 3.1.24 or earlier, especially where Author or higher accounts are numerous, externally managed, or weakly protected.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source here confirms active exploitation. Exploitation requires authenticated Author-level or higher access and a server configuration where double-extension uploads can execute.
Researcher notes
Evidence is sufficient for affected product, version range, privilege requirement, and impact class. Patch details and real-world exploitation evidence are not present in the supplied bundle, so validation should focus on version inventory, role exposure, and upload execution behavior.
Mitigation direction
- Identify all WordPress sites running Download Manager 3.1.24 or earlier.
- Check vendor guidance and upgrade away from affected versions.
- Restrict Author-level access to trusted users only.
- Disable the plugin temporarily where upgrade timing is uncertain.
- Harden upload directories so uploaded files cannot execute.
Validation and detection
- Inventory plugin versions across WordPress properties.
- Review Author, Editor, and Administrator account access on affected sites.
- Check web server handling of uploaded double-extension files.
- Review logs and media uploads for suspicious double-extension filenames.
- Confirm remediation against vendor guidance after upgrade or configuration changes.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-646: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupFile access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-34639 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/blog/2021/07/wordpress-download-manager-vulnerabilities/CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Reliance on File Name or Extension of Externally-Supplied File
Reliance on File Name or Extension of Externally-Supplied File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
