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?

Latest commit

 

Git stats

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 method parameter of the connect.php page has a reflected Cross-site Scripting (XSS) vulnerability.

Concept

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

  2. View connect.php source code and find the method parameter of line 27 is not filtered, it will cause XSS vulnerabilities.

  3. Now we insert XSS payload after the method parameter.

  • <svg onload=confirm(1)>
  1. That's a great result.