ET WEB_CLIENT Possible Android RCE via XSS and Play Store XFO


Query · suricata

flow:from_server,established;
file_data;
content:"|5c|u00";
byte_test:2,<,0x21,0,relative,string,hex;
content:"javascript|3a|"; nocase; within:11; distance:2;
content:"/store/apps/details?id="; nocase; fast_pattern;
Raw source ET WEB_CLIENT Possible Android RCE via XSS and Play Store XFO · 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 Possible Android RCE via XSS and Play Store XFO";
    flow:from_server,established;
    file_data;
    content:"|5c|u00";
    byte_test:2,<,0x21,0,relative,string,hex;
    content:"javascript|3a|"; nocase; within:11; distance:2;
    content:"/store/apps/details?id="; nocase; fast_pattern;
    reference:url,1337day.com/exploit/22581;
    reference:cve,2014-6041;
    reference:url,github.com/rapid7/metasploit-framework/commit/7f2add2ce30f33e7787310d7abcb1781e8ea8f43;
    classtype:attempted-user;
    sid:2020393; rev:3;
    metadata:affected_product Web_Browsers, affected_product Web_Browser_Plugins, attack_target Client_Endpoint, created_at 2015_02_11, cve CVE_2014_6041, deployment Perimeter, confidence Medium, signature_severity Major, tag Web_Client_Attacks, updated_at 2019_10_08;
)

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.