SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-67288

HIGH · CVSS 7.5 EPSS 0.35% 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 null pointer dereference in the smartcard cache request decoders, specifically during SCARD_IOCTL_READCACHEA and SCARD_IOCTL_WRITECACHEA operations. This flaw allows attackers to exploit the vulnerability by sending specially crafted requests, leading to client process termination when smartcard emulation is enabled. Organizations utilizing FreeRDP for remote desktop solutions should prioritize patching to mitigate the risk of service disruption.

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-67288
Severity
HIGH
CVSS
7.5
EPSS
0.35%

Original NVD Description

FreeRDP before 3.29.0 contains a null pointer dereference vulnerability in smartcard cache request decoders that accept NULL NDR pointers for LookupName in SCARD_IOCTL_READCACHEA and SCARD_IOCTL_WRITECACHEA operations. When smartcard emulation is enabled, attackers can send crafted smartcard cache requests with NULL lookup-name pointers to trigger strlen() on a null pointer, causing client process termination.