cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-22024
1name: crowdsecurity/vpatch-CVE-2024-220242description: "Ivanti Connect Secure - XXE (CVE-2024-22024)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: POST10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: endsWith16 value: "/dana-na/auth/saml-sso.cgi"17 - zones:18 - BODY_ARGS19 transform:20 - b64decode21 variables:22 - SAMLRequest23 match:24 type: contains25 value: "<!ENTITY"26labels:27 type: exploit28 service: http29 confidence: 330 spoofable: 031 behavior: "http:exploit"32 label: "Ivanti Connect Secure - XXE"33 classification:34 - cve.CVE-2024-2202435 - attack.T159536 - attack.T119037 - cwe.CWE-611383940