CVE-2026-57421
Deferred Deferred - Pending Action

CRM Perks Forms Reflected Cross-Site Scripting

Vulnerability report for CVE-2026-57421, 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 CRM Perks CRM Perks Forms crm-perks-forms allows Reflected XSS.This issue affects CRM Perks Forms: from n/a through <= 1.1.7.

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
crm_perks crm_perks_forms to 1.1.7 (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 Cross-site Scripting (XSS) issue found in CRM Perks Forms up to version 1.1.7. It occurs due to improper neutralization of input during web page generation, which means that malicious scripts can be injected and reflected back to users when they interact with the affected web pages.

Detection Guidance

Detecting this reflected Cross-site Scripting (XSS) vulnerability in CRM Perks Forms (versions <= 1.1.7) requires checking for improper input neutralization in web requests. Since this is a web application vulnerability, network-based detection may not be straightforward, but you can follow these steps:

  • Use a web vulnerability scanner like OWASP ZAP or Burp Suite to scan the CRM Perks Forms plugin endpoints for reflected XSS payloads. These tools can automate the process of sending malicious inputs and checking for reflections in responses.
  • Manually test the application by injecting simple XSS payloads (e.g., <script>alert(1)</script>) into input fields or URL parameters of the CRM Perks Forms plugin. If the payload is reflected in the response without proper sanitization, the vulnerability is present.
  • Check the plugin version. If the installed version of CRM Perks Forms is 1.1.7 or earlier, the system is vulnerable. You can verify the version by navigating to the WordPress admin dashboard, locating the CRM Perks Forms plugin, and checking its version number.

No specific commands are available for network-based detection since this is a web application vulnerability. Focus on web application testing and version verification.

Impact Analysis

The vulnerability can allow attackers to execute malicious scripts in the context of a user's browser session. This can lead to unauthorized actions such as stealing user credentials, hijacking user sessions, defacing websites, or delivering malware. The CVSS score of 7.1 indicates a high severity with potential impacts on confidentiality, integrity, and availability.

Compliance Impact

This vulnerability, a Reflected Cross-site Scripting (XSS) issue, can impact compliance with standards and regulations like GDPR and HIPAA due to its potential to compromise data security and privacy.

  • GDPR: The vulnerability may lead to unauthorized access to user data or session hijacking, violating GDPR's requirements for data protection and confidentiality (Articles 5, 32). If personal data is exposed, it could result in non-compliance and potential fines.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could expose sensitive data, leading to a breach of HIPAA's Security Rule (45 CFR Part 164), which mandates safeguards for electronic PHI.

The CVSS score of 7.1 indicates a moderate to high risk, which may require reporting under breach notification rules in both GDPR and HIPAA if exploited.

Mitigation Strategies

To mitigate this reflected XSS vulnerability in CRM Perks Forms (versions <= 1.1.7), take the following immediate steps:

  • Update the CRM Perks Forms plugin to the latest version if a patch is available. Since the vulnerability affects versions up to and including 1.1.7, check for updates in the WordPress plugin repository or the vendor's website.
  • If no patch is available, consider disabling the plugin temporarily until a fix is released. This will prevent exploitation of the vulnerability.
  • Implement a web application firewall (WAF) to filter out malicious XSS payloads. Configure the WAF to block or sanitize requests containing suspicious input patterns.
  • Monitor web server logs for unusual activity, such as repeated attempts to inject XSS payloads. This can help identify potential exploitation attempts.
  • Educate users and administrators about the risks of XSS vulnerabilities and advise them to avoid clicking on suspicious links or inputting untrusted data into the affected forms.

Chat Assistant

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

EPSS Chart