Description
The GDPR Cookie Compliance WordPress plugin before 5.1.0 expires the visitor's cookies from an action that is reachable without authentication and performs no request-origin check, allowing an attacker to log any user out and delete the site's cookies by luring them to a crafted link.
Published: 2026-08-05
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GDPR Cookie Compliance WordPress plugin contains a CSRF vulnerability that allows an unauthenticated attacker to trigger a guest‑friendly action that deletes visitor cookies and logs any user out. A crafted link sent to a target will perform the action without any request‑origin checks. The resulting impact is loss of session state and forced logout, which can disrupt user workflow and potentially expose the site to further credential‑stealing attacks if the user re‑authenticates over an insecure channel.

Affected Systems

WordPress sites running the GDPR Cookie Compliance plugin in versions earlier than 5.1.0 are vulnerable. The vulnerability is present in all builds before 5.1.0 and affects sites that have not been updated to the patched release.

Risk and Exploitability

The attack vector relies on CSRF and requires only a crafted link opened by the victim. Because the endpoint is publicly reachable without authentication and does not perform any origin verification, exploitation is straightforward. The CVSS score is 4.3, indicating a moderate severity, and the EPSS score is <1%, indicating a very low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Nonetheless, an attacker can achieve a denial‑of‑service style effect by repeatedly forcing users to log out and clearing cookies.

Generated by OpenCVE AI on August 5, 2026 at 21:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the GDPR Cookie Compliance plugin to version 5.1.0 or later.
  • If updating is not immediately possible, restrict the logout/cookie deletion endpoint to require a valid CSRF token or change the HTTP method to POST only.
  • Implement a general CSRF protection mechanism, such as a security plugin or firewall rule, to block forged requests to the vulnerable action.

Generated by OpenCVE AI on August 5, 2026 at 21:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 05 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-352

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The GDPR Cookie Compliance WordPress plugin before 5.1.0 expires the visitor's cookies from an action that is reachable without authentication and performs no request-origin check, allowing an attacker to log any user out and delete the site's cookies by luring them to a crafted link.
Title GDPR Cookie Compliance < 5.1.0 - Cookie Deletion and Forced Logout via CSRF
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T19:48:03.420Z

Reserved: 2026-07-22T14:35:51.882Z

Link: CVE-2026-16613

cve-icon Vulnrichment

Updated: 2026-08-05T19:47:17.080Z

cve-icon NVD

Status : Received

Published: 2026-08-05T07:16:36.323

Modified: 2026-08-05T20:17:05.597

Link: CVE-2026-16613

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T22:00:14Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)