GPL SQL og.begin_load ordered gname buffer overflow attempt


Query · suricata

flow:to_server,established;
content:"dbms_offline_og.begin_load"; nocase;
pcre:"/\(\s*((\x27[^\x27]{1000})|(\x22[^\x22]{1000}))/Rmsi";
Raw source GPL SQL og.begin_load ordered gname buffer overflow 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 -> $SQL_SERVERS $ORACLE_PORTS (
    msg:"GPL SQL og.begin_load ordered gname buffer overflow attempt";
    flow:to_server,established;
    content:"dbms_offline_og.begin_load"; nocase;
    pcre:"/\(\s*((\x27[^\x27]{1000})|(\x22[^\x22]{1000}))/Rmsi";
    reference:url,www.appsecinc.com/Policy/PolicyCheck632.html;
    classtype:attempted-user;
    sid:2102653; rev:3;
    metadata:created_at 2010_09_23, confidence High, signature_severity Major, updated_at 2019_07_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.