2022-03-04 16:20:03 +00:00
id : CVE-2020-2103
info :
2023-04-04 19:13:28 +00:00
name : Jenkins <=2.218 - Information Disclosure
2022-03-04 16:20:03 +00:00
author : c-sh0
2022-04-22 10:38:41 +00:00
severity : medium
2023-04-04 19:13:28 +00:00
description : Jenkins through 2.218, LTS 2.204.1 and earlier, is susceptible to information disclosure. An attacker can access exposed session identifiers on a user detail object in the whoAmI diagnostic page and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
2022-03-04 16:20:03 +00:00
reference :
- https://www.jenkins.io/security/advisory/2020-01-29/#SECURITY-1695
2022-05-17 09:18:12 +00:00
- https://jenkins.io/security/advisory/2020-01-29/#SECURITY-1695
- http://www.openwall.com/lists/oss-security/2020/01/29/1
2023-04-04 19:13:28 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-2103
2022-03-04 16:20:03 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.4
2022-03-04 16:20:03 +00:00
cve-id : CVE-2020-2103
cwe-id : CWE-200
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:jenkins:jenkins:*:*:*:*:*:*:*:*
epss-score : 0.00535
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-04-22 10:38:41 +00:00
shodan-query : http.favicon.hash:81586312
2022-03-04 16:20:03 +00:00
tags : cve,cve2020,jenkins
2023-04-27 04:28:59 +00:00
http :
2022-03-04 16:20:03 +00:00
- raw :
- |
GET {{BaseURL}}/whoAmI/ HTTP/1.1
Host : {{Hostname}}
- |
GET {{BaseURL}}/whoAmI/ HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
req-condition : true
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : header
words :
- 'text/html'
- 'x-jenkins'
condition : and
case-insensitive : true
- type : word
part : body_2
words :
- 'Cookie'
- 'SessionId : null '
condition : and
extractors :
- type : kval
kval :
2023-04-04 19:13:28 +00:00
- x_jenkins
# Enhanced by md on 2023/04/04