cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-0012
12name: crowdsecurity/vpatch-CVE-2024-00123description: "PanOS - Authentication Bypass (CVE-2024-0012)"4rules:5 - and:6 - zones:7 - HEADERS8 variables:9 - x-pan-authcheck10 transform:11 - lowercase12 match:13 type: equals14 value: off15labels:16 type: exploit17 service: http18 confidence: 319 spoofable: 020 behavior: "http:exploit"21 label: "PanOS - Authentication Bypass"22 classification:23 - cve.CVE-2024-001224 - attack.T159525 - attack.T119026 - cwe.CWE-306