LiveActive security incident?Get immediate response
CVE Record

CVE-2021-31567: WordPress Download Monitor plugin <= 4.4.6 - Authenticated Arbitrary File Download vulnerability

Authenticated (admin+) Arbitrary File Download vulnerability discovered in Download Monitor WordPress plugin (versions <= 4.4.6). The plugin allows arbitrary files, including sensitive configuration files such as wp-config.php, to be downloaded via the &downloadable_file_urls[0] parameter data. It's also possible to escape from the web server home directory and download any file within the OS.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress site using Download Monitor 4.4.6 or earlier could let an authenticated administrator download arbitrary server files, including sensitive configuration files. This is mainly a confidentiality risk. It is most serious where admin accounts are shared, weakly controlled, or already compromised.

Executive priority

Treat as a moderate-priority confidentiality issue. It is not described as unauthenticated or actively exploited, but it can expose credentials and configuration secrets if an admin account is abused. Prioritize internet-facing WordPress sites and environments with weak admin governance.

Technical view

CVE-2021-31567 is an authenticated arbitrary file download issue in the Download Monitor WordPress plugin up to 4.4.6. The source describes abuse of downloadable_file_urls[0] to retrieve files such as wp-config.php and potentially files outside the web root. CVSS 3.1 is 6.8 with high confidentiality impact.

Likely exposure

Exposure is limited to WordPress deployments with Download Monitor 4.4.6 or earlier and an authenticated admin-level user. Public unauthenticated exposure is not supported by the provided sources. Shared admin access, compromised administrator credentials, or untrusted site operators increase practical risk.

Exploitation context

The provided bundle does not show CISA KEV listing or cited active exploitation. The issue requires high privileges but can reveal secrets that may support further compromise. Evidence is incomplete on real-world exploitation, fixed version details, and vendor-specific mitigation beyond checking official plugin guidance.

Researcher notes

Sources identify CWE-200 and CVSS vector CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N. The affected range is described as Download Monitor <=4.4.6. Do not assume unauthenticated exploitability or a specific fixed version without confirming vendor records.

Mitigation direction

  • Identify WordPress sites using Download Monitor and record installed versions.
  • Review vendor changelog and Patchstack guidance for fixed or supported versions.
  • Update the plugin to a vendor-supported release if affected.
  • Disable or remove the plugin where it is not business-critical.
  • Restrict administrator access and review shared or stale admin accounts.
  • Rotate exposed secrets if sensitive files may have been downloaded.

Validation and detection

  • Confirm whether Download Monitor version is 4.4.6 or earlier.
  • Review admin user inventory for unnecessary privileged accounts.
  • Check WordPress and server logs for unusual download configuration activity.
  • Look for unexpected access to sensitive configuration files.
  • Verify plugin update or removal on all affected WordPress sites.
Prepared
Confidence
medium
Sources
5

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

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-31567 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
Medium
CVSS
6.8 (3.1)
Known Exploited
No
Published

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

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
4Source 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
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N2.34Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2021-31567Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
n/an/an/aListed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.