Description
A vulnerability has been found in code-projects Simple Flight Ticket Booking System 1.0. This affects an unknown part of the file checkUser.php of the component POST Parameter Handler. The manipulation of the argument Username leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-06-08
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw centers on the Username parameter processed in the POST handling of checkUser.php within the Simple Flight Ticket Booking System. The application fails to properly sanitize or bind this input, allowing an attacker to inject arbitrary SQL code into the query executed against the database. Such injection can expose confidential data, alter or delete records, and potentially elevate privileges for the attacker. The vulnerability is a classic injection flaw (CWE-89) stemming from incorrect input handling (CWE-74).

Affected Systems

The impacted product is code‑projects Simple Flight Ticket Booking System version 1.0. The vulnerability resides in an undisclosed section of checkUser.php. No other vendors or product versions are listed as affected.

Risk and Exploitability

The CVSS score of 6.9 indicates high severity, but the exploit remains feasible over the network because the attacker can trigger it remotely through the public endpoint. Although the EPSS score is not available, the public disclosure and reported exploitation suggest a tangible risk. Because the vulnerability is not listed in the CISA KEV catalog, it may not be widely known to defenders, further increasing the potential for unnoticed compromise.

Generated by OpenCVE AI on June 8, 2026 at 06:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest release of the Simple Flight Ticket Booking System where the SQL injection has been addressed.
  • If an update is unavailable, modify checkUser.php to employ parameterized queries or prepared statements for the Username field so that any supplied data cannot alter the SQL structure.
  • Restrict the database account used by the application to the minimum privileges required for normal operation, eliminating the ability to perform destructive actions if injection succeeds.
  • Deploy a web application firewall or equivalent filtering mechanism to detect and block anomalous SQL syntax attempting to reach the checkUser.php endpoint.

Generated by OpenCVE AI on June 8, 2026 at 06:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Jun 2026 05:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in code-projects Simple Flight Ticket Booking System 1.0. This affects an unknown part of the file checkUser.php of the component POST Parameter Handler. The manipulation of the argument Username leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.
Title code-projects Simple Flight Ticket Booking System POST Parameter checkUser.php sql injection
First Time appeared Code-projects
Code-projects simple Flight Ticket Booking System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:simple_flight_ticket_booking_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects simple Flight Ticket Booking System
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

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

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-08T04:30:10.541Z

Reserved: 2026-06-07T10:09:13.300Z

Link: CVE-2026-11488

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-08T05:16:30.020

Modified: 2026-06-08T05:16:30.020

Link: CVE-2026-11488

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T07:00:09Z

Weaknesses