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

New release against CVE-2023-5129? #3088

Closed
wegank opened this issue Sep 26, 2023 · 3 comments · Fixed by #3037
Closed

New release against CVE-2023-5129? #3088

wegank opened this issue Sep 26, 2023 · 3 comments · Fixed by #3037

Comments

@wegank
Copy link
Contributor

wegank commented Sep 26, 2023

The latest Linux release of Rigs of Rods is considered vulnerable to CVE-2023-5129. Specifically, the following files are suspected to contain a libwebp variant:

lib/Codec_FreeImage.so
lib/Codec_FreeImage.so.1.11.6
lib/libwebp.so.6
lib/libwebp.so.6.0.2

It would be good to know if there will soon be a new release (e.g. 2022.12.1) to fix the vulnerability.

Steps to reproduce

  1. Download from https://rigs-of-rods.itch.io/rigs-of-rods.
  2. Extract.
  3. Check if the files above are updated.

Expected behaviour

Yes.

Actual behaviour

No.

System configuration

Additional information, logs and screenshots (optional)

@ohlidalp
Copy link
Member

Hello.

We're planning a feature release this November/December which should also cover this issue.

Codec_FreeImage.so is part of OGRE renderer (www.ogre3d.org) which we build ourselves, we should be able to update it's dependencies. @AnotherFoxGuy knows the specifics of the build process.

@CuriousMike56
Copy link
Collaborator

Is libwebp required for Conan? It's only referenced here

self.requires("libwebp/1.3.0", override=True)

@AnotherFoxGuy
Copy link
Member

I've updated libwebp in PR #3037

Is libwebp required for Conan?

It is a dependency of FreeImage, which we use to decode/load images

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

Successfully merging a pull request may close this issue.

4 participants