CVE-2018-1196: Moderate severity vulnerability that affects org.springframework.boot:spring-boot
5.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.68612%
CWE
Published
10/18/2018
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.springframework.boot:spring-boot | maven | >= 1.5.0, < 1.5.10 | 1.5.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability resides in the shell script's service initialization logic rather than Java code. The embedded launch script's functions handling PID file creation (start) and file permission management (prepare_pid_file) perform unsafe file operations that follow symlinks. These would appear in process execution traces when the service starts/stops. The lack of '--' parameter in touch/chown commands and missing symlink checks in these functions directly enable the symlink attack vector described in CVE-2018-1196.