Skip to content
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
png
 
 
 
 

PHPMyWind has Reflected Cross-Site Scripting Vulnerability Description


Testing Target

Abstract

An issue was discovered in PHPMyWind 5.5. The username parameter of the /install/index.php page has a stored Cross-site Scripting (XSS) vulnerability.

Concept

  1. We download the latest version from the official website and build default environment.

  2. In the set steps, we can use BurpSuite to bypass the username check mechanism and insert XSS payload as the admin username.

  3. Now go back to admin login pages, same using BurpSuite change username to login.

  4. That's a great result.