ET WEB_SPECIFIC_APPS LMDeploy LLM Inference Engine Server-Side Request Forgery (CVE-2026-33626)


Query · suricata

flow:established,to_server;
http.uri;
content:"/v1/chat/completions"; fast_pattern;
http.request_body;
content:"|22|image_url|22 3a|";
pcre:"/^\s*\x7b\s*\x22url\x22\x3a\s*\x22https?\x3a\x2f{2}/R";
http.method;
content:"POST";
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS LMDeploy LLM Inference Engine Server-Side Request Forgery (CVE-2026-33626) · 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 LMDeploy LLM Inference Engine Server-Side Request Forgery (CVE-2026-33626)";
    flow:established,to_server;
    http.uri;
    content:"/v1/chat/completions"; fast_pattern;
    http.request_body;
    content:"|22|image_url|22 3a|";
    pcre:"/^\s*\x7b\s*\x22url\x22\x3a\s*\x22https?\x3a\x2f{2}/R";
    http.method;
    content:"POST";
    reference:url,www.sysdig.com/blog/cve-2026-33626-how-attackers-exploited-lmdeploy-llm-inference-engines-in-12-hours;
    reference:cve,2026-33626;
    classtype:web-application-attack;
    sid:2068972; rev:1;
    metadata:attack_target Server, tls_state TLSDecrypt, created_at 2026_04_24, cve CVE_2026_33626, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Exploit, updated_at 2026_04_24, 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.