vendor:
Online Tours & Travels Management System
by:
Saeed Bala Ahmed (r0b0tG4nG)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Tours & Travels Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_tours_&_travels_management_system_project_using_php_and_mysql
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Online Tours & Travels Management System 1.0 – “id” SQL Injection
An attacker can exploit this vulnerability by sending a maliciously crafted request to the application. This can be done by appending a malicious SQL query to the 'id' parameter in the request. This can be done by using various payloads like boolean-based blind, error-based, stacked queries, and time-based blind.
Mitigation:
Input validation should be done on the server-side to ensure that the user input is valid and does not contain any malicious code. Parameterized queries should be used to prevent SQL injection attacks.