id: CVE-2022-23348 info: name: BigAnt Server 5.6.06 - Improper Access Control 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. 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 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 # Enhanced by md on 2023/02/03