Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerabilities affecting Spring Cloud Skipper #1090

Open
FraPazGal opened this issue May 30, 2023 · 2 comments
Open

Vulnerabilities affecting Spring Cloud Skipper #1090

FraPazGal opened this issue May 30, 2023 · 2 comments
Labels
status/need-triage Team needs to triage and take a first look

Comments

@FraPazGal
Copy link

Hi team,

Running a Trivy vulnerabilities scan through the Spring Cloud Skipper container image returned some CVEs affecting the latest SNAPSHOT release, 2.11.0-SNAPSHOT, that I couldn't find any info on:

Could you confirm whether the Skipper is affected by these vulnerabilities and if so, are there plans to update the related dependencies?

Steps to reproduce:

$ trivy image --vuln-type library springcloud/spring-cloud-skipper-server:2.11.0-SNAPSHOT
@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label May 30, 2023
@corneil
Copy link

corneil commented Jun 2, 2023

spring-cloud-skipper 2.11.0-SNAPSHOT is now part of the mono-repo spring-cloud-dataflow.
The main branch here represents 2.10.4-SNAPSHOT.

CVE-2022-45868 is unavoidable because we include H2 driver for demonstration purposes. We don't advise anyone using it in a production environment.

CVE-2016-1000027 is mitigated because we only accept application/json in POST requests. It requires accepting and expecting to deserialize a Java Object.

CVE-2023-1370 is reported because of a bug in Trivy. aquasecurity/trivy#4192

@FraPazGal
Copy link
Author

FraPazGal commented Jul 4, 2023

Thanks a lot for the detailed response @corneil! If it is okay with you, I'll use this issue to report a few new CVEs from a vulnerability scan I recently run:

Edited: added new CVEs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage Team needs to triage and take a first look
Projects
None yet
Development

No branches or pull requests

2 participants