CVE-2026-59691
Awaiting Analysis Awaiting Analysis - Queue

Heap Buffer Overflow in GStreamer rfbsrc Plugin

Vulnerability report for CVE-2026-59691, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: Red Hat, Inc.

Description

A heap buffer overflow vulnerability was found in GStreamer's rfbsrc plugin. When a client connects to a malicious RFB/VNC server that advertises a 16bpp framebuffer and sends Hextile-encoded updates, the Hextile background fill path writes 32-bit pixel values into a buffer allocated for 16-bit pixels. This type mismatch causes an out-of-bounds heap write that can lead to denial of service (process crash) and potential memory corruption.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-11
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 5 associated CPEs
Vendor Product Version / Range
gstreamer gst-plugins-bad to 1.28.5 (exc)
gstreamer gst-plugins-bad 1.28.5
gnome gstreamer *
gnome gstreamer 1.28.3
gnome gstreamer From 1.28.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-59691 is a heap buffer overflow vulnerability found in GStreamer's rfbsrc plugin, specifically in the function that processes Hextile-encoded updates from RFB/VNC servers.

When a client connects to a malicious RFB/VNC server that advertises a 16 bits-per-pixel (bpp) framebuffer, the plugin incorrectly writes 32-bit pixel values into a buffer allocated for 16-bit pixels. This mismatch causes an out-of-bounds write on the heap.

The flaw occurs because the decoder calculates the destination offset assuming 2 bytes per pixel but writes 4 bytes per pixel, leading to heap corruption.

Impact Analysis

This vulnerability can lead to denial of service by causing the affected process to crash due to heap corruption.

While remote code execution has not been demonstrated, the heap buffer overflow could potentially be exploited to corrupt memory, which might lead to further security issues.

Detection Guidance

This vulnerability occurs when a client using GStreamer's rfbsrc plugin connects to a malicious RFB/VNC server that advertises a 16bpp framebuffer and sends Hextile-encoded updates. Detection involves monitoring for connections to suspicious or untrusted RFB/VNC servers and analyzing the behavior of the rfbsrc plugin during such connections.

Since the vulnerability triggers a heap buffer overflow in the rfbsrc plugin, signs of exploitation may include process crashes or abnormal termination of applications using GStreamer with the rfbsrc plugin.

There are no specific commands provided in the resources to detect this vulnerability directly. However, you can monitor network connections to RFB/VNC servers and check logs for crashes related to GStreamer or rfbsrc.

Mitigation Strategies

Immediate mitigation steps include avoiding connecting to untrusted or malicious RFB/VNC servers using the GStreamer rfbsrc plugin.

Update GStreamer gst-plugins-bad to version 1.28.5 or later, where the fix for this vulnerability has been planned and merged.

If updating is not immediately possible, consider disabling or restricting the use of the rfbsrc plugin to prevent exploitation.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59691. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart