ET EXPLOIT CyberArk Enterprise Password Vault XXE Injection Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/PasswordVault/auth/saml/"; fast_pattern; endswith;
http.request_body;
content:"SAMLResponse=PCFET0NUWVBFIHIgWwo8IUVMRU1F"; depth:41;
Raw source ET EXPLOIT CyberArk Enterprise Password Vault XXE Injection Attempt · 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 -> $HOME_NET any (
    msg:"ET EXPLOIT CyberArk Enterprise Password Vault XXE Injection Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/PasswordVault/auth/saml/"; fast_pattern; endswith;
    http.request_body;
    content:"SAMLResponse=PCFET0NUWVBFIHIgWwo8IUVMRU1F"; depth:41;
    reference:url,www.exploit-db.com/exploits/46828;
    classtype:attempted-admin;
    sid:2027358; rev:4;
    metadata:created_at 2019_05_16, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_09_17;
)

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.