cbcvebase.
CVE-2022-29006
published 2022-05-11

CVE-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
VendorProductVersion rangeFixed in
phpgurukuldirectory_management_system

Detection & IOCsextracted from sources · hover to see the quote

url/admin/index.php
commandusername=admin' or '1'='1&password=1&login=login
  • 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.