5
CVSSv2

CVE-2019-9881

Published: 10/06/2019 Updated: 22/01/2024
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 5.3 | Impact Score: 1.4 | Exploitability Score: 3.9
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Vulnerability Summary

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.

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