Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Reflected XSS is remote and unauthenticated (AV:N/PR:N) but needs the victim to click (UI:R); injected script escapes into the site origin (S:C) with limited C/I/A impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
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.
AnalysisAI
Reflected cross-site scripting in the CRM Perks Forms WordPress plugin (all versions up to and including 1.1.7) lets an unauthenticated attacker inject script that executes in a victim's browser when they open a crafted link. Patchstack catalogued the issue at CVSS 3.1 7.1, and the scope-changed vector reflects that injected script runs in the WordPress site's origin rather than a sandbox. No public exploit or active exploitation has been identified at time of analysis, so risk is driven by the low attack complexity and required user interaction rather than mass exploitation.
Technical ContextAI
CRM Perks Forms is a WordPress plugin that builds forms and pushes submissions into CRM/marketing integrations, so it processes request parameters that are echoed back into generated pages. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation): user-controllable input is reflected into an HTTP response without proper output encoding or contextual escaping, allowing HTML/JavaScript to be interpreted by the browser. The affected component is identified by the CPE cpe:2.3:a:crm_perks:crm_perks_forms:*:*:*:*:*:*:*:*, placing the flaw in the plugin itself rather than WordPress core. Reflected XSS of this class typically stems from a parameter surfaced in a form-rendering, search, or preview endpoint that is written into markup verbatim.
RemediationAI
Update the CRM Perks Forms plugin to the first release above 1.1.7 published by the vendor; the provided data confirms the vulnerable range (through <= 1.1.7) but does not name an exact fixed version, so treat the fix as 'upgrade to the latest available release' and verify against the vendor changelog before deploying - released patched version not independently confirmed from the provided data. Consult the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/crm-perks-forms/vulnerability/wordpress-crm-perks-forms-plugin-1-1-7-cross-site-scripting-xss-vulnerability?_s_id=cve for the confirmed fix version. If an immediate update is not possible, place a WAF or Patchstack virtual patch in front of the plugin to filter script payloads in the reflected parameter, and deactivate the plugin on sites that do not actively use it (side effect: form functionality and CRM integrations stop working). A restrictive Content-Security-Policy blocking inline script also reduces impact but can break legitimate inline scripts elsewhere on the site.
More in Crm Perks Forms
View allImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in CRM Perks CRM Perk
Missing Authorization vulnerability in CRM Perks CRM Perks Forms allows Accessing Functionality Not Properly Constrained
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in CRM Perks CRM Perk
The CRM Perks Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via form settings in versions up t
The CRM Perks Forms plugin for WordPress is vulnerable to arbitrary file uploads due to insufficient file validation on
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CRM Perks CRM Perk
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CRM Perks CRM Perk
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43348