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: 4.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Immediate Patch
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

An EPSS score of < 1% and a CVSS score of 4.1 suggest a modest likelihood and medium severity level for this vulnerability. The vulnerability is not listed in the CISA KEV catalog. Exploitability requires an administrator account capable of supplying the offset value. Although no public exploits have been reported, the SQL injection flaw could allow an attacker to read, modify, or delete data if they gain such privileged access.

Generated by OpenCVE AI on September 4, 2026 at 15:08 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 15:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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-04T12:47:24.200Z

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

Link: CVE-2026-82186

cve-icon Vulnrichment

Updated: 2026-09-04T12:46:59.650Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-08T19:15:18.627

Link: CVE-2026-82186

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:15:15Z

Weaknesses
  • CWE-89

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