cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-57727
1## autogenerated on 2025-03-28 15:52:482name: crowdsecurity/vpatch-CVE-2024-577273description: 'Detects unauthenticated path traversal attempts targeting SimpleHelp <= 5.5.7'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /toolbox-resource/../13labels:14 type: vulnerability15 service: http16 confidence: 317 spoofable: 018 behavior: 'http:exploit'19 label: 'SimpleHelp - Path Traversal'20 classification:21 - cve.CVE-2024-5772722 - attack.T119023 - cwe.CWE-2224