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

Does this suffer from the libwebp vulnerability? #62

Open
tehandyb opened this issue Sep 28, 2023 · 2 comments · May be fixed by #63
Open

Does this suffer from the libwebp vulnerability? #62

tehandyb opened this issue Sep 28, 2023 · 2 comments · May be fixed by #63

Comments

@tehandyb
Copy link

The vulnerability was just discovered recently, here's more info https://www.helpnetsecurity.com/2023/09/27/cve-2023-5129/

@dsapit
Copy link

dsapit commented Oct 5, 2023

Another developer using this library here: I was wodnering about this too, as i noticed its install.js explicitly downloads libwebp 1.2.1, which is a vulnerable version. Is it possible to upgrade this to a more recent >= 1.3.2?

jzern added a commit to jzern/cwebp-bin that referenced this issue Oct 13, 2023
@jzern jzern linked a pull request Oct 13, 2023 that will close this issue
jzern added a commit to jzern/cwebp-bin that referenced this issue Oct 13, 2023
This addresses CVE-2023-4863.

Additionally, Linux aarch64 and macOS arm64 binaries are added. Linux
x86 is removed as previously this was an x64 binaries; prebuilt x86
Linux binaries are no longer distributed.

The source and binaries are from:
  https://developers.google.com/speed/webp/download

Fixes: imagemin#62
@jzern
Copy link

jzern commented Oct 13, 2023

CVE-2023-5129 was merged into CVE-2023-4863. I've posted an update for the source and binaries.

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.

3 participants