cscli appsec-rules install crowdsecurity/vpatch-CVE-2019-54181## autogenerated on 2025-07-09 14:37:472name: crowdsecurity/vpatch-CVE-2019-54183description: 'Detects Rails file content disclosure via crafted Accept header (CVE-2019-5418)'4rules:5 - zones:6 - HEADERS7 variables:8 - accept9 transform:10 - lowercase11 - urldecode12 match:13 type: contains14 value: '../'1516labels:17 type: exploit18 service: http19 confidence: 320 spoofable: 021 behavior: 'http:exploit'22 label: 'Rails - LFI'23 classification:24 - cve.CVE-2019-541825 - attack.T100526 - cwe.CWE-2227