2.1
CVSSv2

CVE-2021-22564

Published: 01/11/2021 Updated: 02/11/2021
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
CVSS v3 Base Score: 5.5 | Impact Score: 3.6 | Exploitability Score: 1.8
VMScore: 187
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

For certain valid JPEG XL images with a size slightly larger than an integer number of groups (256x256 pixels) when processing the groups out of order the decoder can perform an out of bounds copy of image pixels from an image buffer in the heap to another. This copy can occur when processing the right or bottom edges of the image, but only when groups are processed in certain order. Groups can be processed out of order in multi-threaded decoding environments with heavy thread load but also with images that contain the groups in an arbitrary order in the file. It is recommended to upgrade past 0.6.0 or patch with github.com/libjxl/libjxl/pull/775

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

libjxl project libjxl

Vendor Advisories

In libxjl before version 061, for certain valid JPEG XL images with a size slightly larger than an integer number of groups (256x256 pixels) when processing the groups out of order, the decoder can perform an out of bounds copy of image pixels from an image buffer in the heap to another This copy can occur when processing the right or bottom edg ...