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

Online Food Ordering System manage_user.php has SQLinject

Download the source code from

https://www.sourcecodester.com/php/16022/online-food-ordering-system-v2-using-php8-and-mysql-free-source-code.html

The source code of the vulnerability is located in admin/manage_user.php

image-20230117104630076

Because the string entered by the user is not filtered and the sql statements are spliced, the sql injection vulnerability is generated. It can cause serious harm to the system.

Use browser for vulnerability verification:

image-20230117105158244

Use sqlmap for vulnerability verification:

123