Description
The Classified Listing WordPress plugin before 5.3.9 does not verify that the order targeted by its payment-receipt handler belongs to the requesting user, allowing authenticated users with subscriber-level access to read the payment receipt details of any other user's order.
Published: 2026-07-21
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Classified Listing WordPress plugin before version 5.3.9, where the payment‑receipt handler does not verify that the order being accessed belongs to the user making the request. This allows an authenticated subscriber to read the payment receipt details of any other user’s order, exposing sensitive transaction information without affecting code execution or system integrity.

Affected Systems

The affected product is the Classified Listing plugin for WordPress, specifically all releases prior to 5.3.9. Users of older versions with subscriber‑level accounts are at risk until the plugin is upgraded.

Risk and Exploitability

With a CVSS score of 4.3 the severity is considered low, yet the exploit is straightforward: a logged‑in subscriber can supply an order ID to the receipt endpoint and obtain another user's receipt. The EPSS score of less than 1% indicates a very small chance of current exploitation, and the vulnerability is not listed in CISA's KEV catalog. Nonetheless, the lack of authentication checks means any subscriber can readily exploit the flaw if they manually request order IDs or if an attacker can enumerate them.

Generated by OpenCVE AI on July 30, 2026 at 18:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Classified Listing plugin to version 5.3.9 or later.
  • Verify that the order ID supplied by the user is associated with the authenticated user by adding server‑side validation.
  • Block access to the payment receipt endpoint for subscriber accounts until the patch is applied or require elevated privileges for receipt retrieval.

Generated by OpenCVE AI on July 30, 2026 at 18:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 21 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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

ssvc

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


Tue, 21 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Classified Listing WordPress plugin before 5.3.9 does not verify that the order targeted by its payment-receipt handler belongs to the requesting user, allowing authenticated users with subscriber-level access to read the payment receipt details of any other user's order.
Title Classified Listing < 5.3.9 - Subscriber+ Payment Receipt Disclosure via IDOR
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-21T15:23:43.105Z

Reserved: 2026-06-30T08:11:18.256Z

Link: CVE-2026-14183

cve-icon Vulnrichment

Updated: 2026-07-21T15:22:15.496Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:15:13Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key