ET WEB_SPECIFIC_APPS Fortify Software Security Center XML External Entity Injection 3


Query · suricata

flow:established,to_server;
http.uri;
content:"/fm-ws/services"; fast_pattern; endswith;
http.request_body;
content:"<?xml";
content:"<!DOCTYPE data SYSTEM";
pcre:"/^[^>]+\x22\s*ftp\x3a\x2f\x2f/Ri";
Raw source ET WEB_SPECIFIC_APPS Fortify Software Security Center XML External Entity Injection 3 · 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_SPECIFIC_APPS Fortify Software Security Center XML External Entity Injection 3";
    flow:established,to_server;
    http.uri;
    content:"/fm-ws/services"; fast_pattern; endswith;
    http.request_body;
    content:"<?xml";
    content:"<!DOCTYPE data SYSTEM";
    pcre:"/^[^>]+\x22\s*ftp\x3a\x2f\x2f/Ri";
    reference:url,exploit-db.com/exploits/45027/;
    reference:cve,2018-12463;
    classtype:attempted-user;
    sid:2025843; rev:3;
    metadata:attack_target Web_Server, created_at 2018_07_16, cve CVE_2018_12463, deployment Datacenter, signature_severity Major, updated_at 2020_09_16;
)

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.