cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-344271## autogenerated on 2025-12-17 14:59:352name: crowdsecurity/vpatch-CVE-2021-344273description: 'Detects JSP injection leading to remote code execution in Eclipse BIRT Viewer via crafted query parameters.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: '/document'14 - zones:15 - ARGS16 variables:17 - __document18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: '.jsp/.'24 - zones:25 - ARGS26 variables:27 - sample28 transform:29 - lowercase30 - urldecode31 match:32 type: contains33 value: '<%'3435labels:36 type: exploit37 service: http38 confidence: 339 spoofable: 040 behavior: 'http:exploit'41 label: 'Eclipse BIRT - RCE'42 classification:43 - cve.CVE-2021-3442744 - attack.T119045 - cwe.CWE-43446