7.5
CVSSv2

CVE-2019-9879

Published: 10/06/2019 Updated: 22/01/2024
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
CVSS v3 Base Score: 9.8 | Impact Score: 5.9 | Exploitability Score: 3.9
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The WPGraphQL 0.2.3 plugin for WordPress allows remote malicious users to register a new user with admin privileges, whenever new user registrations are allowed. This is related to the registerUser mutation.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

wpengine wpgraphql 0.2.3

Exploits

#!/usr/bin/env python # # Author: Simone Quatrini of Pen Test Partners # CVEs: 2019-9879, 2019-9880, 2019-9881 # Tested on Wordpress 511 and wp-graphql 023 # wwwpentestpartnerscom/security-blog/pwning-wordpress-graphql/ import argparse import requests import base64 import json import sys parser = argparseArgumentParser(description= ...