2022-08-05 05:58:38 +00:00
id : CVE-2022-23348
info :
2023-02-03 17:36:44 +00:00
name : BigAnt Server 5.6.06 - Improper Access Control
2022-08-05 05:58:38 +00:00
author : arafatansari
severity : medium
description : |
2023-02-03 16:04:54 +00:00
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
2022-08-17 00:56:26 +00:00
- http://bigant.com
2023-02-03 16:04:54 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-23348
2022-08-17 00:56:26 +00:00
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
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:bigantsoft:bigant_server:*:*:*:*:*:*:*:*
epss-score : 0.00337
2022-08-05 05:58:38 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-08-05 05:58:38 +00:00
shodan-query : http.html:"bigant"
2022-08-17 00:56:26 +00:00
verified : "true"
2022-08-06 18:05:21 +00:00
tags : cve,cve2022,bigant,unauth,exposure
2022-08-05 05:58:38 +00:00
2023-04-27 04:28:59 +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
2023-02-03 16:04:54 +00:00
# Enhanced by md on 2023/02/03