CyberRota Analysis
AI-GeneratedThe integer division-by-zero vulnerability in libjpeg-turbo 3.2.0 affects the PNG loader, specifically when handling valid indexed-color PNG images with a non-gray palette. This flaw can lead to a denial of service by triggering a SIGFPE during image processing with the tj3LoadImage12() or tj3LoadImage16() functions. Organizations utilizing libjpeg-turbo for image processing should prioritize addressing this vulnerability to prevent potential service disruptions.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
libjpeg-turbo 3.2.0 contains an integer division-by-zero vulnerability in the PNG loader. When processing a valid indexed-color PNG image with a non-gray palette through tj3LoadImage12() or tj3LoadImage16() using the default pixel format, the application may trigger a division-by-zero in alloc_sarray(), causing a SIGFPE and denial of service.