CVE-2026-55740 Details
Description
Nur-Alam39 bus-ticket (no released versions; latest commit 459cabdbeb99c00225b26e46e3c2c30ae1de7bad) contains an unauthenticated SQL injection vulnerability in bus_info.php. The busid parameter received via HTTP POST is concatenated directly into a MySQL query (select * from bus_info where id=) without sanitization, escaping, or parameterization, and in a numeric (unquoted) context.
A SQL injection vulnerability has been identified in the Nur-Alam39 bus-ticket application, specifically in the bus_info.php file. This vulnerability allows remote, unauthenticated attackers to inject arbitrary SQL into a MySQL query. The issue arises because the busid parameter, received via HTTP POST, is directly concatenated into a SQL query without any form of sanitization, escaping, or parameterization, and is treated as a numeric value in an unquoted context. The injected SQL can be used to read arbitrary data from the bus_service database. The application connects to the database using the MySQL root account with an empty password, which amplifies the potential impact of the vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 18, 2026CISA-ADP
Assessed Jun 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Nur-Alam39/bus-ticket | TuranSec | ProductVendor |
| https://github.com/Nur-Alam39/bus-ticket/blob/459cabdbeb99c00225b26e46e3c2c30ae1de7bad/bus_info.php#L14-L16 | TuranSec | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| Nur-Alam39 bus-ticket | <= 459cabdbeb99c00225b26e46e3c2c30ae1de7bad |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | TuranSec |
| Jun 18, 2026 | CVE Modified | CISA-ADP |
| Jun 18, 2026 | New CVE Received | TuranSec |
Volerion