Logo
componentlibjxl
Name
libjxl
Version
0.10.5
Type
library
Description
Reference implementation of JPEG XL (encoder and decoder)
Licenses
BSD-3-Clause
PURL
-
CPE
cpe:2.3:*:libjxl_project:libjxl:0.10.5:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
0.11.2

Vulnerabilities#


Name
Analysis
Description
Not Affected
A specially-crafted file can cause libjxl's decoder to write pixel data to uninitialized unallocated memory. Soon after that data from another uninitialized unallocated region is copied to pixel data. This can be done by requesting color transformation of grayscale images to another grayscale color space. Buffers allocated for 1-float-per-pixel are used as if they are allocated for 3-float-per-pixel. That happens only if LCMS2 is used as CMS engine. There is another CMS engine available (selected by build flags).
Not Affected
A specially-crafted file can cause libjxl's decoder to read pixel data from uninitialized (but allocated) memory. This can be done by causing the decoder to reference an outside-image-bound area in a subsequent patches. An incorrect optimization causes the decoder to omit populating those areas.