Using version 1.5.19 i get the following higth risk vulnerability in 3 libraries:
org.springframework.retry:spring-retry - 1.2.4.RELEASE
org.springframework.ws:spring-ws-core - 2.4.4.RELEASE
org.springframework.ws:spring-xml - 3.0.7.RELEASE
CVE-2018-1270
"Spring Framework, versions 5.0 prior to 5.0.5 and versions 4.3 prior to 4.3.15 and older unsupported versions, allow applications to expose STOMP over WebSocket endpoints with a simple, in-memory STOMP broker through the spring-messaging module. A malicious user (or attacker) can craft a message to the broker that can lead to a remote code execution attack."
Those warnings are all false positives. Spring Boot 1.5.19 uses Spring Framework 4.3.22. Only 4.3.14 and earlier versions are vulnerable.
Most helpful comment
Those warnings are all false positives. Spring Boot 1.5.19 uses Spring Framework 4.3.22. Only 4.3.14 and earlier versions are vulnerable.