Imageflow.NativeRuntime.win-x86_64
Imageflow is a fast, server-side-safe, and correct image processing library written in Rust. This package contains the native runtime library for win-x64; use 'Imageflow.Net' or 'Imageflow.AllPlatforms' for the managed wrapper.
Activity
- Latest release
- 5mo ago
- Total releases
- 77
- Cadence
- ~9 days
- Last 12 months
- 4
Details
- First release
- Oct 21, 2017
| Version | Released | |
|---|---|---|
2.3.1-rc01
pre
|
2.3.1-rc01
pre
|
|
2.2.0-rc01
pre
|
2.2.0-rc01
pre
|
|
2.1.2-rc03
pre
|
2.1.2-rc03
pre
|
|
2.1.2-rc02
pre
|
2.1.2-rc02
pre
|
|
2.1.2-rc01
pre
|
2.1.2-rc01
pre
|
|
2.1.1-rc11
pre
|
2.1.1-rc11
pre
|
|
2.1.1-rc10
pre
|
2.1.1-rc10
pre
|
|
2.1.1-rc09
pre
|
2.1.1-rc09
pre
|
|
2.1.0-rc11
pre
|
2.1.0-rc11
pre
|
|
2.1.0-rc10
pre
|
2.1.0-rc10
pre
|
|
2.1.0-rc09
pre
|
2.1.0-rc09
pre
|
|
2.1.0-rc08
pre
|
2.1.0-rc08
pre
|
|
2.1.0-rc07
pre
|
2.1.0-rc07
pre
|
|
2.1.0-rc06
pre
|
2.1.0-rc06
pre
|
|
2.1.0-rc05
pre
|
2.1.0-rc05
pre
|
|
2.1.0-rc02
pre
|
2.1.0-rc02
pre
|
|
2.1.0-rc01
pre
|
2.1.0-rc01
pre
|
|
2.0.1-rc04
pre
|
2.0.1-rc04
pre
|
|
2.0.1-rc-2
pre
|
2.0.1-rc-2
pre
|
|
2.0.1-rc01
pre
|
2.0.1-rc01
pre
|
|
2.0.0-preview16
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview16
pre
|
|
2.0.0-preview15
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview15
pre
|
|
2.0.0-preview14
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview14
pre
|
|
2.0.0-preview13
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview13
pre
|
|
2.0.0-preview8
pre
|
2.0.0-preview8
pre
|
|
2.0.0-preview7
pre
|
2.0.0-preview7
pre
|
|
2.0.0-preview5
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview5
pre
|
|
2.0.0-preview4
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview4
pre
|
|
2.0.0-preview3
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview3
pre
|
|
2.0.0-preview2
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview2
pre
|
|
2.0.0-preview1
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
2.0.0-preview1
pre
|
|
1.7.3-rc67
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.7.3-rc67
pre
|
|
1.7.1-rc65
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.7.1-rc65
pre
|
|
1.7.0-rc64
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.7.0-rc64
pre
|
|
1.6.0-rc63
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.6.0-rc63
pre
|
|
1.5.8-rc62
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.8-rc62
pre
|
|
1.5.7-rc61
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.7-rc61
pre
|
|
1.5.6-rc60
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.6-rc60
pre
|
|
1.5.5-rc59
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.5-rc59
pre
|
|
1.5.4-rc58
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.4-rc58
pre
|
|
1.5.3-rc57
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.3-rc57
pre
|
|
1.5.2-rc56
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.2-rc56
pre
|
|
1.5.0-rc54
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.5.0-rc54
pre
|
|
1.4.13-rc53
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.13-rc53
pre
|
|
1.4.12-rc52
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.12-rc52
pre
|
|
1.4.11-rc51
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.11-rc51
pre
|
|
1.4.10-rc50
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.10-rc50
pre
|
|
1.4.9-rc49
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.9-rc49
pre
|
|
1.4.8-rc48
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.8-rc48
pre
|
|
1.4.6-rc46
pre
1 CVE
GHSA-7vpr-3ppw-qrpj
Sep 27, 2023
Imageflow affected by libwebp zero-day and should not be used with malicious source images.
8.8
/ 10
High
Network
Low
None
Required
Unchanged
High
High
High
ImpactThis 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 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 and released 1.3.2 This was patched in libwebp-sys in 0.9.3 and 0.9.4 Imageflow 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). PatchesImageflow 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 WorkaroundsDisable webp decoding using Only files that meet the following criteria will be passed to libwebp:
You can utilize matching logic to block webp inputs in your language of choice. Referenceshttps://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 Affected versions
1.0.0-rc11
1.0.0-rc12
1.0.0-rc13
1.0.0-rc14
1.1.0-rc18
1.2.0-rc20
1.2.0-rc22
1.2.0-rc24
1.2.0-rc25
1.2.0-rc26
1.2.1-rc28
1.2.2-rc29
+ 43 more Show less
1.3.0-rc30
1.3.2-rc32
1.3.3-rc33
1.3.4-rc34
1.3.5-rc35
1.3.6-rc36
1.3.7-rc37
1.3.8-rc38
1.3.9-rc39
1.4.0-rc40
1.4.1-rc41
1.4.10-rc50
1.4.11-rc51
1.4.12-rc52
1.4.13-rc53
1.4.2-rc42
1.4.3-rc43
1.4.4-rc44
1.4.5-rc45
1.4.6-rc46
1.4.8-rc48
1.4.9-rc49
1.5.0-rc54
1.5.2-rc56
1.5.3-rc57
1.5.4-rc58
1.5.5-rc59
1.5.6-rc60
1.5.7-rc61
1.5.8-rc62
1.6.0-rc63
1.7.0-rc64
1.7.1-rc65
1.7.3-rc67
2.0.0-preview1
2.0.0-preview13
2.0.0-preview14
2.0.0-preview15
2.0.0-preview16
2.0.0-preview2
2.0.0-preview3
2.0.0-preview4
2.0.0-preview5
Fixed in
2.0.0-preview6
References Updated Sep 10, 2026 · Source: OSV.dev |
1.4.6-rc46
pre
|