Vulnerability Description
The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.65. This is due to insufficient validation of file-field values in the UsersWP_Validation::validate_fields() function (which falls through to sanitize_text_field() for fields of type 'file', leaving directory-traversal sequences intact) combined with the UsersWP_Forms::upload_file_remove() AJAX handler building the deletion target from the uploads basedir concatenated with the attacker-controlled metadata value without any realpath canonicalization or uploads-directory boundary check before calling unlink(). This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary files on the affected site's server, including wp-config.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/AyeCode/userswp/commit/ddb17ad30ff3384cda85c5f372db30b03bd45a
- https://plugins.trac.wordpress.org/browser/userswp/tags/1.2.65/includes/class-fo
- https://plugins.trac.wordpress.org/browser/userswp/tags/1.2.65/includes/class-fo
- https://plugins.trac.wordpress.org/browser/userswp/tags/1.2.65/includes/class-fo
- https://plugins.trac.wordpress.org/browser/userswp/tags/1.2.65/includes/class-fo
- https://plugins.trac.wordpress.org/browser/userswp/tags/1.2.65/includes/class-va
- https://plugins.trac.wordpress.org/changeset/3590340/userswp
- https://www.wordfence.com/threat-intel/vulnerabilities/id/b6cf6390-480f-44e2-ae3
FAQ
What is CVE-2026-13492?
CVE-2026-13492 is a vulnerability with a CVSS score of 8.8 (HIGH). The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.65. This is due to insufficient validation of file-field values in the UsersWP_Validatio...
How severe is CVE-2026-13492?
CVE-2026-13492 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-13492?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.