Description
A vulnerability was found in code-projects Simple Flight Ticket Booking System 1.0. Affected by this issue is some unknown functionality of the file SearchResultRoundtrip.php. Performing a manipulation of the argument from results in sql injection. The attack may be initiated remotely. The exploit has been made public and could be used.
Published: 2026-03-08
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection leading to remote data exfiltration or manipulation
Action: Patch Immediately
AI Analysis

Impact

The vulnerability is located in the Simple Flight Ticket Booking System 1.0, specifically the SearchResultRoundtrip.php file. A user can manipulate HTTP arguments to inject arbitrary SQL code. This flaw enables a remote attacker to execute arbitrary database queries, potentially exposing user data, altering reservations, or escalating privileges. The weakness is a classic SQL injection (CWE‑89) and also involves improper input handling (CWE‑74).

Affected Systems

Affected are the code‑projects Simple Flight Ticket Booking System, version 1.0, as identified by the vendor and the corresponding CPE registration. No other versions are noted as vulnerable.

Risk and Exploitability

The vulnerability has a CVSS base score of 6.9, indicating a medium severity. The EPSS score is below 1 %, suggesting a low likelihood of widespread exploitation at present, and it is not listed in the CISA KEV catalog. The attack vector is remote, facilitated by any user who can submit crafted HTTP requests to the vulnerable page. An attacker could inject SQL fragments, retrieve sensitive data, or modify database contents, thereby compromising confidentiality and integrity of flight booking information.

Generated by OpenCVE AI on April 16, 2026 at 04:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Replace vulnerable database queries with parameterized statements or prepared statements to eliminate direct string interpolation.
  • Sanitize and validate all user-supplied data before it is used in SQL statements; enforce strict input length and character restrictions.
  • Limit the database account privileges used by the application to only those necessary for normal operation (e.g., SELECT, INSERT) and remove unnecessary permissions.
  • Monitor application logs for anomalous query patterns and establish alerts for suspicious activity.
  • Check the vendor’s website or support channels to determine if an official patch is available; apply it promptly if released.

Generated by OpenCVE AI on April 16, 2026 at 04:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 11 Mar 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 09 Mar 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Carmelo
Carmelo simple Flight Ticket Booking System
CPEs cpe:2.3:a:carmelo:simple_flight_ticket_booking_system:1.0:*:*:*:*:*:*:*
Vendors & Products Carmelo
Carmelo simple Flight Ticket Booking System

Mon, 09 Mar 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Code-projects
Code-projects simple Flight Ticket Booking System
Vendors & Products Code-projects
Code-projects simple Flight Ticket Booking System

Sun, 08 Mar 2026 13:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in code-projects Simple Flight Ticket Booking System 1.0. Affected by this issue is some unknown functionality of the file SearchResultRoundtrip.php. Performing a manipulation of the argument from results in sql injection. The attack may be initiated remotely. The exploit has been made public and could be used.
Title code-projects Simple Flight Ticket Booking System SearchResultRoundtrip.php sql injection
Weaknesses CWE-74
CWE-89
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Carmelo Simple Flight Ticket Booking System
Code-projects Simple Flight Ticket Booking System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-03-11T19:48:45.145Z

Reserved: 2026-03-07T18:07:37.431Z

Link: CVE-2026-3736

cve-icon Vulnrichment

Updated: 2026-03-11T19:48:42.640Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-08T13:16:01.277

Modified: 2026-03-09T16:13:27.777

Link: CVE-2026-3736

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-16T04:30:13Z

Weaknesses