SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75466

MEDIUM · CVSS 6.5 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The 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.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75466
Severity
MEDIUM
CVSS
6.5
EPSS
0.20%

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.