2023-04-24 12:24:31 +02:00
|
|
|
{
|
|
|
|
"id": "CVE-2022-30817",
|
|
|
|
"sourceIdentifier": "cve@mitre.org",
|
|
|
|
"published": "2022-06-02T14:15:55.533",
|
2024-11-23 15:12:23 +00:00
|
|
|
"lastModified": "2024-11-21T07:03:26.490",
|
|
|
|
"vulnStatus": "Modified",
|
2024-12-08 03:06:42 +00:00
|
|
|
"cveTags": [],
|
2023-04-24 12:24:31 +02:00
|
|
|
"descriptions": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"value": "Simple Bus Ticket Booking System 1.0 is vulnerable to SQL Injection via /SimpleBusTicket/index.php."
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "es",
|
|
|
|
"value": "Simple Bus Ticket Booking System versi\u00f3n 1.0 es vulnerable a una Inyecci\u00f3n SQL por medio del archivo /SimpleBusTicket/index.php"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"metrics": {
|
|
|
|
"cvssMetricV31": [
|
|
|
|
{
|
|
|
|
"source": "nvd@nist.gov",
|
|
|
|
"type": "Primary",
|
|
|
|
"cvssData": {
|
|
|
|
"version": "3.1",
|
|
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
2024-11-23 15:12:23 +00:00
|
|
|
"baseScore": 9.8,
|
|
|
|
"baseSeverity": "CRITICAL",
|
2023-04-24 12:24:31 +02:00
|
|
|
"attackVector": "NETWORK",
|
|
|
|
"attackComplexity": "LOW",
|
|
|
|
"privilegesRequired": "NONE",
|
|
|
|
"userInteraction": "NONE",
|
|
|
|
"scope": "UNCHANGED",
|
|
|
|
"confidentialityImpact": "HIGH",
|
|
|
|
"integrityImpact": "HIGH",
|
2024-11-23 15:12:23 +00:00
|
|
|
"availabilityImpact": "HIGH"
|
2023-04-24 12:24:31 +02:00
|
|
|
},
|
|
|
|
"exploitabilityScore": 3.9,
|
|
|
|
"impactScore": 5.9
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"cvssMetricV2": [
|
|
|
|
{
|
|
|
|
"source": "nvd@nist.gov",
|
|
|
|
"type": "Primary",
|
|
|
|
"cvssData": {
|
|
|
|
"version": "2.0",
|
|
|
|
"vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
|
2024-11-23 15:12:23 +00:00
|
|
|
"baseScore": 7.5,
|
2023-04-24 12:24:31 +02:00
|
|
|
"accessVector": "NETWORK",
|
|
|
|
"accessComplexity": "LOW",
|
|
|
|
"authentication": "NONE",
|
|
|
|
"confidentialityImpact": "PARTIAL",
|
|
|
|
"integrityImpact": "PARTIAL",
|
2024-11-23 15:12:23 +00:00
|
|
|
"availabilityImpact": "PARTIAL"
|
2023-04-24 12:24:31 +02:00
|
|
|
},
|
|
|
|
"baseSeverity": "HIGH",
|
|
|
|
"exploitabilityScore": 10.0,
|
|
|
|
"impactScore": 6.4,
|
|
|
|
"acInsufInfo": false,
|
|
|
|
"obtainAllPrivilege": false,
|
|
|
|
"obtainUserPrivilege": false,
|
|
|
|
"obtainOtherPrivilege": false,
|
|
|
|
"userInteractionRequired": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"weaknesses": [
|
|
|
|
{
|
|
|
|
"source": "nvd@nist.gov",
|
|
|
|
"type": "Primary",
|
|
|
|
"description": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"value": "CWE-89"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"nodes": [
|
|
|
|
{
|
|
|
|
"operator": "OR",
|
|
|
|
"negate": false,
|
|
|
|
"cpeMatch": [
|
|
|
|
{
|
|
|
|
"vulnerable": true,
|
|
|
|
"criteria": "cpe:2.3:a:simple_bus_ticket_booking_system_project:simple_bus_ticket_booking_system:1.0:*:*:*:*:*:*:*",
|
|
|
|
"matchCriteriaId": "44848F8E-9BDA-4E67-B90D-3E68710B4981"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/k0xx11/bug_report/blob/main/vendors/codeastro.com/simple-bus-ticket-booking-system/SQLi-1.md",
|
|
|
|
"source": "cve@mitre.org",
|
|
|
|
"tags": [
|
|
|
|
"Exploit",
|
|
|
|
"Third Party Advisory"
|
|
|
|
]
|
2024-11-23 15:12:23 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/k0xx11/bug_report/blob/main/vendors/codeastro.com/simple-bus-ticket-booking-system/SQLi-1.md",
|
|
|
|
"source": "af854a3a-2127-422b-91ae-364da2661108",
|
|
|
|
"tags": [
|
|
|
|
"Exploit",
|
|
|
|
"Third Party Advisory"
|
|
|
|
]
|
2023-04-24 12:24:31 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|