LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34639: WordPress Download Manager <= 3.1.24 Authenticated Arbitrary File Upload

Authenticated File Upload in WordPress Download Manager <= 3.1.24 allows authenticated (Author+) users to upload files with a double extension, e.g. "payload.php.png" which is executable in some configurations. This issue affects: WordPress Download Manager version 3.1.24 and prior versions.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
description · low confidence lookup

File 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2021-34639Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
W3 Eden, Inc.WordPress Download Manager3.1.24Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-646 · source CWE mapping

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.