cscli appsec-rules install crowdsecurity/vpatch-CVE-2026-12071## autogenerated on 2026-02-18 14:27:262name: crowdsecurity/vpatch-CVE-2026-12073description: 'Detects SQL injection via the band parameter in Django RasterField/PostGIS endpoint'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: regex13 value: '^/(api/raster/search/)?$'14 - zones:15 - ARGS16 variables:17 - band18 transform:19 - lowercase20 - urldecode21 match:22 type: libinjectionSQL2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: "Django - SQL Injection"31 classification:32 - cve.CVE-2026-120733 - attack.T105934 - cwe.CWE-8935