Vulnerability 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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/Nur-Alam39/bus-ticket
- https://github.com/Nur-Alam39/bus-ticket/blob/459cabdbeb99c00225b26e46e3c2c30ae1
FAQ
What is CVE-2026-55740?
CVE-2026-55740 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Nur-Alam39 bus-ticket (no released versions; latest commit 459cabdbeb99c00225b26e46e3c2c30ae1de7bad) contains an unauthenticated SQL injection vulnerability in bus_info.php. The busid parameter receiv...
How severe is CVE-2026-55740?
CVE-2026-55740 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-55740?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.