cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-23897
1name: crowdsecurity/vpatch-CVE-2024-238972description: "Jenkins CLI RCE (CVE-2024-23897)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: POST10 - zones:11 - URI12 match:13 type: endsWith14 value: "/cli"15 - zones:16 - HEADERS17 variables:18 - side19 transform:20 - lowercase21 match:22 type: equals23 value: "upload"24 - zones:25 - RAW_BODY26 match:27 type: regex28 value: >-29 @/|@\.30labels:31 type: exploit32 service: http33 confidence: 334 spoofable: 035 behavior: "http:exploit"36 label: "Jenkins CLI RCE"37 classification:38 - cve.CVE-2024-2389739 - attack.T159540 - attack.T119041 - cwe.CWE-552424344