AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-31083

HIGH · CVSS 7.8 EPSS 1.84%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-04-05 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. Exploitation may require the attacker to be authenticated.

CVE
CVE-2024-31083
Severity
HIGH
CVSS
7.8
EPSS
1.84%

Original NVD Description

A use-after-free vulnerability was found in the ProcRenderAddGlyphs() function of Xorg servers. This issue occurs when AllocateGlyph() is called to store new glyphs sent by the client to the X server, potentially resulting in multiple entries pointing to the same non-refcounted glyphs. Consequently, ProcRenderAddGlyphs() may free a glyph, leading to a use-after-free scenario when the same glyph pointer is subsequently accessed. This flaw allows an authenticated attacker to execute arbitrary code on the system by sending a specially crafted request.