CVE-2026-57711
Deferred Deferred - Pending Action

Stored XSS in SupportCandy WordPress Plugin

Vulnerability report for CVE-2026-57711, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Patchstack

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PSM Plugins SupportCandy supportcandy allows Stored XSS.This issue affects SupportCandy: from n/a through <= 3.4.8.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
supportcandy supportcandy to 3.4.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Stored Cross-site Scripting (XSS) issue in the SupportCandy plugin. It occurs due to improper neutralization of input during web page generation, which means that malicious scripts can be injected and stored by the application. When other users view the affected pages, the malicious scripts can execute in their browsers.

Detection Guidance

Detecting this stored Cross-Site Scripting (XSS) vulnerability in SupportCandy (versions <= 3.4.8) requires checking for improperly neutralized user input in web pages generated by the plugin. Since this is a web application vulnerability, network-based detection may not be straightforward, but you can follow these steps:

  • Inspect the SupportCandy plugin installation: Verify the installed version of SupportCandy. If it is version 3.4.8 or earlier, the system is vulnerable. You can check the version via the WordPress admin dashboard under 'Plugins' or by examining the plugin files directly.
  • Manual testing for XSS: Submit test payloads (e.g., <script>alert(1)</script>) in input fields such as ticket submissions, comments, or user profiles. If the payload executes when the page is reloaded, the vulnerability is present.
  • Use a web vulnerability scanner: Tools like OWASP ZAP, Burp Suite, or commercial scanners can automate the detection of stored XSS vulnerabilities. Configure the scanner to target the SupportCandy plugin endpoints.
  • Review web server logs: Look for suspicious input patterns or script tags in HTTP requests to SupportCandy-related endpoints. This may indicate exploitation attempts or testing for the vulnerability.

No specific commands are provided in the context, as this vulnerability is application-level and requires manual or tool-assisted testing rather than network-based commands.

Impact Analysis

The impact of this vulnerability includes the potential for attackers to execute arbitrary scripts in the context of the affected web application. This can lead to theft of user credentials, session hijacking, defacement of the website, or distribution of malware. The CVSS score indicates a moderate severity with possible impacts on confidentiality, integrity, and availability.

Compliance Impact

This vulnerability, a Stored Cross-Site Scripting (XSS) issue in SupportCandy, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data confidentiality, integrity, and availability.

  • GDPR: The vulnerability may lead to unauthorized access to user data or session hijacking, violating GDPR's requirements for data protection and privacy (e.g., Article 5 on data integrity and confidentiality, Article 32 on security of processing).
  • HIPAA: If SupportCandy is used in a healthcare context to handle protected health information (PHI), this vulnerability could expose PHI to unauthorized parties, violating HIPAA's Security Rule (e.g., 45 CFR Part 164, Subpart C).
  • Other standards: The vulnerability may also conflict with frameworks like ISO 27001, which mandates controls for application security and input validation, or PCI DSS if the plugin processes payment-related data.

The CVSS vector (AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L) indicates the vulnerability is exploitable over a network with low attack complexity, requiring low privileges and user interaction, which could facilitate non-compliance if not mitigated.

Mitigation Strategies

To mitigate this stored XSS vulnerability in SupportCandy (versions <= 3.4.8), take the following immediate steps:

  • Update the plugin: Upgrade SupportCandy to the latest version if a patched version is available. Since the context specifies the vulnerability affects versions up to and including 3.4.8, check for updates from the plugin vendor or WordPress repository.
  • Disable the plugin temporarily: If an update is not immediately available, disable SupportCandy to prevent exploitation until a patch can be applied.
  • Implement a Web Application Firewall (WAF): Configure a WAF to block XSS payloads targeting SupportCandy endpoints. This can provide temporary protection while a patch is being deployed.
  • Sanitize user input: If you have access to the plugin code, manually sanitize user input by escaping or validating all output rendered in web pages. Use functions like htmlspecialchars() or equivalent in your environment.
  • Monitor for exploitation: Review logs and monitor for unusual activity, such as unexpected script execution or unauthorized ticket submissions, which may indicate exploitation attempts.

Since no resources are available, refer to general XSS mitigation best practices and the plugin vendor's guidance for updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57711. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart