ET WEB_SERVER Oracle Secure Enterprise Search 10.1.8 search Script XSS attempt


Query · suricata

flow:to_server,established;
content:"GET "; depth:4;
content:"/search/query/search"; nocase;
content:"search_p_groups="; nocase;
content:"script"; nocase;
pcre:"/<?(java|vb)?script>?/i";
Raw source ET WEB_SERVER Oracle Secure Enterprise Search 10.1.8 search Script XSS attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET 7777 (
    msg:"ET WEB_SERVER Oracle Secure Enterprise Search 10.1.8 search Script XSS attempt";
    flow:to_server,established;
    content:"GET "; depth:4;
    content:"/search/query/search"; nocase;
    content:"search_p_groups="; nocase;
    content:"script"; nocase;
    pcre:"/<?(java|vb)?script>?/i";
    reference:url,dsecrg.com/pages/vul/show.php?id=125;
    classtype:web-application-attack;
    sid:2009643; rev:6;
    metadata:created_at 2010_07_30, signature_severity Minor, updated_at 2019_09_26;
)

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.