Staging Environment: Content and features may be unstable or change without notice.

Advisory Package Curation

GHSA-7vpr-3ppw-qrpj

Progress 0 / 0

Advisory Summaries

github_osv/GHSA-7vpr-3ppw-qrpj

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeRuntime.osx-x86_64/GMS-2023-2707

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeRuntime.ubuntu-x86_64/GMS-2023-2709

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeRuntime.ubuntu-x86_64-haswell/GMS-2023-2710

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeRuntime.win-x86_64/GMS-2023-2715

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeRuntime.win-x86/GMS-2023-2714

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeTool.osx-x86_64/GMS-2023-2716

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeTool.ubuntu-x86_64/GMS-2023-2718

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeTool.ubuntu-x86_64-haswell/GMS-2023-2719

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeTool.win-x86_64/GMS-2023-2724

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master

gitlab/nuget/Imageflow.NativeTool.win-x86/GMS-2023-2723

Imageflow affected by libwebp zero-day and should not be used with malicious source images. ### Impact This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway). Imageflow relies on Google's [libwebp] library to decode .webp images, and is affected by the recent zero-day out-of-bounds write vulnerability CVE-2023-4863 https://nvd.nist.gov/vuln/detail/CVE-2023-4863 and https://github.com/advisories/GHSA-j7hp-h8jx-5ppr. The libwebp vulnerability also affects Chrome, Android, macOS, and other consumers of the library). libwebp patched the vulnerability https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 and released 1.3.2 https://github.com/webmproject/libwebp/releases/tag/v1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 https://github.com/NoXF/libwebp-sys/commits/master **Imageflow v2.0.0-preview8 https://github.com/imazen/imageflow/releases/tag/v2.0.0-preview8 uses the patched version of libwebp as well as updated versions of all dependencies.** Note: preview 8 requires libc 2.31 or higher on linux and macOS 11 or higher. These restrictions are due to the oldest supported versions of those platforms (which is reflected on Github Actions). ### Patches **Imageflow v2.0.0-preview8 use the patched version (v1.3.2) of libwebp and libwebp-sys 0.9.4.** **Imageflow.AllPlatforms 0.10.2 is patched** **Imageflow.Server v0.8.2 is patched** **ImageResizer.Plugins.Imageflow 5.0.12 is patched** ### Workarounds Disable webp decoding using `EnabledCodecs::disable_decoder(NamedDecoders::WebPDecoder)` if using the Rust API. Only files that meet the following criteria will be passed to libwebp: ```rust bytes.starts_with(b"RIFF") && bytes[8..12].starts_with(b"WEBP") ``` You can utilize matching logic to block webp inputs in your language of choice. ### References https://github.com/advisories/GHSA-j7hp-h8jx-5ppr https://nvd.nist.gov/vuln/detail/CVE-2023-4863 https://github.com/webmproject/libwebp/commit/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 https://github.com/NoXF/libwebp-sys/commits/master