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: n/a
EPSS: n/a
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) and also reflects a weakness in authorization checks (CWE‑639/284).

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 EPSS score is not reported and the flaw is not listed in CISA’s KEV catalogue, but the lack of an authorization check combined with SQL injection suggests a high potential for damage if an attacker gains any account access. No CVSS score is supplied, so the severity can only be inferred from the described impact.

Generated by OpenCVE AI on August 7, 2026 at 07: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 07:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-07T06:00:12.653Z

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

Link: CVE-2026-15361

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T07:30:09Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-89

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