cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-283671## autogenerated on 2025-05-09 09:21:482name: crowdsecurity/vpatch-CVE-2025-283673description: 'Detects directory traversal in mojoPortal BetterImageGallery API Controller (CVE-2025-28367)'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /api/betterimagegallery/imagehandler14 - zones:15 - ARGS16 variables:17 - path18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: ../2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: "MojoPortal - Local File Inclusion"32 classification:33 - cve.CVE-2025-2836734 - attack.T100635 - cwe.CWE-28436