nuclei-templates/cves/2022/CVE-2022-23348.yaml

46 lines
1.0 KiB
YAML

id: CVE-2022-23348
info:
name: BigAnt Server v5.6.06 - Improper Access control
author: arafatansari
severity: medium
description: |
BigAnt Server v5.6.06 suffers from Use of Password Hash With Insufficient Computational Effort.
reference:
- https://github.com/bzyo/cve-pocs/tree/master/CVE-2022-23348
- https://nvd.nist.gov/vuln/detail/CVE-2022-23348
- http://bigant.com
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2022-23348
cwe-id: CWE-916
metadata:
shodan-query: http.html:"bigant"
verified: "true"
tags: cve,cve2022,bigant,unauth,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/Runtime/Data/ms_admin.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"user_name";'
- '"user_pwd";'
- '"user_id";'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200