ET WEB_SERVER Possible Oracle Reports Forms RCE CVE-2012-3152


Query · suricata

flow:established,to_server;
http.uri;
content:"/reports/rwservlet?"; nocase;
content:"JOBTYPE"; nocase;
content:"rwurl"; nocase;
content:"URLPARAMETER"; nocase;
pcre:"/^\s*?=\s*?[\x22\x27]?(?:f(?:ile|tp)|gopher|https?|mailto)\s*?\x3a/Ri";
Raw source ET WEB_SERVER Possible Oracle Reports Forms RCE CVE-2012-3152 · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER Possible Oracle Reports Forms RCE CVE-2012-3152";
    flow:established,to_server;
    http.uri;
    content:"/reports/rwservlet?"; nocase;
    content:"JOBTYPE"; nocase;
    content:"rwurl"; nocase;
    content:"URLPARAMETER"; nocase;
    pcre:"/^\s*?=\s*?[\x22\x27]?(?:f(?:ile|tp)|gopher|https?|mailto)\s*?\x3a/Ri";
    reference:url,netinfiltration.com;
    classtype:web-application-attack;
    sid:2018092; rev:3;
    metadata:created_at 2014_02_07, cve CVE_2012_3152, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_27;
)

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.