cscli appsec-rules install crowdsecurity/vpatch-CVE-2022-314991## autogenerated on 2025-08-07 14:40:552name: crowdsecurity/vpatch-CVE-2022-314993description: 'Detects remote command injection in Nortek Linear eMerge E3-Series via ReaderNo parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /card_scan.php13 - zones:14 - ARGS15 variables:16 - readerno17 transform:18 - lowercase19 - urldecode20 match:21 type: contains22 value: '`'2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: 'Nortek Linear eMerge E3-Series - RCE'31 classification:32 - cve.CVE-2022-3149933 - attack.T119034 - cwe.CWE-7835