Skip to main content

ARForms EUVDEUVD-2026-38644

| CVE-2026-3652 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-06-24 Wordfence GHSA-74c3-6w2v-rcqg
7.2
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

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.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 24, 2026 - 03:43 vuln.today
CVE Published
Jun 24, 2026 - 02:29 cve.org
HIGH 7.2

DescriptionCVE.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.

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.

Share

EUVD-2026-38644 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy