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

CVE-2022-2068 for openssl version 3.0.2 #480

Open
KafkaProServerless opened this issue May 17, 2024 · 3 comments
Open

CVE-2022-2068 for openssl version 3.0.2 #480

KafkaProServerless opened this issue May 17, 2024 · 3 comments
Labels
type:question A user question

Comments

@KafkaProServerless
Copy link

KafkaProServerless commented May 17, 2024

Hello team,

Just wanted to reach out with a small issue.

We build our projects, which are springboot 3.3.0-RC1, latest as of this writing, with maven and graalvm 22.0.1 latest as of this writing.
When we use mvn -Pnative spring-boot:build-image it pulls some buildpack images to build the final container.

The final container, while working fine, has been flagged by our internal scanners with a vulnerable openssl 3.0.2
Several CVEs are for this version of openssl.

May I ask if you could help bump openssl to the latest version?

Apologies if this issue is opened to the wrong buildpacks project. But as I am building springboot native image, I am not sure if this vulnerable openssl 3.0.2 is from springboot buildpack, native image buildpack, jammy tiny buildpack, or anything else.

Thank you

@dmikusa
Copy link
Contributor

dmikusa commented May 17, 2024

Our policy on updating the stacks (build & run images) is here -> https://paketo.io/docs/concepts/stacks/#when-are-paketo-stacks-updated

  1. Make sure you're using the latest images (i.e. you don't have any versions pinned)
  2. Make sure that you're using pull policy always when you build, this will force the build tools to check for newer images.

That should be it. If you're doing those two things, then you should get all of the latest fixes as soon as they are available.

If you have questions, you can look at the builder releases to see when the latest buildper was published. As I write this, it was about 10 hours ago. https://github.com/paketo-buildpacks/builder-jammy-tiny/releases

@dmikusa dmikusa added the type:question A user question label May 17, 2024
@loewenstein
Copy link

@KafkaProServerless If you us the latest builder version, then the most likely issue at hand is, that your scanner doesn't recognise Ubuntu patch versions and just reports vulnerabilities for the base OpenSSL 3.0.2.

@KafkaProServerless
Copy link
Author

Checking both of your comments. Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:question A user question
Projects
None yet
Development

No branches or pull requests

3 participants