CVE-2024-11403
- EPSS 0.06%
- Veröffentlicht 25.11.2024 14:15:06
- Zuletzt bearbeitet 24.07.2025 13:25:01
There exists an out of bounds read/write in LibJXL versions prior to commit 9cc451b91b74ba470fd72bd48c121e9f33d24c99. The JPEG decoder used by the JPEG XL encoder when doing JPEG recompression (i.e. if using JxlEncoderAddJPEGFrame on untrusted input)...
CVE-2024-11498
- EPSS 0.05%
- Veröffentlicht 25.11.2024 14:15:06
- Zuletzt bearbeitet 23.07.2025 19:58:23
There exists a stack buffer overflow in libjxl. A specifically-crafted file can cause the JPEG XL decoder to use large amounts of stack space (up to 256mb is possible, maybe 512mb), potentially exhausting the stack. An attacker can craft a file that ...
CVE-2023-35790
- EPSS 0.07%
- Veröffentlicht 16.06.2023 21:15:09
- Zuletzt bearbeitet 21.11.2024 08:08:42
An issue was discovered in dec_patch_dictionary.cc in libjxl before 0.8.2. An integer underflow in patch decoding can lead to a denial of service, such as an infinite loop.
CVE-2023-0645
- EPSS 0.07%
- Veröffentlicht 11.04.2023 14:15:07
- Zuletzt bearbeitet 21.11.2024 07:37:32
An out of bounds read exists in libjxl. An attacker using a specifically crafted file could cause an out of bounds read in the exif handler. We recommend upgrading to version 0.8.1 or past commit https://github.com/libjxl/libjxl/pull/2101/commits/d9...
CVE-2022-34000
- EPSS 0.26%
- Veröffentlicht 19.06.2022 20:15:08
- Zuletzt bearbeitet 21.11.2024 07:08:45
libjxl 0.6.1 has an assertion failure in LowMemoryRenderPipeline::Init() in render_pipeline/low_memory_render_pipeline.cc.
CVE-2021-45928
- EPSS 0.12%
- Veröffentlicht 01.01.2022 01:15:08
- Zuletzt bearbeitet 21.11.2024 06:33:17
libjxl b02d6b9, as used in libvips 8.11 through 8.11.2 and other products, has an out-of-bounds write in jxl::ModularFrameDecoder::DecodeGroup (called from jxl::FrameDecoder::ProcessACGroup and jxl::ThreadPool::RunCallState<jxl::FrameDecoder::Process...
CVE-2021-22563
- EPSS 0.05%
- Veröffentlicht 01.11.2021 13:15:07
- Zuletzt bearbeitet 21.11.2024 05:50:19
Invalid JPEG XL images using libjxl can cause an out of bounds access on a std::vector<std::vector<T>> when rendering splines. The OOB read access can either lead to a segfault, or rendering splines based on other process memory. It is recommended to...
CVE-2021-22564
- EPSS 0.04%
- Veröffentlicht 01.11.2021 13:15:07
- Zuletzt bearbeitet 21.11.2024 05:50:19
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 a...
CVE-2021-36692
- EPSS 0.31%
- Veröffentlicht 30.08.2021 21:15:09
- Zuletzt bearbeitet 21.11.2024 06:13:55
libjxl v0.3.7 is affected by a Divide By Zero in issue in lib/extras/codec_apng.cc jxl::DecodeImageAPNG(). When encoding a malicous APNG file using cjxl, an attacker can trigger a denial of service.
CVE-2021-36691
- EPSS 0.3%
- Veröffentlicht 30.08.2021 20:15:07
- Zuletzt bearbeitet 21.11.2024 06:13:55
libjxl v0.5.0 is affected by a Assertion failed issue in lib/jxl/image.cc jxl::PlaneBase::PlaneBase(). When encoding a malicous GIF file using cjxl, an attacker can trigger a denial of service.