Description
The PeproDev WooCommerce Receipt Uploader WordPress plugin through 2.8.0 does not verify that a requested attachment belongs to the order referenced by its access token, allowing unauthenticated attackers to forge a token and disclose image attachments, including other customers' uploaded payment receipts, that they do not own.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The PeproDev WooCommerce Receipt Uploader plugin for WordPress before version 2.8.0 does not validate that a requested image attachment matches the order referenced by its access token. This omission creates an Insecure Direct Object Reference (IDOR) that allows an unauthenticated attacker to forge a token and retrieve image files, including other customers’ payment receipts and potentially other sensitive uploads. The primary consequence is the loss of confidentiality for customer transaction data.

Affected Systems

All installations of the PeproDev WooCommerce Receipt Uploader plugin up through version 2.8.0 are impacted. The plugin is a WordPress extension that attaches receipt images to WooCommerce orders; no specific patch level is listed, so any release prior to 2.8.1 should be considered vulnerable.

Risk and Exploitability

The vulnerability is unauthenticated and requires only the ability to construct an HTTP request with a forged token, making it straightforward for an attacker to exploit. The CVSS score of 5.3 indicates moderate severity, while the EPSS score of less than 1 % suggests that exploitation is unlikely but not impossible. It is not listed in the CISA KEV catalog. Attackers can directly request the receipt endpoint with a crafted token, bypassing access controls and exposing sensitive customer images.

Generated by OpenCVE AI on August 6, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PeproDev WooCommerce Receipt Uploader to the latest version that resolves the IDOR flaw.
  • If an update is not yet available, prevent direct access to the uploads directory by restricting web access, renaming the directory, or serving images through a protected endpoint that requires authentication.
  • Implement a server‑side check that associates the supplied access token with the order ID and denies any request where the token does not belong to the authenticated user’s order.

Generated by OpenCVE AI on August 6, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 17:30:00 +0000

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

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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

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

Thu, 06 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The PeproDev WooCommerce Receipt Uploader WordPress plugin through 2.8.0 does not verify that a requested attachment belongs to the order referenced by its access token, allowing unauthenticated attackers to forge a token and disclose image attachments, including other customers' uploaded payment receipts, that they do not own.
Title PeproDev WooCommerce Receipt Uploader <= 2.8.0 - Unauthenticated Image Attachment Disclosure via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T14:16:28.091Z

Reserved: 2026-07-01T11:39:54.042Z

Link: CVE-2026-14314

cve-icon Vulnrichment

Updated: 2026-08-06T14:16:04.504Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T07:16:27.760

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-14314

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T18:30:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor