SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67303

MEDIUM · CVSS 4.3 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

FreeRDP versions prior to 3.29.0 are vulnerable to a denial-of-service condition due to a reachable assertion failure in the serial device redirection feature. When a server sends an unsupported IOCTL request with a non-zero OutputBufferLength, it can lead to an abort of the client process. Organizations using FreeRDP with serial device redirection enabled should prioritize this vulnerability to mitigate potential service disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67303
Severity
MEDIUM
CVSS
4.3
EPSS
0.24%

Original NVD Description

FreeRDP before 3.29.0 contains a reachable assertion (WINPR_ASSERT(OutputBufferLength == BytesReturned)) in serial_process_irp_device_control() in channels/serial/client/serial_main.c. When serial device redirection is enabled and a server-controlled IRP_MJ_DEVICE_CONTROL request specifies an unsupported IOCTL with a non-zero OutputBufferLength, CommDeviceIoControl() can fail with BytesReturned = 0, causing the mismatch to trigger the assertion and abort the client process (denial of service).