ET EXPLOIT Oracle Weblogic Server Deserialization Remote Command Execution


Query · suricata

flow:established,to_server;
content:"java.rmi.registry.Registry"; fast_pattern;
content:"java.lang.reflect.Proxy";
content:"java.rmi.server.RemoteObjectInvocationHandler";
content:"UnicastRef";
Raw source ET EXPLOIT Oracle Weblogic Server Deserialization Remote Command Execution · 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 1024: (
    msg:"ET EXPLOIT Oracle Weblogic Server Deserialization Remote Command Execution";
    flow:established,to_server;
    content:"java.rmi.registry.Registry"; fast_pattern;
    content:"java.lang.reflect.Proxy";
    content:"java.rmi.server.RemoteObjectInvocationHandler";
    content:"UnicastRef";
    reference:url,exploit-db.com/exploits/44553/;
    reference:cve,2018-2628;
    classtype:attempted-user;
    sid:2025788; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2018_07_05, cve CVE_2018_2628, deployment Perimeter, performance_impact Low, confidence Medium, 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.