Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated network injection (AV:N/AC:L/PR:N), but execution requires an admin to view the entries page (UI:R); scope changes to admin session with limited C/I impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The ARForms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the value parameter of the arf_save_incomplete_form_data AJAX action in all versions up to, and including, 7.1.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that will execute whenever an administrator views the "Partial Filled Form Entries" page in the ARForms dashboard.
Articles & Coverage 1
AnalysisAI
Stored cross-site scripting in the ARForms WordPress plugin (versions ≤7.1.3) allows unauthenticated remote attackers to inject arbitrary JavaScript via the value parameter of the arf_save_incomplete_form_data AJAX endpoint, with the payload executing in an administrator's browser when they view the Partial Filled Form Entries dashboard page. No public exploit identified at time of analysis, though Wordfence's disclosure provides enough technical detail to reproduce the injection. Successful exploitation typically leads to admin account takeover and full WordPress site compromise.
Technical ContextAI
ARForms is a commercial drag-and-drop form-builder plugin for WordPress distributed via Envato CodeCanyon. The flaw is a textbook CWE-79 (Improper Neutralization of Input During Web Page Generation) in the partial-form-save feature: the arf_save_incomplete_form_data AJAX action accepts a value parameter from anonymous visitors and persists it without sanitization (e.g., sanitize_text_field/wp_kses), and then renders it without output escaping (e.g., esc_html/esc_attr) on the administrative Partial Filled Form Entries listing. The CPE cpe:2.3:a:n/a:arforms:*:*:*:*:*:*:*:* covers all plugin versions through 7.1.3.
RemediationAI
No vendor-released patch identified at time of analysis - the references include only the Wordfence advisory and the CodeCanyon product page, with no fixed-version designation. Site operators should monitor the CodeCanyon listing and the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/b6ca5856-9010-4bb3-a024-92b3b4d500b4) for an update past 7.1.3 and upgrade as soon as one is published. Until a fix ships, compensating controls include blocking the arf_save_incomplete_form_data AJAX action at the WAF/edge (e.g., a ModSecurity or Wordfence rule matching action=arf_save_incomplete_form_data with HTML/JS metacharacters in value), disabling the partial-entry feature in ARForms settings if not required (loses incomplete-submission recovery), restricting access to /wp-admin/admin-ajax.php for the affected action by IP allowlist where feasible, and instructing administrators to avoid the Partial Filled Form Entries page until patched. Enabling Wordfence's premium ruleset will likely add virtual-patch coverage automatically.
The ARForms - Premium WordPress Form Builder Plugin WordPress plugin before 6.6 allows unauthenticated users to modify u
The ARForms - Premium WordPress Form Builder Plugin WordPress plugin before 6.4.1 does not properly escape user-controll
The ARForms - Premium WordPress Form Builder Plugin WordPress plugin before 6.6 does not sanitise and escape some of its
Path Traversal: '.../...//' vulnerability in reputeinfosystems ARForms arforms allows Path Traversal.4.1. Rated high sev
In the ARforms plugin 3.7.1 for WordPress, arf_delete_file in arformcontroller.php allows unauthenticated deletion of an
Stored cross-site scripting in the ARforms WordPress form-builder plugin (all versions through 7.2.1) lets unauthenticat
Reflected cross-site scripting in the ARForms WordPress plugin (versions 7.1.2 and earlier) lets an unauthenticated remo
The Contact Form, Survey, Quiz & Popup Form Builder WordPress plugin before 1.7.1 does not sanitise and escape some para
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38644
GHSA-74c3-6w2v-rcqg