cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-230631## autogenerated on 2025-10-01 14:01:132name: crowdsecurity/vpatch-CVE-2023-230633description: 'Detects local file disclosure in Cellinx NVT Web Server via GetFileContent.cgi PATH parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /cgi-bin/getfilecontent.cgi13 - zones:14 - ARGS15 variables:16 - path17 transform:18 - lowercase19 - urldecode20 match:21 type: regex22 value: '^(/|\.\./)'2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: "Cellinx NVT Web Server - Local File Inclusion"31 classification:32 - cve.CVE-2023-2306333 - attack.T100534 - cwe.CWE-2235