ET EXPLOIT OpenTSDB RCE in HTTP Request M2 (CVE-2023-25827)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"|2f|q|3f|"; fast_pattern; startswith;
content:"start="; distance:0;
content:"&end=";
pcre:"/^[^&]*?[\x3b\x0a\x26\x60\x7c\x24]/UR";
content:"&m=";
content:"|3a|"; distance:0;
content:"&o=";
content:"&key=";
content:"&wxh=";
content:"&json"; endswith;
Raw source ET EXPLOIT OpenTSDB RCE in HTTP Request M2 (CVE-2023-25827) · 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 EXPLOIT OpenTSDB RCE in HTTP Request M2 (CVE-2023-25827)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"|2f|q|3f|"; fast_pattern; startswith;
    content:"start="; distance:0;
    content:"&end=";
    pcre:"/^[^&]*?[\x3b\x0a\x26\x60\x7c\x24]/UR";
    content:"&m=";
    content:"|3a|"; distance:0;
    content:"&o=";
    content:"&key=";
    content:"&wxh=";
    content:"&json"; endswith;
    reference:cve,2023-25827;
    reference:url,synopsys.com/blogs/software-security/opentsdb.html;
    reference:url,opentsdb.net/docs/build/html/user_guide/guis/index.html;
    reference:url,packetstormsecurity.com/files/174570/OpenTSDB-2.4.1-Unauthenticated-Command-Injection.html;
    classtype:trojan-activity;
    sid:2052827; rev:2;
    metadata:affected_product OpenTSDB, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_05_22, cve CVE_2023_25827, deployment Perimeter, confidence High, signature_severity Major, updated_at 2024_11_22, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.