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: n/a
EPSS: n/a
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 to be opened by the victim. Because the endpoint is publicly reachable without authentication and does not perform any origin verification, exploitation is straightforward. The exploitation probability is unclear due to the lack of an EPSS score, and 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 07:27 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 07:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-05T06:00:10.116Z

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

Link: CVE-2026-16613

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:30:16Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)