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

40 lines
890 B
YAML
Raw Normal View History

2022-08-05 05:58:38 +00:00
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
2022-08-05 06:37:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-23348
2022-08-05 05:58:38 +00:00
metadata:
2022-08-05 06:37:11 +00:00
verified: true
2022-08-05 05:58:38 +00:00
shodan-query: http.html:"bigant"
2022-08-05 06:37:11 +00:00
tags: cve,cve2022,bigant,unauth
2022-08-05 05:58:38 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/Runtime/Data/ms_admin.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-08-05 06:37:11 +00:00
- '"user_name";'
- '"user_pwd";'
- '"user_id";'
condition: and
2022-08-05 05:58:38 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200