CVE-2026-77652
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-122
Desbordamiento de búfer basado en memoria dinámica (Heap)
Fecha de publicación:
26/08/2026
Última modificación:
26/08/2026
Descripción
*** Pendiente de traducción *** A heap-based buffer overflow vulnerability exists in the Dia diagram editor WPG file format importer.<br />
<br />
In plug-ins/wpg/wpg-import.c, the WPG import renderer allocates a fixed palette with:<br />
<br />
ren->pPal = g_new0(WPGColorRGB, 256);<br />
<br />
When handling a WPG_COLORMAP record, the parser reads a start index (i16) and number of colors (iNum16) from the file and reads palette data with:<br />
<br />
bRet &= (iNum16 == (int)fread(&ren->pPal[i16], sizeof(WPGColorRGB), iNum16, f));<br />
<br />
The only bounds-related check is `if (i16 >= 0 && i16
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA



