CSRF Vulnerability Discovered
shellsniper opened this issue · 2 comments
shellsniper commented
Description:
CSRF (Cross-site request forgery) Vulnerability discovered in Gleez CMS v1.2.0 when I penetrate testing a couple of vulnerabilities in Demo website: https://demo.gleezcms.org.
POC:
-
Log in as a user or admin
-
Intercept POST request when a normal user or admin submitting a new page or blog,
Snippet is here:
https://github.com/levoncf/Path_of_CVE/blob/master/CSRF_POC.html
shellsniper commented
For POC, you need to gain user cookie/session by yourself, then to generate the payload
sandeepone commented