Description
The Download Monitor WordPress plugin before 5.2.6 does not perform authorization checks on one of its download-logging AJAX actions, and exposes the nonce protecting it to unauthenticated visitors, allowing unauthenticated users to inject arbitrary download log entries and inflate a site's download statistics.
Published: 2026-08-08
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in older releases of the Download Monitor WordPress plugin where a specific AJAX action that records download events lacks an authorization check and exposes its protection nonce to any visitor. An attacker can therefore forge arbitrary log entries, causing a site to report inflated download counts. This manipulation corrupts analytics and distorts website metrics but does not provide code execution or other direct system compromise capabilities.

Affected Systems

WordPress sites running the Download Monitor plugin before version 5.2.6 are affected. The vulnerability applies to any installation of the plugin whose version is lower than 5.2.6; exact sub‑versions are not listed beyond this threshold.

Risk and Exploitability

The attack vector is unauthenticated, meaning any user with access to the site can exploit the flaw simply by targeting the AJAX endpoint. Because the flaw relies only on the exposure of the nonce and the missing permission check, it is trivial to craft malicious requests. No EPSS score is available, and the vulnerability is not listed in the CISA KEV catalog, suggesting it has not been widely exploited in the wild yet. Nevertheless, a site administrator could readily increase download statistics, leading to inaccurate reporting and potential reputational harm. The risk level is moderate: the exploitation is easy, but the impact is limited to data integrity rather than direct security compromise.

Generated by OpenCVE AI on August 8, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Download Monitor plugin to version 5.2.6 or later to remove the missing authorization check.
  • If an immediate upgrade is not possible, configure the site to block unauthenticated access to the AJAX logging endpoint, such as by adding custom code that checks the current user role before accepting log submissions.
  • Review existing download logs for anomalous entries that may have been injected and correct or remove any inflated statistics to restore accurate reporting.

Generated by OpenCVE AI on August 8, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-117
CWE-862

Sat, 08 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Download Monitor WordPress plugin before 5.2.6 does not perform authorization checks on one of its download-logging AJAX actions, and exposes the nonce protecting it to unauthenticated visitors, allowing unauthenticated users to inject arbitrary download log entries and inflate a site's download statistics.
Title Download Monitor < 5.2.6 - Unauthenticated Download Log Injection
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-08T06:00:12.854Z

Reserved: 2026-07-22T14:31:56.823Z

Link: CVE-2026-16608

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T08:00:11Z

Weaknesses
  • CWE-117

    Improper Output Neutralization for Logs

  • CWE-862

    Missing Authorization