Spring-cloud-commons jar v3.1.0 reporting a high number of vulnerabilities

We are using SonarQube Community Edition, Version 8.9.6 (build 50800).
SonarQube is reporting around 100 vulnerabilities on Java Spring boot projects after we upgraded to a newer Spring boot version(2.3.12.RELEASE).

Most of the vulnerabilities are coming from spring-cloud-commons v3.1.0 jar and most of them are related to vmware /vsphere, not sure why those are showing up as Critical/High vulnerabilities.

E.g

  1. Filename: spring-cloud-commons-3.1.0.jar | Reference: CVE-2020-3992 | CVSS Score: 9.8 | OpenSLP as used in VMware ESXi (7.0 before ESXi_7.0.1-0.0.16850804, 6.7 before ESXi670-202010401-SG, 6.5 before ESXi650-202010401-SG) has a use-after-free issue. A malicious actor residing in the management network who has access to port 427 on an ESXi machine may be able to trigger a use-after-free in the OpenSLP service resulting in remote code execution.

  2. Filename: spring-cloud-commons-3.1.0.jar | Reference: CVE-2021-21985 | CVSS Score: 9.8 | The vSphere Client (HTML5) contains a remote code execution vulnerability due to lack of input validation in the Virtual SAN Health Check plug-in which is enabled by default in vCenter Server. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server

  3. Filename: spring-cloud-commons-3.1.0.jar | Reference: CVE-2021-21972 | CVSS Score: 9.8 | The vSphere Client (HTML5) contains a remote code execution vulnerability in a vCenter Server plugin. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.x before 7.0 U1c, 6.7 before 6.7 U3l and 6.5 before 6.5 U3n) and VMware Cloud Foundation (4.x before 4.2 and 3.x before 3.10.1.2)

and more…

Please help.

Thank you

Hey there.

These issues are probably coming from dependency-check/dependency-check-sonar-plugin, a community-supported plugin. If you have questions, I’d suggest getting in touch with the maintainers.

Thank you Colin. I will check on with the plug in.