GetSimpleCMS / GetSimpleCMS

GetSimple CMS
http://get-simple.info
GNU General Public License v3.0
392 stars 114 forks source link

Numerous Cross Site Scripting Vulnerabilities #914

Closed 0xshyam closed 10 years ago

0xshyam commented 10 years ago

Hai,

It is observed that the application is not sanitizing the user supplied input(URI) before reflecting the same in the response. When an attacker tries to inject the XSS payloads via URI i.e. he/she is greeted with the following error "PHP_SELF mismatch PATH(URI)"

So my payload will be something like this GetSimpleCMS-master/index.php/XSS_PAYLOAD

Note: This scenario is observed throughout the application.

tablatronix commented 10 years ago

This is in the development branch and was intended as such. This is a fatal catch for testing issues with #462