Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Network-accessible AJAX endpoint, low complexity, Subscriber auth required (PR:L), no user interaction, high confidentiality loss, zero integrity or availability impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The JS Help Desk WordPress plugin before 3.1.4 does not perform authorization or ownership checks before returning support-ticket content in a nonce-gated search handler, allowing any authenticated user (Subscriber and above) to read the subject and full message body of every other user's support tickets.
AnalysisAI
JS Help Desk WordPress plugin before 3.1.4 exposes all support ticket content to any authenticated WordPress user due to missing authorization and ownership checks in its search handler. Any account at Subscriber level or above can enumerate and read the subject and full message body of every other user's support ticket by interacting with the plugin's nonce-gated AJAX endpoint, bypassing the intended per-user data isolation. A publicly available proof-of-concept exploit exists per WPScan; EPSS is low at 0.14% (4th percentile), suggesting opportunistic rather than widespread automated exploitation, but the low authentication bar makes this a meaningful data exposure risk on multi-user WordPress sites.
Technical ContextAI
JS Help Desk is a WordPress plugin that provides customer support ticket management. The affected component is a nonce-gated AJAX search handler: WordPress nonces provide CSRF protection but do NOT enforce authorization or confirm that the requesting user owns the resource being fetched. The plugin failed to implement an ownership or capability check alongside the nonce verification, meaning any user possessing a valid WordPress nonce (trivially obtained by any authenticated session) could query arbitrary ticket records. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) is the root cause class - the data is not improperly stored but is served without confirming the requester's entitlement. Affected CPE: cpe:2.3:a:unknown:js_help_desk:*:*:*:*:*:*:*:* covering all versions below 3.1.4.
RemediationAI
The primary fix is to update the JS Help Desk WordPress plugin to version 3.1.4 or later, which introduces proper authorization and ownership checks in the search handler. The WPScan advisory at https://wpscan.com/vulnerability/c876774c-3cee-4a8a-a448-9d92fd8a4171/ documents the fix. If immediate upgrade is not possible, a compensating control is to disable open WordPress user registration (Settings > General > uncheck 'Anyone can register') to prevent unknown parties from obtaining the Subscriber-level access required to exploit this flaw - note this does not protect against insider threats from existing low-privilege accounts. Site administrators should also audit existing Subscriber and Contributor accounts for legitimacy. Network-layer controls (WAF rules blocking unexpected AJAX search requests to the plugin endpoint) can reduce exposure but are difficult to tune without breaking legitimate ticket search functionality for support staff.
More in Js Help Desk
View allImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in JS Help Desk JS He
Unauthenticated file upload and arbitrary ticket attachment in JS Help Desk WordPress plugin (all versions before 3.1.4)
User email enumeration in the JS Help Desk WordPress plugin (versions before 3.1.4) allows any Contributor-level site us
Insecure Direct Object Reference (IDOR) in JS Help Desk WordPress plugin before 3.1.5 exposes support ticket data to any
Unrestricted file upload in JS Help Desk WordPress plugin. CVSS 10.0.
Missing Authorization vulnerability in JS Help Desk JS Help Desk - Best Help Desk & Support Plugin allows Accessing Func
Missing Authorization vulnerability in JS Help Desk JS Help Desk - Best Help Desk & Support Plugin.8.3. Rated critical s
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in JoomSky JS Help De
SQL injection in the JS Help Desk WordPress plugin versions 3.0.9 and earlier allows remote unauthenticated attackers to
Missing Authorization vulnerability in JoomSky JS Help Desk js-support-ticket allows Exploiting Incorrectly Configured A
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in JoomSky JS Help Desk all
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in JS Help Desk JS He
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51421
GHSA-ghj5-mpcj-95xg