Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade libvips/libvips
to version 8.16.1 or higher.
Affected versions of this package are vulnerable to Heap-based Buffer Overflow via the heifsave
operation which could incorrectly determine the presence of an alpha channel in an input when it was not possible to determine the colour interpretation, known internally within libvips as multiband
. An attacker can crash the process by providing a well-crafted TIFF image with 4 channels when HEIF-based output is requested, leading to an attempt to write 4 channels of data into a 3 channel HEIF image, causing a heap buffer overflow.
This can be mitigated by blocking the VipsForeignSaveHeif
operation via vips_operation_block_set
, which is available in most language bindings.