Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
Contributor is a low-privilege authenticated WordPress role (PR:L), not high; impact is read-only confidentiality exposure with no integrity or availability effect.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The Classified Listing WordPress plugin before 5.4.4 does not perform a capability check on an AJAX action that returns aggregated store revenue totals, allowing users with contributor-level access and above to read daily revenue figures normally restricted to administrators and report managers.
AnalysisAI
Unauthorized revenue data disclosure in the Classified Listing WordPress plugin (before 5.4.4) allows any authenticated contributor-level user to read daily store revenue figures restricted to administrators and report managers. The flaw stems from a missing capability check (CWE-862) on an AJAX action that aggregates store revenue totals, exposing potentially sensitive business intelligence to lower-privileged users. No public exploit identified at time of analysis per KEV, though a publicly available exploit exists per WPScan reporting; the EPSS score of 0.13% (3rd percentile) suggests limited real-world exploitation interest despite code availability.
Technical ContextAI
The Classified Listing plugin (CPE: cpe:2.3:a:unknown:classified_listing:*:*:*:*:*:*:*:*) is a WordPress marketplace/classifieds plugin. The root cause is CWE-862 (Missing Authorization): a WordPress AJAX action handler that returns aggregated store revenue totals omits a capability check, meaning WordPress's role-based access control system is not consulted before serving the response. In WordPress, AJAX actions registered with wp_ajax_{action} fire for any logged-in user unless the handler explicitly checks current_user_can() or a nonce tied to a specific role. The action was likely intended to be restricted to roles with manage_options or a custom report-manager capability, but that check was never implemented, making the handler callable by any authenticated user, including contributors.
RemediationAI
Upgrade to Classified Listing version 5.4.4 or later, which introduces the missing capability check on the affected AJAX action. The vendor-released patch is confirmed available per WPScan (https://wpscan.com/vulnerability/64321af7-dadb-4bde-8c8f-ca520145d02c/) and NVD (https://nvd.nist.gov/vuln/detail/CVE-2026-16276). If immediate upgrade is not feasible, a compensating control is to restrict the WordPress contributor role entirely from accessing the site's AJAX endpoint by blocking wp-admin/admin-ajax.php at the web server or WAF level for contributor-session cookies - note this may break other contributor-level AJAX functionality. Alternatively, disable the store revenue reporting feature within the plugin's settings if that option exists, to prevent the action from returning data even if called. The trade-off of blocking admin-ajax.php broadly is disruption to any contributor-dependent frontend features.
More in Classified Listing
View allBroken object-level authorization in the Classified Listing WordPress plugin (versions 5.3.0 through pre-6.1.1) allows a
The Classified Listing Pro WordPress plugin before 2.0.20 does not escape a generated URL before outputting it back in a
The Classima WordPress theme before 2.1.11 and some of its required plugins (Classified Listing before 2.2.14, Classifie
The Classified Listing - Classified ads & Business Directory Plugin plugin for WordPress is vulnerable to Cross-Site Req
Cross-Site Request Forgery (CSRF) vulnerability in RadiusTheme Classified Listing plugin <= 2.4.5 versions. Rated high s
Insecure Direct Object Reference (IDOR) in the Classified Listing WordPress plugin before 5.3.9 exposes payment receipt
Cross-site scripting in the Classified Listing WordPress plugin (by RadiusTheme) versions 5.4.2 and earlier lets a remot
Unauthenticated reflected/stored Cross-Site Scripting in the Classified Listing WordPress plugin versions 5.3.8 and earl
The Classified Listing WordPress plugin before version 5.4.4 exposes private, draft, and pending post content to authent
The Classified Listing - Classified ads & Business Directory Plugin plugin for WordPress is vulnerable to unauthorized a
Path traversal in the Classified Listing WordPress plugin (versions through 5.3.8) enables authenticated low-privileged
Broken access control in the Classified Listing WordPress plugin (versions <= 5.4.2) allows subscriber-level authenticat
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52164
GHSA-jxrw-x44m-c9mq