Description
The FluentCart A New Era of eCommerce WordPress plugin before 1.5.3 does not perform any authorization or ownership check before rendering customer order documents keyed on a sequential numeric identifier, allowing unauthenticated visitors to enumerate and disclose customer personal data (names, email addresses, billing and shipping postal addresses, and order details) across the store.
Published: 2026-07-31
Score: 3.7 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in FluentCart versions prior to 1.5.3 arises from a lack of authorization checks when rendering customer order documents. An unauthenticated visitor can request order print routes keyed by a sequential numeric identifier, causing the plugin to reveal names, email addresses, billing and shipping postal addresses, and detailed order information. This results in a confidentiality breach of sensitive personal data for all customers represented in the store.

Affected Systems

All installations of the FluentCart WordPress plugin with a version less than 1.5.3 are affected. The issue originates in the plugin’s order print routes that accept a numeric order ID without verifying the requester’s identity or ownership of the order.

Risk and Exploitability

The CVSS score is not provided, but the lack of authentication required for exploitation and the breadth of disclosed personal information strongly suggest a high severity impact. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. The exploitation path is simple: any web visitor can construct URLs to sequential order identifiers and retrieve sensitive order documents without needing credentials. No additional conditions or configuration are required to exploit the flaw.

Generated by OpenCVE AI on July 31, 2026 at 18:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the FluentCart plugin to version 1.5.3 or newer to apply the vendor’s fix.
  • Restrict access to order print routes by requiring authentication and verifying that the requester owns the order or holds an administrative role before generating the document.
  • Implement comprehensive access control checks in the plugin (or within the site’s authentication layer) to enforce the principle of least privilege for all order‑related endpoints.

Generated by OpenCVE AI on July 31, 2026 at 18:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 19:15:00 +0000

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

Fri, 31 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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

ssvc

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


Fri, 31 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The FluentCart A New Era of eCommerce WordPress plugin before 1.5.3 does not perform any authorization or ownership check before rendering customer order documents keyed on a sequential numeric identifier, allowing unauthenticated visitors to enumerate and disclose customer personal data (names, email addresses, billing and shipping postal addresses, and order details) across the store.
Title FluentCart < 1.5.3 - Unauthenticated Order PII Disclosure via Print Routes
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-31T13:25:07.132Z

Reserved: 2026-07-07T09:14:16.181Z

Link: CVE-2026-14927

cve-icon Vulnrichment

Updated: 2026-07-31T13:22:48.264Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T19:00:10Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key