cscli appsec-rules install crowdsecurity/vpatch-CVE-2018-1000861
1name: crowdsecurity/vpatch-CVE-2018-10008612description: "Jenkins - RCE (CVE-2018-1000861)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: descriptorByName/org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition/checkScriptCompile12 - and:13 - zones:14 - URI15 transform:16 - lowercase17 match:18 type: endsWith19 value: securityRealm/user/admin20labels:21 type: exploit22 service: http23 confidence: 324 spoofable: 025 behavior: "http:exploit"26 label: "Jenkins - RCE"27 references:28 - https://www.youtube.com/watch?v=abuH-j-6-s0&t=7s29 - https://devco.re/blog/2019/02/19/hacking-Jenkins-part2-abusing-meta-programming-for-unauthenticated-RCE/30 classification:31 - cve.CVE-2018-100086132 - attack.T159533 - attack.T119034 - cwe.CWE-502