ET WEB_SPECIFIC_APPS Progress WhatsUp Gold GetStatisticalMonitorList SQL Injection Authentication Bypass (CVE-2024-6671)


Query · suricata

flow:established,to_server;
http.uri;
content:"/NmConsole/Platform/Filter/DeviceStatisticalMonitors"; fast_pattern;
http.request_body; strip_whitespace;
content:"|22|statisticalMonitorTable|22 3a 22|";
pcre:"/^[^\x22]*?(?:[\x27\x22\x3b\x2d\x5c\x2a\x2f\x60]|\x25(?:2[27aAdDfF]|3[bB]|5[cC]|60))/R";
http.method;
content:"POST";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Progress WhatsUp Gold GetStatisticalMonitorList SQL Injection Authentication Bypass (CVE-2024-6671) · 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 -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET WEB_SPECIFIC_APPS Progress WhatsUp Gold GetStatisticalMonitorList SQL Injection Authentication Bypass (CVE-2024-6671)";
    flow:established,to_server;
    http.uri;
    content:"/NmConsole/Platform/Filter/DeviceStatisticalMonitors"; fast_pattern;
    http.request_body; strip_whitespace;
    content:"|22|statisticalMonitorTable|22 3a 22|";
    pcre:"/^[^\x22]*?(?:[\x27\x22\x3b\x2d\x5c\x2a\x2f\x60]|\x25(?:2[27aAdDfF]|3[bB]|5[cC]|60))/R";
    http.method;
    content:"POST";
    reference:url,github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-6671.yaml;
    reference:cve,2024-6671;
    classtype:web-application-attack;
    sid:2071607; rev:1;
    metadata:affected_product WhatsUp_Gold, attack_target Server, tls_state TLSDecrypt, created_at 2026_08_19, cve CVE_2024_6671, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag Exploit, updated_at 2026_08_19, 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.