CVE-2022-29006
published 2022-05-11CVE-2022-29006: Multiple SQL injection vulnerabilities via the username and password parameters in the Admin panel of Directory Management System v1.0 allows attackers to…
PriorityP271critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
18.33%
96.9th percentile
Multiple SQL injection vulnerabilities via the username and password parameters in the Admin panel of Directory Management System v1.0 allows attackers to bypass authentication.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| phpgurukul | directory_management_system | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect SQL injection auth-bypass attempt against Directory Management System admin panel by matching POST body containing the classic OR-based SQLi payload to /admin/index.php ↗
- →Confirm successful exploitation by checking for all three strings in the HTTP 200 response body after the auth-bypass POST: 'DMS || Dashboard', 'DMS Admin', and 'Admin Profile' ↗
- →A follow-up GET to /admin/dashboard.php returning HTTP 200 after the SQLi POST indicates successful authentication bypass ↗
- ·The SQLi affects both the username and password parameters; the PoC only demonstrates the username vector. Both parameters should be tested independently. ↗
- ·The Nuclei template targets /admin/index.php with Content-Type application/x-www-form-urlencoded; charset=UTF-8 — detections scoped to other content types or paths will miss this attack. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Directory Management System 1.0 - SQL Injection
nuclei·CVSS 9.8
CVE-2022-29006 [CRITICAL] Directory Management System 1.0 - SQL Injection
Directory Management System 1.0 - SQL Injection
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.
Template:
id: CVE-2022-29006
info:
name: Directory Management System 1.0 - SQL Injection
author: TenBird
severity: critical
description: |
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 th
No writeups or analysis indexed.
2022-05-11
Published