cscli appsec-rules install crowdsecurity/vpatch-CVE-2022-386271## autogenerated on 2025-10-01 14:02:412name: crowdsecurity/vpatch-CVE-2022-386273description: 'Detects SQL injection vulnerability in Linear eMerge E3-Series via idt parameter'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: '/badging/badge_template_print.php'14 - zones:15 - ARGS16 variables:17 - idt18 match:19 type: regex20 value: '[^0-9]'2122labels:23 type: exploit24 service: http25 confidence: 326 spoofable: 027 behavior: 'http:exploit'28 label: 'Linear eMerge E3-Series - SQLI'29 classification:30 - cve.CVE-2022-3862731 - attack.T119032 - cwe.CWE-8933