ET WEB_SPECIFIC_APPS BMC FootPrints RSS feedUrl parameter SSRF (CVE-2025-71259)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/footprints/servicedesk/externalfeed/RSS|3f|feedUrl|3d|http"; startswith; fast_pattern;
http.cookie;
content:"SEC_TOKEN|3d|"; startswith;
target:dest_ip;
Raw source ET WEB_SPECIFIC_APPS BMC FootPrints RSS feedUrl parameter SSRF (CVE-2025-71259) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS BMC FootPrints RSS feedUrl parameter SSRF (CVE-2025-71259)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/footprints/servicedesk/externalfeed/RSS|3f|feedUrl|3d|http"; startswith; fast_pattern;
    http.cookie;
    content:"SEC_TOKEN|3d|"; startswith;
    reference:url,labs.watchtowr.com/thanks-itsms-threat-actors-have-never-been-so-organized-bmc-footprints-pre-auth-remote-code-execution-chains/;
    reference:cve,2025-71259;
    reference:cve,2025-21759;
    classtype:attempted-admin;
    sid:2068319; rev:1;
    metadata:affected_product BMC_FootPrints, attack_target Server, tls_state TLSDecrypt, created_at 2026_03_18, cve CVE_2025_21759, deployment Perimeter, deployment Internal, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, tag Exploit, updated_at 2026_03_18, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
    target:dest_ip;
)

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.