ET WEB_SPECIFIC_APPS Altenergy Power Control Software Command Injection Attempt (CVE-2022-25237)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/management/set_timezone"; fast_pattern; endswith;
http.request_body;
content:"timezone=";
pcre:"/^[^&]{0,50}(?:%60|%24|%3B)/PRi";
Raw source ET WEB_SPECIFIC_APPS Altenergy Power Control Software Command Injection Attempt (CVE-2022-25237) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> [$HTTP_SERVERS,$HOME_NET] any (
    msg:"ET WEB_SPECIFIC_APPS Altenergy Power Control Software Command Injection Attempt (CVE-2022-25237)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/management/set_timezone"; fast_pattern; endswith;
    http.request_body;
    content:"timezone=";
    pcre:"/^[^&]{0,50}(?:%60|%24|%3B)/PRi";
    reference:url,github.com/superzerosec/CVE-2023-28343;
    reference:cve,2023-28343;
    classtype:attempted-admin;
    sid:2044825; rev:1;
    metadata:affected_product HTTP_Server, attack_target Server, created_at 2023_03_28, cve CVE_2022_25237, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_03_29, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.