vendor:
Extended Useradmininfo Plugin
by:
Fikri Fadzil
7,5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: Extended Useradmininfo Plugin
Affected Version From: 1.2.1
Affected Version To: 1.2.1
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP
2014
Extended Useradmininfo MyBB Plugin 1.2.1 – Cross Site Scripting
This plugin shows advanced Informations about a user, such as last IP, User Agent, Browser and Operating System. The information will be shown in a user profile and visible only for people who are able to see the adminoptions on user profiles. Proof of Concept: 1. Create a user account. 2. Change your user-agent to 'Mozilla<script>alert(1)</script>'. 3. Login and then... logout. The script will be executed whenever the administrator view your profile.
Mitigation:
Replace the content of 'inc/plugins/extendeduseradmininfos.php' with the fix provided in the text.