Description
The UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘upload_file_remove’ function and 'htmlvar' parameter in all versions up to, and including, 1.2.44 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-09-06
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection that can lead to data exposure
Action: Patch upgrade
AI Analysis

Impact

The UsersWP plugin for WordPress contains a time‑based SQL injection flaw in the upload_file_remove function and its htmlvar parameter. Unsanitized input is directly concatenated into an SQL query, enabling an attacker to append arbitrary statements and retrieve sensitive database contents. This weakness, classified as CWE‑89, provides the potential for broad confidential data disclosure and, if combined with other vulnerabilities, could form a stepping stone to further compromise.

Affected Systems

All installations of the UsersWP – Front‑end login form, User Registration, User Profile & Members Directory plugin for WordPress up to and including version 1.2.44 are vulnerable. The affected product is maintained by stiofansisland and is widely used as a front‑end user management solution.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.5, indicating moderate severity. The EPSS score is less than 1%, suggesting low exploitation likelihood at the moment. It is not listed in the CISA KEV catalog, reducing its prominence among known exploited flaws. Because the attack vector relies on a public‑facing web form, an unauthenticated attacker can simply submit crafted requests to trigger the injection. The absence of robust input validation and query preparation makes exploitation straightforward for those familiar with SQL injection techniques.

Generated by OpenCVE AI on April 21, 2026 at 03:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade UsersWP to the latest available version (1.2.45 or newer) to eliminate the injection point.
  • If an immediate upgrade is not possible, disable or remove the upload_file_remove endpoint and the htmlvar parameter from the plugin’s front‑end interface, thereby blocking the vulnerable function.
  • Deploy a web application firewall rule that blocks common SQL injection patterns targeting the upload_file_remove or htmlvar inputs.

Generated by OpenCVE AI on April 21, 2026 at 03:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Sep 2025 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 06 Sep 2025 02:30:00 +0000

Type Values Removed Values Added
Description The UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘upload_file_remove’ function and 'htmlvar' parameter in all versions up to, and including, 1.2.44 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP <= 1.2.44 - Authenticated (Subscriber+) SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:28:31.103Z

Reserved: 2025-09-04T18:27:06.623Z

Link: CVE-2025-10003

cve-icon Vulnrichment

Updated: 2025-09-08T20:15:55.509Z

cve-icon NVD

Status : Deferred

Published: 2025-09-06T03:15:39.860

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-10003

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T03:15:16Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')