vendor:
Parcel Delivery Booking Script
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Parcel Delivery Booking Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:eagletechnosys:parcel_delivery_booking_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Parcel Delivery Booking Script v1.0 – SQL Injection
An attacker can exploit a SQL injection vulnerability in Parcel Delivery Booking Script v1.0 to gain unauthorized access to the application. By sending a specially crafted SQL query, an attacker can execute arbitrary code on the vulnerable system.
Mitigation:
Developers should always use parameterized queries, also known as prepared statements, when interacting with the database. This will ensure that the user input is treated as a string value instead of part of the SQL query.