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?
CVE-Bins/Guriddo Form PHP/
CVE-Bins/Guriddo Form PHP/

Latest commit

 

Git stats

Files

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

Guriddo Form PHP XSS Vulnerability Description


Testing Target

Abstract

We discovered that /demos/jqform/defaultnodb/default.php page the OrderID, ShipName, ShipAddress, ShipCity, ShipPostalCode, ShipCountry, Freight and details parameter has reflected XSS vulnerability

Concept

  1. we download the latest version from the official website and view the source code of demos/jqform/defaultnodb/default.php

  2. From the default.php source we can see that it is calling defaultnodb.php

  3. From defaultnodb.php we can quickly check that the code is not filtered, it can cause problems with XSS.

  4. Simply test the XSS payload, we discovered OrderID, ShipName, ShipAddress, ShipCity, ShipPostalCode, ShipCountry, Freight and details parameter has reflected XSS vulnerability.

  5. We recommend that it should add htmlspecialchars to solve XSS problems.

Instance

  1. We test from the official online demo[1].

  2. It will produce the same XSS result.