CVE-2026-19991
Last modified
CVE-2026-19991 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.70 via the upload_file_remove() AJAX handler. The plugin stores the value of an account 'file' form field taken directly from $_POST when no real $_FILES upload is provided (process_account() calls uwp_validate_fields() and array_merges the result with the empty output of UsersWP_Files::validate_uploads()). EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
The UsersWP plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 1.2.70 via the upload_file_remove() AJAX handler. The plugin stores the value of an account 'file' form field taken directly from $_POST when no real $_FILES upload is provided (process_account() calls uwp_validate_fields() and array_merges the result with the empty output of UsersWP_Files::validate_uploads()). At storage time the value is only checked with validate_file(), which passes any string that does not contain a literal '../'. When the value is later processed by upload_file_remove(), it is again gated with validate_file() and then normalized through uwp_get_file_relative_url(); that helper performs a global str_replace() of the uploads base URL against the stored URL, allowing a crafted URL containing embedded '..<uploads-baseurl>' tokens to collapse into '../../' traversal sequences after the last validation. The transformed value is then appended to the uploads base directory and passed to wp_delete_file() without any canonical containment check. 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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| stiofansisland | UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP | <= 1.2.70 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-19991?
How severe is CVE-2026-19991?
How do I fix CVE-2026-19991?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-19984A flaw has been found in jkawamoto mcp-florence2 up to 0.3.1…6.3
- CVE-2026-19985The Relevanssi – A Better Search plugin for WordPress is vul…6.1
- CVE-2026-19986A weakness has been identified in Adblock for Youtube Extens…5.4
- CVE-2026-19987A security vulnerability has been detected in SourceCodester…5.3
- CVE-2026-19988A vulnerability was detected in Alaev SEO Tools Extension up…4.3
- CVE-2026-1999An incorrect authorization vulnerability was identified in G…6.5
- CVE-2026-19992A flaw has been found in Orange View Limited DualSafe Passwo…3.1
- CVE-2026-19993A vulnerability has been found in Webkul Bagisto up to 2.4.4…4.3
- CVE-2026-19994A vulnerability was found in Webkul Bagisto up to 2.4.4. Aff…6.3
- CVE-2026-19995A vulnerability was determined in Webkul Bagisto up to 2.4.4…3.5
- CVE-2026-19996A vulnerability was identified in Webkul Bagisto up to 2.4.4…4.3
- CVE-2026-19997A security flaw has been discovered in Webkul Bagisto up to …4.7
Are you affected by CVE-2026-19991?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
