ET WEB_SPECIFIC_APPS Raisecom MSG Series Gateway Command Injection Attempt (CVE-2024-7120)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/vpn/list_base_config.php?"; fast_pattern; startswith;
content:"type=mod";
content:"parts=base_config";
content:"template=";
pcre:"/^.{0,20}(?:\x60|\x3b|%60|%3[Bb])/R";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS Raisecom MSG Series Gateway Command Injection Attempt (CVE-2024-7120) · 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 any (
    msg:"ET WEB_SPECIFIC_APPS Raisecom MSG Series Gateway Command Injection Attempt (CVE-2024-7120)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/vpn/list_base_config.php?"; fast_pattern; startswith;
    content:"type=mod";
    content:"parts=base_config";
    content:"template=";
    pcre:"/^.{0,20}(?:\x60|\x3b|%60|%3[Bb])/R";
    reference:url,github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-7120.yaml;
    reference:cve,2024-7120;
    classtype:attempted-admin;
    sid:2056282; rev:1;
    metadata:affected_product Raisecom, attack_target Networking_Equipment, tls_state plaintext, created_at 2024_09_27, cve CVE_2024_7120, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_09_27;
    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.