CVE-2026-3736
7.3code-projects · Simple Flight Ticket Booking System
A SQL injection vulnerability in the Simple Flight Ticket Booking System allows unauthenticated remote attackers to execute arbitrary database queries via the from parameter in SearchResultRoundtrip.php.
Executive summary
The Simple Flight Ticket Booking System version 1.0 is vulnerable to unauthenticated SQL injection, which could allow a remote attacker to compromise the underlying database.
Vulnerability
This is a SQL injection vulnerability (CWE-89) located in the SearchResultRoundtrip.php file. The application fails to properly sanitize the from parameter before including it in SQL queries, allowing an unauthenticated attacker to manipulate database operations.
Business impact
Successful exploitation allows an attacker to gain unauthorized access to the application database, potentially leading to sensitive data leakage, data modification, or complete system compromise. Given the CVSS score of 7.3, this represents a significant security risk, as the vulnerability is remotely exploitable without authentication and could lead to total loss of confidentiality and integrity within the booking system.
Remediation
Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the application via network-level controls until code-level remediation is implemented.
Proactive Monitoring: Monitor web server logs for suspicious POST requests to SearchResultRoundtrip.php containing SQL syntax characters, such as single quotes, RLIKE keywords, or sleep commands.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns specifically targeting the from parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced by the researcher.
Analyst recommendation
The severity of this vulnerability, combined with the availability of public proof-of-concept material, necessitates immediate defensive action. Organizations utilizing this system must prioritize restricting external access to the vulnerable endpoint and should actively seek to replace the vulnerable component or implement the recommended prepared statements to prevent further exposure.
More code-projects CVEs
Sources
Originally found and disclosed by XuYue (VulDB User), per the CVE Program record.
- VDB-349714 | code-projects Simple Flight Ticket Booking System SearchResultRoundtrip.php sql injection Vulnerability database entry
- VDB-349714 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #768093 | code-projects SIMPLE FLIGHT TICKET BOOKING SYSTEM V1.0 SQL Injection Third-party advisory
- Exploit / PoC
- code-projects.org