Cyber Resilience

CVE-2026-1581

High

Published: 19 February 2026

Published
19 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0972 93.1th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1581 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 6.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

The wpForo Forum plugin for WordPress is vulnerable to time-based SQL Injection via the 'wpfob' parameter in all versions up to and including 2.4.14. The flaw stems from insufficient escaping of user-supplied input and the absence of prepared statements on an existing SQL query, allowing an attacker to alter query logic. The issue carries a CVSS 3.1 score of 7.5 with network attack vector and no required authentication or user interaction.

Unauthenticated attackers can supply a crafted 'wpfob' value to append additional SQL statements to existing queries, enabling extraction of sensitive database contents such as user credentials or forum data. Exploitation requires only a standard HTTP request to an affected WordPress site running the plugin.

Public references, including Wordfence advisory data and WordPress plugin repository changesets, indicate that the vulnerability was addressed through code updates that improve input sanitization and query parameterization; site administrators should apply the available plugin patch or upgrade beyond version 2.4.14.

The associated EPSS score rose from a low baseline to a peak of 0.1772 on 2026-04-02 before receding to the current value of 0.0972, signaling increased exploitation interest after public disclosure.

EU & UK References

Vulnerability details

The wpForo Forum plugin for WordPress is vulnerable to time-based SQL Injection via the 'wpfob' parameter in all versions up to, and including, 2.4.14 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated remote SQL injection in public-facing WordPress plugin enabling database data exfiltration.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the insufficient escaping and lack of preparation for the user-supplied 'wpfob' parameter, preventing SQL injection by validating all information inputs.

prevent

Requires identification, reporting, and correction of flaws like the time-based SQL injection in wpForo versions up to 2.4.14 through timely patching.

prevent

Vulnerability scanning and monitoring detect SQL injection vulnerabilities such as CVE-2026-1581, enabling proactive remediation before exploitation.

References