cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-9474
12name: crowdsecurity/vpatch-CVE-2024-94743description: "PanOS - Privilege Escalation (CVE-2024-9474)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: contains17 value: /php/utils/createremoteappwebsession.php/18 - zones:19 - URI20 transform:21 - lowercase22 match:23 type: endsWith24 value: .js.map25 - zones:26 - BODY_ARGS27 variables:28 - user29 transform:30 - lowercase31 match:32 type: regex33 value: "[$;|&`>]"34labels:35 type: exploit36 service: http37 confidence: 338 spoofable: 039 behavior: "http:exploit"40 label: "PanOS - Privilege Escalation (CVE-2024-9474)"41 classification:42 - cve.CVE-2024-947443 - attack.T159544 - attack.T119045 - cwe.CWE-7846