ARForms <= 6.4 - Missing Authorization to Arbitrary File Deletion
Strategic Overview
- Status
- Patched in 6.4.1
- Affected Plugin
- ARforms
- Affected Version
<= 6.4- CVSS
- 8.1High
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2024-32703
At a glance
CVE-2024-32703 is a high-severity Missing Authorization vulnerability in the ARforms WordPress plugin, affecting versions <= 6.4. It carries a CVSS score of 8.1 (reachable over the network; low attack complexity; high integrity, availability impact). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 6.4.1; sites on affected versions should update now. Disclosed April 2024, reported by Dave Jong.
Vulnerability Overview
The ARforms plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on a function in all versions up to, and including, 6.4. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on integrity, availability.
CWE-862: Missing Authorization
Reaching this weakness in ARforms <= 6.4 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For ARforms the fix is 6.4.1: builds <= 6.4 are affected, anything from 6.4.1 onward is not.
Remediation
Update to version 6.4.1, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: ARforms 6.4.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in ARforms
- 10.0CVE-2024-4620: ARForms Form Builder <= 6.5 Arbitrary File Upload
CVE-2024-4620 - 8.8CVE-2024-32706: ARforms <= 6.4 SQL Injection
CVE-2024-32706 - 7.7CVE-2024-54216: ARForms Directory Traversal
CVE-2024-54216 - 7.5CVE-2019-16902: ARforms <= 3.7.1 Arbitrary File Deletion
CVE-2019-16902 - 7.5CVE-2018-15818: Repute ARForms <= 3.5.1 Arbitrary File Deletion
CVE-2018-15818 - 7.2CVE-2026-12421: ARforms <= 7.2.1 Stored Cross-Site Scripting
CVE-2026-12421 - 7.2CVE-2026-3652: ARForms <= 7.1.1 Stored Cross-Site Scripting
CVE-2026-3652 - 6.1CVE-2026-57338: ARforms <= 7.1.2 Reflected Cross-Site Scripting
CVE-2026-57338
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C