BigAnt Server 5.6.06 - Improper Access Control
ID: CVE-2022-23348
Severity: medium
Author: arafatansari
Tags: cve,cve2022,bigant,unauth,exposure,bigantsoft
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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. remediation: | Apply the latest security patches or updates provided by the vendor to fix the access control issue. reference: - https://github.com/bzyo/cve-pocs/tree/master/CVE-2022-23348 - http://bigant.com - https://nvd.nist.gov/vuln/detail/CVE-2022-23348 - https://www.bigantsoft.com/ - https://github.com/ARPSyndicate/cvemon 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 epss-score: 0.00425 epss-percentile: 0.71717 cpe: cpe:2.3:a:bigantsoft:bigant_server:5.6.06:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: bigantsoft product: bigant_server shodan-query: http.html:"bigant" fofa-query: body="bigant" tags: cve,cve2022,bigant,unauth,exposure,bigantsoft
http: - 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# digest: 4a0a0047304502210095dd3683be2cb3c6224baa50ebfa1cfedc8b58fa8b52a6733005b942e83cc7a702200a9dc3c33961d9c617b06870a4f88ec3698cb3a23306e18329bceafe05e5ae23:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-23348.yaml"