Description
The User Login History plugin for WordPress is vulnerable to SQL Injection via the 'blog_id' parameter in all versions up to, and including, 2.1.7. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is only exploitable on multisite installations.
Published: 2026-08-16
Score: 4.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The User Login History plugin for WordPress contains a SQL Injection vulnerability in the 'blog_id' parameter. The insufficient escaping allows an authenticated attacker with Administrator-level or higher privileges to inject arbitrary SQL statements and exfiltrate sensitive data from the database. This flaw can compromise confidentiality of database contents but does not provide arbitrary code execution.

Affected Systems

WordPress multisite installations running the User Login History plugin up to and including version 2.1.7 are affected. The flaw is specific to the multisite context and requires that the attacker possess administrator or higher credentials on the site network.

Risk and Exploitability

The CVSS score of 4.9 indicates a moderate severity flaw, and the EPSS score is not available, suggesting low to moderate likelihood of widespread exploitation. The vulnerability is not listed in CISA KEV. Exploitation requires an authenticated administrator in a multisite deployment; the attacker would need to construct a malicious 'blog_id' query parameter to intercept or dump database data. Consequently, the risk is moderate for sites that have the vulnerable plugin activated on a multisite network and rely on administrators for routine operations.

Generated by OpenCVE AI on August 16, 2026 at 06:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the User Login History plugin to the latest version that removes the SQL injection flaw.
  • If an updated version is not available, remove or deactivate the plugin on the multisite network to eliminate the vulnerable entry point.
  • Review and limit administrator privileges on the multisite network, ensuring that only necessary accounts have access to the plugin’s administrative interfaces.

Generated by OpenCVE AI on August 16, 2026 at 06:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The User Login History plugin for WordPress is vulnerable to SQL Injection via the 'blog_id' parameter in all versions up to, and including, 2.1.7. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is only exploitable on multisite installations.
Title User Login History <= 2.1.7 - Authenticated (Administrator+) SQL Injection via 'blog_id' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-16T05:27:28.315Z

Reserved: 2026-02-10T14:35:13.390Z

Link: CVE-2026-2283

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T06:16:53.003

Modified: 2026-08-16T06:16:53.003

Link: CVE-2026-2283

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T06:30:04Z

Weaknesses
  • CWE-89

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