ET WEB_SPECIFIC_APPS VTENext Session Cookie Information Disclosure via Touch Module


Query · suricata

flow:established,to_server;
flowbits:isset,ET.VTENext.Bypass;
http.uri;
content:"/index.php|3f|";
content:"module|3d|Touch"; fast_pattern;
content:"action|3d|ws";
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET WEB_SPECIFIC_APPS VTENext Session Cookie Information Disclosure via Touch Module · 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 VTENext Session Cookie Information Disclosure via Touch Module";
    flow:established,to_server;
    flowbits:isset,ET.VTENext.Bypass;
    http.uri;
    content:"/index.php|3f|";
    content:"module|3d|Touch"; fast_pattern;
    content:"action|3d|ws";
    reference:url,blog.sicuranext.com/vtenext-25-02-a-three-way-path-to-rce/;
    classtype:web-application-attack;
    sid:2064155; rev:1;
    metadata:affected_product VTENext, attack_target Server, tls_state TLSDecrypt, created_at 2025_08_26, deployment Perimeter, deployment Internal, confidence High, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_08_26, mitre_tactic_id TA0007, mitre_tactic_name Discovery, mitre_technique_id T1082, mitre_technique_name System_Information_Discovery;
    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.