Description
The Content Views WordPress plugin before 4.5 does not perform a capability check on one of its AJAX actions and does not properly sanitise attacker-supplied data before using it in a SQL query, allowing any authenticated user, including Subscribers, to perform SQL injection attacks.
Published: 2026-08-07
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Content Views WordPress plugin, versions prior to 4.5, fails to enforce an authorization check on the AJAX action preview_request and also fails to sanitize incoming data before using it in a database query. This omission allows any authenticated user—including those with the Subscriber role—to inject arbitrary SQL statements. The injected code can read, modify, or delete database contents, jeopardizing the confidentiality and integrity of the site’s data. This flaw corresponds to CWE‑89 (SQL Injection).

Affected Systems

Any website that has installed the Content Views plugin below version 4.5 is vulnerable. The plugin is a generic WordPress add‑on identified as Content Views, and all installations of the plugin with a version number less than 4.5 are affected, regardless of other configurations or plugins.

Risk and Exploitability

The vulnerability is exploitable via an AJAX request that does not validate the user’s privilege level, so an attacker must first authenticate with the site. Because any authenticated user, including low‑privilege Subscribers, can trigger the flaw, widespread exploitation is possible without needing administrative access. The CVSS score of 8.1 indicates a high severity, and the EPSS score of <1% suggests a low probability of exploitation at present, although the flaw is not listed in CISA's KEV catalogue. The lack of an authorization check combined with SQL injection indicates a high potential for damage if an attacker gains any account access.

Generated by OpenCVE AI on August 7, 2026 at 22:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the plugin to version 4.5 or later.
  • Disable or block the AJAX action preview_request if an upgrade is not possible.
  • Reduce the Subscriber role’s capability to access the plugin’s AJAX hooks.
  • Monitor database logs for anomalous queries that might indicate exploitation.

Generated by OpenCVE AI on August 7, 2026 at 22:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Contentviewspro
Contentviewspro content Views
Wordpress
Wordpress wordpress
Vendors & Products Contentviewspro
Contentviewspro content Views
Wordpress
Wordpress wordpress

Fri, 07 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-639

Fri, 07 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-639
CWE-89

Fri, 07 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Content Views WordPress plugin before 4.5 does not perform a capability check on one of its AJAX actions and does not properly sanitise attacker-supplied data before using it in a SQL query, allowing any authenticated user, including Subscribers, to perform SQL injection attacks.
Title Content Views < 4.5 - Subscriber+ SQL Injection via preview_request
References

Subscriptions

Contentviewspro Content Views
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-07T18:10:26.558Z

Reserved: 2026-07-10T07:40:09.973Z

Link: CVE-2026-15361

cve-icon Vulnrichment

Updated: 2026-08-07T18:10:10.863Z

cve-icon NVD

Status : Deferred

Published: 2026-08-07T06:16:55.577

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-15361

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T20:53:33Z

Weaknesses
  • CWE-89

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