cscli appsec-rules install crowdsecurity/vpatch-CVE-2026-237441## autogenerated on 2026-02-18 14:26:132name: crowdsecurity/vpatch-CVE-2026-237443description: 'Detects RCE in MCPJam Inspector via crafted POST to /api/mcp/connect'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: equals12 value: /api/mcp/connect13 - zones:14 - BODY_ARGS15 variables:16 - json.serverconfig.command17 transform:18 - lowercase19 match:20 type: regex21 value: ".+"2223labels:24 type: exploit25 service: http26 confidence: 327 spoofable: 028 behavior: 'http:exploit'29 label: 'MCPJam Inspector - RCE'30 classification:31 - cve.CVE-2026-2374432 - attack.T119033 - cwe.CWE-30634