SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-2283

MEDIUM · CVSS 4.9 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The User Login History plugin for WordPress is susceptible to SQL Injection through the 'blog_id' parameter, affecting all versions up to 2.1.7. This vulnerability allows authenticated attackers with Administrator-level access on multisite installations to execute arbitrary SQL queries, potentially leading to the extraction of sensitive database information. WordPress site administrators using this plugin should prioritize immediate updates to mitigate the risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-2283
Severity
MEDIUM
CVSS
4.9
EPSS
0.29%
WordPress

Original NVD 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.