ET INFO Observed Server Responding with PDD File With Known Dangerous/Exploitable Parameter


Query · suricata

flow:established,to_client;
http.response_body;
content:"|0a|*FoomaticRIPCommandLine|3a|";
Raw source ET INFO Observed Server Responding with PDD File With Known Dangerous/Exploitable Parameter · 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,$HTTP_SERVERS] any (
    msg:"ET INFO Observed Server Responding with PDD File With Known Dangerous/Exploitable Parameter";
    flow:established,to_client;
    http.response_body;
    content:"|0a|*FoomaticRIPCommandLine|3a|";
    reference:cve,2024-47177;
    classtype:misc-activity;
    sid:2056213; rev:1;
    metadata:created_at 2024_09_26, cve CVE_2024_47177, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_09_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.