ET WEB_SPECIFIC_APPS PandoraFMS OS Command Injection in goTTY QuickShell (CVE-2024-12992)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/pandora_console/index.php?"; fast_pattern;
content:"sec|3d|gsetup";
content:"section|3d|quickshell";
http.request_body;
content:"port|3d|";
pcre:"/^[^\x26\x0d]*?[\x3b\x60\x7c\x24]/R";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS PandoraFMS OS Command Injection in goTTY QuickShell (CVE-2024-12992) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS PandoraFMS OS Command Injection in goTTY QuickShell (CVE-2024-12992)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/pandora_console/index.php?"; fast_pattern;
    content:"sec|3d|gsetup";
    content:"section|3d|quickshell";
    http.request_body;
    content:"port|3d|";
    pcre:"/^[^\x26\x0d]*?[\x3b\x60\x7c\x24]/R";
    reference:url,attackerkb.com/topics/Aua29E9XcB/cve-2024-12992;
    reference:cve,2024-12992;
    classtype:web-application-attack;
    sid:2061009; rev:1;
    metadata:attack_target Server, created_at 2025_03_21, cve CVE_2024_12992, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Exploit, updated_at 2025_03_21, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    target:dest_ip;
)

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.