Skip to content

FreeImage (unmaintained) includes vulnerable version of libwebp and can be exploited with a malicious source image

High
lilith published GHSA-wqcr-xm43-hpqr Oct 6, 2023

Package

nuget FreeImage-dotnet-core (NuGet)

Affected versions

*

Patched versions

None
nuget FreeImage.Standard (NuGet)
*
None
nuget FreeImageNET (NuGet)
*
None
nuget FreeImageNative (NuGet)
*
None
nuget ImageResizer.Plugins.FreeImage (NuGet)
*
None
nuget SBC.FreeImage (NuGet)
*
None
nuget Umbrella.DynamicImage.FreeImage (NuGet)
*
None
nuget VVVV.FreeImage (NuGet)
*
None
npm deps-freeimage-raub (npm)
*
None
npm freeimage (npm)
*
None
cargo freeimage-rs (Rust)
*
None
cargo freeimage-sys (Rust)
*
None
nuget freeimage_universal (NuGet)
*
None
nuget freeimage_universal.redist (NuGet)
*
None
nuget freeimage_wp8_1 (NuGet)
*
None
nuget native.freeimage (NuGet)
*
None
nuget native.freeimage.redist (NuGet)
*
None
npm node-deps-freeimage-raub (npm)
*
None
npm node-freeimage (npm)
*
None
npm node-image-2 (npm)
*
None

Description

Impact

This vulnerability affects deployments of FreeImage 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 remove FreeImage from your project, as it is not maintained and presents a massive security risk.

If you are using FreeImage via ImageResizer.Plugins.FreeImage, please utilize Imageflow or Imageflow.Server instead, or upgrade to ImageResizer 5 and use ImageResizer.Plugins.Imageflow (enable Prereleases on NuGet to access).

FreeImage 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 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. FreeImage hasn't been updated since then and is presumed vulnerable.

Patches

None. FreeImage has not been updated in several years.

Workarounds

If you are using ImageResizer.Plugins.FreeImage, please utilize Imageflow or Imageflow.Server instead, or upgrade to ImageResizer 5 and use ImageResizer.Plugins.Imageflow (enable Prereleases on NuGet to access).

References

GHSA-j7hp-h8jx-5ppr
https://nvd.nist.gov/vuln/detail/CVE-2023-4863
webmproject/libwebp@2af2626
https://github.com/NoXF/libwebp-sys/commits/master

Severity

High
8.8
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

CVE ID

CVE-2023-4863

Weaknesses

No CWEs