DEBIAN-CVE-2026-77652

Source
https://security-tracker.debian.org/tracker/CVE-2026-77652
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-77652.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2026-77652
Upstream
  • CVE-2026-77652
Published
2026-08-26T20:18:02Z
Modified
2026-09-14T17:03:34Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

A heap-based buffer overflow vulnerability exists in the Dia diagram editor WPG file format importer. In plug-ins/wpg/wpg-import.c, the WPG import renderer allocates a fixed palette with: ren->pPal = g_new0(WPGColorRGB, 256); 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: bRet &= (iNum16 == (int)fread(&ren->pPal[i16], sizeof(WPGColorRGB), iNum16, f)); The only bounds-related check is if (i16 >= 0 && i16 <= iSize), where iSize is the WPG record size—not the palette capacity. There is no validation that i16 is less than 256 or that i16 + iNum16 does not exceed 256. A malicious WPG file can supply i16=256 and iNum16=264. That causes fread() to write 792 bytes starting at &pPal[256], while the palette buffer is only 768 bytes (256 entries × 3 bytes). This overflows into adjacent heap metadata and can crash Dia (SIGABRT / malloc corruption errors) or, depending on heap layout and exploit primitives, potentially lead to arbitrary code execution. Exploitation requires convincing a user to open a crafted WPG file via Dia's file dialog, command line, or file association. No special privileges are required to deliver the file to the victim. Affected component: WPG parser (plug-ins/wpg/wpg-import.c). Affected versions: all Dia versions containing this code path (reporter tested Dia 0.98+git20260221-1; issue present on upstream master as of 2026-08-21).

References

Affected packages

Debian:12 / dia

Package

Name
dia
Purl
pkg:deb/debian/dia?arch=source&distro=bookworm

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.97.3+git20220525-5
0.98+git20240130-1
0.98+git20240528-1
0.98+git20240814-1
0.98+git20250126-1
0.98+git20250126-2
0.98+git20250827-1
0.98+git20250827-2
0.98+git20260221-1
0.98+git20260221-2
0.98+git20260221-3

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-77652.json"

Debian:13 / dia

Package

Name
dia
Purl
pkg:deb/debian/dia?arch=source&distro=trixie

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.98+git20250126-2
0.98+git20250827-1
0.98+git20250827-2
0.98+git20260221-1
0.98+git20260221-2
0.98+git20260221-3

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-77652.json"

Debian:14 / dia

Package

Name
dia
Purl
pkg:deb/debian/dia?arch=source&distro=forky

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected

Affected versions

0.*
0.98+git20250126-2
0.98+git20250827-1
0.98+git20250827-2
0.98+git20260221-1
0.98+git20260221-2
0.98+git20260221-3

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Database specific

source
"https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2026-77652.json"