6.4
CVSSv2

CVE-2019-9880

Published: 10/06/2019 Updated: 22/01/2024
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
CVSS v3 Base Score: 9.1 | Impact Score: 5.2 | Exploitability Score: 3.9
VMScore: 645
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:N

Vulnerability Summary

An issue exists 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.

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= ...