5.9

CVE-2018-1196

Spring Boot supports an embedded launch script that can be used to easily run the application as a systemd or init.d linux service. The script included with Spring Boot 1.5.9 and earlier and 2.0.0.M1 through 2.0.0.M7 is susceptible to a symlink attack which allows the "run_user" to overwrite and take ownership of any file on the same system. In order to instigate the attack, the application must be installed as a service and the "run_user" requires shell access to the server. Spring Boot application that are not installed as a service, or are not using the embedded launch script are not susceptible.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
VMwareSpring Boot Version <= 1.5.9
VMwareSpring Boot Version2.0.0 Updatemilestone1
VMwareSpring Boot Version2.0.0 Updatemilestone2
VMwareSpring Boot Version2.0.0 Updatemilestone3
VMwareSpring Boot Version2.0.0 Updatemilestone4
VMwareSpring Boot Version2.0.0 Updatemilestone5
VMwareSpring Boot Version2.0.0 Updatemilestone6
VMwareSpring Boot Version2.0.0 Updatemilestone7
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.6% 0.683
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.9 2.2 3.6
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:N/I:P/A:N
CWE-59 Improper Link Resolution Before File Access ('Link Following')

The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.