CVE-2026-67306
Received Received - Intake

Out-of-Bounds Read in FreeRDP RDP6 Planar RLE Decoder

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

Publication date: 2026-08-01

Last updated on: 2026-08-01

Assigner: VulnCheck

Description

FreeRDP versions 3.28.0 and earlier contain an out-of-bounds read vulnerability in the RDP6 planar RLE bitmap decoder functions planar_decompress_plane_rle and planar_decompress_plane_rle_only in libfreerdp/codec/planar.c. Only the 1-byte control byte is bounds-checked; the subsequent 0–15 attacker-declared raw bytes are read without validating that the source buffer contains them. A malicious or compromised RDP server can send a truncated planar-encoded bitmap or surface update (reachable via both the Bitmap Update PDU and RDPGFX Surface Command paths) that causes the client to read past the end of the source buffer. The issue is fixed in FreeRDP 3.29.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-01
Last Modified
2026-08-01
Generated
2026-08-01
AI Q&A
2026-08-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
freerdp freerdp to 3.29.0 (exc)
freerdp freerdp 3.29.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads 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

FreeRDP versions 3.28.0 and earlier have an out-of-bounds read flaw in the RDP6 planar RLE bitmap decoder functions. The vulnerability occurs because only the 1-byte control byte is checked for bounds, while the subsequent 0–15 raw bytes are read without verifying the source buffer contains them. A malicious RDP server can exploit this by sending a truncated bitmap, causing the client to read past the buffer's end.

Detection Guidance

Detecting this vulnerability requires checking the FreeRDP version in use. Run 'freerdp --version' to verify if your system is running a vulnerable version (3.28.0 or earlier). Inspect network traffic for RDP connections using tools like Wireshark with RDP protocol filters.

Impact Analysis

This vulnerability could allow an attacker to crash the FreeRDP client or potentially execute arbitrary code if they control the RDP server. It may lead to denial-of-service conditions or unauthorized access to sensitive data processed by the client.

Mitigation Strategies

Upgrade FreeRDP to version 3.29.0 or later immediately. If upgrading is not possible, restrict RDP access to trusted networks or disable RDP if not required. Monitor for suspicious RDP server activity.

Chat Assistant

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

EPSS Chart