ET WEB_CLIENT Google Chrome XSS (CVE-2017-5124)


Query · suricata

flow:from_server,established;
http.content_type;
content:"multipart/related"; fast_pattern; startswith;
file.data;
content:"<xsl";
pcre:"/^((?!<\/xsl).)+?src\s*=\s*[\x27\x22](?P<loc>[^\x22\x27]+?)[\x27\x22].+?Content-Location\x3a\s+(?P=loc)/Rsi";
Raw source ET WEB_CLIENT Google Chrome XSS (CVE-2017-5124) · 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 WEB_CLIENT Google Chrome XSS (CVE-2017-5124)";
    flow:from_server,established;
    http.content_type;
    content:"multipart/related"; fast_pattern; startswith;
    file.data;
    content:"<xsl";
    pcre:"/^((?!<\/xsl).)+?src\s*=\s*[\x27\x22](?P<loc>[^\x22\x27]+?)[\x27\x22].+?Content-Location\x3a\s+(?P=loc)/Rsi";
    reference:cve,2017-5124;
    classtype:attempted-user;
    sid:2024996; rev:6;
    metadata:affected_product Google_Chrome, attack_target Client_Endpoint, created_at 2017_11_15, cve CVE_2017_5124, deployment Perimeter, performance_impact Low, signature_severity Major, tag Web_Client_Attacks, updated_at 2020_11_05;
)

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.