Description
The Document Embedder WordPress plugin before 2.3.1 does not check a document's status before issuing a download token and streaming the file, allowing unauthenticated attackers to download arbitrary Document Embedder WordPress plugin before 2.3.1 documents, including private and draft ones, by enumerating IDs.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Document Embedder plugin for WordPress fails to validate a document’s confidentiality status before generating a download token and streaming the file. An unauthenticated attacker can craft a request that triggers the token creation, then obtain the document directly. The flaw permits disclosure of private and draft content, compromising confidentiality and potentially exposing sensitive business data. The vulnerability is a form of improper access control (CWE‑284) and results in information exposure (CWE‑200).

Affected Systems

The issue affects the Document Embedder WordPress plugin for all installations running any version earlier than 2.3.1. Users who have not applied the 2.3.1 update remain susceptible if the plugin is enabled and available on the site.

Risk and Exploitability

No EPSS score is available and the flaw is not listed in the CISA KEV catalog, but the path to exploitation is straightforward: any visitor can enumerate document IDs and access the download endpoint in an unauthenticated fashion. Because the text says the vulnerability allows an unauthenticated user to download arbitrary documents, the risk is chiefly confidentiality loss. Impact depends on the sensitivity of the secrets stored in private or draft documents; if sensitive, the risk is high. The exploit does not require privileged credentials, which increases its availability and likelihood.

Generated by OpenCVE AI on August 27, 2026 at 07:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Document Embedder WordPress plugin to version 2.3.1 or later.
  • If an immediate upgrade is not possible, disable or remove the plugin until the patch is applied.
  • For temporary protection, restrict access to the download token endpoint by ensuring it requires authentication or limiting it to authorized roles.
  • Confirm that the installation’s disk and network configurations do not expose the download URL to public access outside the intended audience.

Generated by OpenCVE AI on August 27, 2026 at 07:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Document Embedder WordPress plugin before 2.3.1 does not check a document's status before issuing a download token and streaming the file, allowing unauthenticated attackers to download arbitrary Document Embedder WordPress plugin before 2.3.1 documents, including private and draft ones, by enumerating IDs.
Title Document Embedder < 2.3.1 - Unauthenticated Private Document Download via Token Oracle
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-27T06:00:17.044Z

Reserved: 2026-07-22T12:55:06.897Z

Link: CVE-2026-16567

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T06:16:56.013

Modified: 2026-08-27T06:16:56.013

Link: CVE-2026-16567

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T07:30:18Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control