mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-31 18:50:38 +00:00
19 lines
1.1 KiB
Markdown
19 lines
1.1 KiB
Markdown
### [CVE-2022-0657](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0657)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The 5 Stars Rating Funnel WordPress Plugin | RRatingg WordPress plugin before 1.2.54 does not properly sanitise, validate and escape lead ids before using them in a SQL statement via the rrtngg_delete_leads AJAX action, available to unauthenticated users, leading to an unauthenticated SQL injection issue. There is an attempt to sanitise the input, using sanitize_text_field(), however such function is not intended to prevent SQL injections.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://wpscan.com/vulnerability/e7fe8218-4ef5-4ef9-9850-8567c207e8e6
|
|
- https://wpscan.com/vulnerability/e7fe8218-4ef5-4ef9-9850-8567c207e8e6
|
|
|
|
#### Github
|
|
- https://github.com/cyllective/CVEs
|
|
|