Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
1 vulnerability by Nur-Alam39
CVE-2026-55740 (GCVE-0-2026-55740)
Vulnerability from cvelistv5 – Published: 2026-06-18 05:48 – Updated: 2026-06-18 12:59
VLAI
Title
SQL Injection in Nur-Alam39 bus-ticket bus_info.php via busid parameter
Summary
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=$busid) without sanitization, escaping, or parameterization, and in a numeric (unquoted) context. A remote, unauthenticated attacker can inject arbitrary SQL — for example a UNION-based payload such as busid=-1 UNION SELECT 1,2,3,4,5,6 — to read arbitrary data from the bus_service database. The application connects to the database as the MySQL root account with an empty password, increasing the potential impact. The query is executed via mysqli_query(), which does not permit stacked (semicolon-separated) statements.
Severity
9.8 (Critical)
SSVC
Exploitation: none
Automatable: yes
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Assigner
References
2 references
| URL | Tags |
|---|---|
| https://github.com/Nur-Alam39/bus-ticket/blob/459… | technical-description |
| https://github.com/Nur-Alam39/bus-ticket | product |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Nur-Alam39 | bus-ticket |
Credits
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-55740",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-18T12:55:37.171019Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-18T12:59:22.428Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://github.com/Nur-Alam39/bus-ticket",
"defaultStatus": "affected",
"product": "bus-ticket",
"programFiles": [
"bus_info.php"
],
"repo": "https://github.com/Nur-Alam39/bus-ticket",
"vendor": "Nur-Alam39"
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Eshmurzayev Abbos"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eNur-Alam39 bus-ticket (no released versions; latest commit \u003ccode\u003e459cabdbeb99c00225b26e46e3c2c30ae1de7bad\u003c/code\u003e) contains an unauthenticated SQL injection vulnerability in \u003ccode\u003ebus_info.php\u003c/code\u003e. The \u003ccode\u003ebusid\u003c/code\u003e parameter received via HTTP POST is concatenated directly into a MySQL query (\u003ccode\u003eselect * from bus_info where id=$busid\u003c/code\u003e) without sanitization, escaping, or parameterization, and in a numeric (unquoted) context. A remote, unauthenticated attacker can inject arbitrary SQL \u2014 for example a UNION-based payload such as \u003ccode\u003ebusid=-1 UNION SELECT 1,2,3,4,5,6\u003c/code\u003e \u2014 to read arbitrary data from the \u003ccode\u003ebus_service\u003c/code\u003e database. The application connects to the database as the MySQL \u003ccode\u003eroot\u003c/code\u003e account with an empty password, increasing the potential impact. The query is executed via \u003ccode\u003emysqli_query()\u003c/code\u003e, which does not permit stacked (semicolon-separated) statements.\u003c/p\u003e"
}
],
"value": "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=$busid) without sanitization, escaping, or parameterization, and in a numeric (unquoted) context. A remote, unauthenticated attacker can inject arbitrary SQL \u2014 for example a UNION-based payload such as busid=-1 UNION SELECT 1,2,3,4,5,6 \u2014 to read arbitrary data from the bus_service database. The application connects to the database as the MySQL root account with an empty password, increasing the potential impact. The query is executed via mysqli_query(), which does not permit stacked (semicolon-separated) statements."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
},
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-89",
"description": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-18T05:48:27.016Z",
"orgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
"shortName": "TuranSec"
},
"references": [
{
"name": "Vulnerable code: bus_info.php (busid concatenated into SQL)",
"tags": [
"technical-description"
],
"url": "https://github.com/Nur-Alam39/bus-ticket/blob/459cabdbeb99c00225b26e46e3c2c30ae1de7bad/bus_info.php#L14-L16"
},
{
"tags": [
"product"
],
"url": "https://github.com/Nur-Alam39/bus-ticket"
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "SQL Injection in Nur-Alam39 bus-ticket bus_info.php via busid parameter"
}
},
"cveMetadata": {
"assignerOrgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
"assignerShortName": "TuranSec",
"cveId": "CVE-2026-55740",
"datePublished": "2026-06-18T05:48:27.016Z",
"dateReserved": "2026-06-17T12:59:17.621Z",
"dateUpdated": "2026-06-18T12:59:22.428Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}