Submit #90702: SOURCECODESTER SIMPLE FOOD ORDERING SYSTEM 1.0 / process_order.php order Cross Site Scriptinginfo

TitleSOURCECODESTER SIMPLE FOOD ORDERING SYSTEM 1.0 / process_order.php order Cross Site Scripting
DescriptionThe Reflected Cross Site Scripting vulnerability is found on "SIMPLE FOOD ORDERING SYSTEM v1.0" process_order.php file, where the order parameter is not sanitizing the user input and executing the malicious code. This vulnerability is executed after login, Therefore, any malicious user can take advantage of this vulnerability and hijack the victim's cookie to take over his account by sending the malicious crafting URL. Proof of Concept: I verified the XSS attack with this payload: "process_order.php?order=<script>alert(1)<%2fscript>mjii5" to execute the attack. Vendor Homepage: https://www.sourcecodester.com Software Link: https://www.sourcecodester.com/php/15418/simple-food-ordering-system-client-side-phpmysqli-free-source-code.html Google Dork: "inurl:sfos/process_order.php" Recommendation: Whoever uses this CMS, should update line no 41 of process_order.php with the following code to avoid cross-site scripting attack: Old Code: <?php echo $_GET['order']; ?> New Code: <?php echo htmlspecialchars(strip_tags($_GET['order'])); ?>
Source⚠️ https://github.com/navaidzansari/CVE_Demo/blob/main/2023/Simple%20Food%20Ordering%20System%20-%20Authenticated%20Reflected%20XSS.md
User
 navaidansari (UID 41266)
Submission02/17/2023 18:45 (3 years ago)
Moderation02/18/2023 08:31 (14 hours later)
StatusAccepted
VulDB entry221451 [SourceCodester Simple Food Ordering System 1.0 process_order.php order cross site scripting]
Points20

Do you know our Splunk app?

Download it now for free!