CVE-2026-3705
7.3code-projects · Simple Flight Ticket Booking System
A SQL injection vulnerability in the Simple Flight Ticket Booking System 1.0 allows unauthenticated remote attackers to extract sensitive database information via the flightno parameter in Adminsearch.php.
Executive summary
The Simple Flight Ticket Booking System 1.0 is vulnerable to unauthenticated SQL injection, posing a significant risk of unauthorized data exposure.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the Adminsearch.php file. An unauthenticated attacker can supply a malicious payload through the flightno GET parameter, which the application fails to sanitize before executing a database query.
Business impact
Successful exploitation allows an attacker to bypass security controls and extract sensitive information from the backend database, including user credentials and flight records. With a CVSS score of 7.3, this high-severity vulnerability could lead to significant data breaches, loss of customer privacy, and compromise of the underlying server environment.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /Adminsearch.php file or disable the affected module entirely if it is not business critical.
Proactive Monitoring: Monitor web server access logs for anomalous GET requests containing SQL syntax, such as UNION, SELECT, or SLEEP commands directed at the /Adminsearch.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting the flightno parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists via the researcher's GitHub repository referenced in the CVE record.
Analyst recommendation
Given the availability of public proof-of-concept code and the ease of remote exploitation, this vulnerability presents an urgent risk. Organizations using this software must implement immediate defensive measures, such as WAF filtering or access restrictions, until a vendor-supplied patch is released and verified. Prioritize the transition to a more secure booking platform if the vendor does not provide timely security updates.
More code-projects CVEs
Sources
Originally found and disclosed by OwenW (VulDB User), per the CVE Program record.
- VDB-349651 | code-projects Simple Flight Ticket Booking System Adminsearch.php sql injection Vulnerability database entry
- VDB-349651 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #765797 | code-projects Simple Flight Ticket Booking System 1.0 SQL Injection Third-party advisory
- Submit #767262 | code-projects SIMPLE FLIGHT TICKET BOOKING SYSTEM V1.0 SQL Injection (Duplicate) Third-party advisory
- Exploit / PoC
- code-projects.org