header-logo
Suggest Exploit
vendor:
wpforms_lite
by:
Milad karimi
8.8
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: wpforms_lite
Affected Version From: 1.7.2008
Affected Version To: 1.7.2008
Patch Exists: NO
Related CWE:
CPE: 2.3:a:wordpress:wpforms_lite:1.7.8
Metasploit:
Other Scripts:
Platforms Tested: Windows 10
2022

WPForms 1.7.8 – Cross-Site Scripting (XSS)

This plugin creates a WPForms from any post types. The slider import search feature and tab parameter via plugin settings are vulnerable to reflected cross-site scripting.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in the application.
Source

Exploit-DB raw data:

# Exploit Title: WPForms 1.7.8 - Cross-Site Scripting (XSS)
# Date: 2022-12-05
# Author: Milad karimi
# Software Link: https://wordpress.org/plugins/wpforms-lite
# Version: 1.7.8
# Tested on: Windows 10
# CVE: N/A

1. Description:
This plugin creates a WPForms from any post types. The slider import search feature and tab parameter via plugin settings are vulnerable to reflected cross-site scripting.

2. Proof of Concept:
https://$target/ListTable.php?foobar=<script>alert("Ex3ptionaL")</script>