Description
The Customer Support Ticket System & Helpdesk plugin for WordPress is vulnerable to Code Injection via the 'path' parameter in all versions up to, and including, 6.0.5 due to the use of dynamic function invocation on an attacker-controlled value with insufficient validation. This makes it possible for unauthenticated attackers to invoke arbitrary parameterless PHP functions, which can be used to disrupt site functionality or expose sensitive information. The required nonce is publicly emitted via wp_localize_script whenever the plugin's [emd_form] shortcode is rendered on any public-facing page, making the endpoint reachable by unauthenticated visitors without any prior authentication or privilege.
Published: 2026-07-23
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Customer Support Ticket System & Helpdesk plugin for WordPress is vulnerable to code injection through the 'path' parameter. An attacker can supply an arbitrary PHP function name in this parameter, which the plugin calls directly. Because the function names are not validated or whitelisted and the required nonce is publicly emitted when the [emd_form] shortcode is rendered, any unauthenticated visitor can craft a request that invokes any parameterless PHP function available in the WordPress environment. The result can be site disruption, data exposure, or other malicious actions depending on the function called.

Affected Systems

The vulnerability affects the emarket-design Customer Support Ticket System & Helpdesk plugin for all releases up to and including version 6.0.5. No other products or newer releases are listed as affected.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity, and the EPSS score of less than 1% indicates that exploitation is not yet widespread but could occur. The vulnerability is not listed in the CISA KEV catalog. Because the affected endpoint is reachable on any public-facing page that includes the [emd_form] shortcode, remote attackers can exploit the flaw by sending a crafted request with a harmful 'path' value. Successful exploitation requires only that the target site runs a vulnerable version of the plugin and renders the shortcode on a publicly accessible page.

Generated by OpenCVE AI on August 3, 2026 at 22:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Customer Support Ticket System & Helpdesk plugin to the latest version where this issue is fixed.
  • If an immediate update is not possible, remove or restrict the [emd_form] shortcode from public pages so that the dynamic 'path' endpoint cannot be accessed by unauthenticated users.
  • As a temporary workaround, modify the plugin or use a pre‑filter hook to validate the 'path' parameter against a whitelist of allowed functions and reject any other values before the function is invoked.

Generated by OpenCVE AI on August 3, 2026 at 22:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 23 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Emarket-design
Emarket-design customer Support Ticket System & Helpdesk
Wordpress
Wordpress wordpress
Vendors & Products Emarket-design
Emarket-design customer Support Ticket System & Helpdesk
Wordpress
Wordpress wordpress

Thu, 23 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description The Customer Support Ticket System & Helpdesk plugin for WordPress is vulnerable to Code Injection via the 'path' parameter in all versions up to, and including, 6.0.5 due to the use of dynamic function invocation on an attacker-controlled value with insufficient validation. This makes it possible for unauthenticated attackers to invoke arbitrary parameterless PHP functions, which can be used to disrupt site functionality or expose sensitive information. The required nonce is publicly emitted via wp_localize_script whenever the plugin's [emd_form] shortcode is rendered on any public-facing page, making the endpoint reachable by unauthenticated visitors without any prior authentication or privilege.
Title Customer Support Ticket System & Helpdesk <= 6.0.5 - Unauthenticated Code Injection via 'path' Parameter
Weaknesses CWE-94
References
Metrics cvssV3_1

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


Subscriptions

Emarket-design Customer Support Ticket System & Helpdesk
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-23T13:58:56.220Z

Reserved: 2026-07-07T21:56:30.104Z

Link: CVE-2026-15011

cve-icon Vulnrichment

Updated: 2026-07-23T13:58:43.295Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:49.917

Modified: 2026-07-23T15:14:51.013

Link: CVE-2026-15011

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:00:04Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')