Description
The WPLP Cookie Consent WordPress plugin before 4.4.2 does not properly validate a pagination parameter before using it in a SQL query, allowing users with administrator privileges to perform SQL injection attacks.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerable WordPress plugin does not properly validate the pagination "offset" parameter before incorporating it into a SQL query. This omission allows a user with administrator privileges to inject malicious SQL code and execute arbitrary statements against the site’s database. The attacker can read, modify, or delete data, leading to potential data leakage or corruption. The weakness falls under the common category of SQL injection flaws.

Affected Systems

The flaw exists in the WPLP Cookie Consent WordPress plugin versions prior to 4.4.2. Any WordPress site running one of these vulnerable plugin versions is at risk, provided that an administrator account exists to submit the offset parameter.

Risk and Exploitability

No EPSS score is currently available for this vulnerability, and it is not listed in the CISA KEV catalog. The exploitability hinges on the existence of a privileged administrator account that can supply the offset value. While no public exploits have been reported, the nature of SQL injection makes the potential damage significant if an attacker can gain such access.

Generated by OpenCVE AI on September 4, 2026 at 07:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WPLP Cookie Consent plugin to version 4.4.2 or later to apply the vendor’s fix.
  • Restrict administrative access to the WordPress site by enforcing least‑privilege principles and removing unnecessary administrator accounts.
  • Sanitize and validate all input parameters, including pagination offsets, in the plugin’s code or through a security plugin that enforces strict input validation.

Generated by OpenCVE AI on September 4, 2026 at 07:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Fri, 04 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The WPLP Cookie Consent WordPress plugin before 4.4.2 does not properly validate a pagination parameter before using it in a SQL query, allowing users with administrator privileges to perform SQL injection attacks.
Title WPLP Cookie Consent < 4.4.2 - Admin+ SQLi via 'offset' Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-04T06:00:04.715Z

Reserved: 2026-08-28T07:40:32.435Z

Link: CVE-2026-82186

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T07:17:10.647

Modified: 2026-09-04T07:17:10.647

Link: CVE-2026-82186

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T07:30:15Z

Weaknesses
  • CWE-89

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