SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67293

MEDIUM · CVSS 4.2 EPSS 0.17% Public Exploit

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

CyberRota Analysis

AI-Generated

OpenSSL versions prior to 3.29.0 are vulnerable due to improper hostname validation in FreeRDP, allowing wildcard certificates to incorrectly authenticate multi-label subdomains. This flaw undermines TLS server authentication, potentially enabling man-in-the-middle attacks. Organizations using affected versions of FreeRDP should prioritize patching to mitigate the risk of unauthorized access and data breaches.

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-67293
Severity
MEDIUM
CVSS
4.2
EPSS
0.17%
OpenSSL

Original NVD Description

FreeRDP before 3.29.0 (affected versions <= 3.28.0) contains an improper certificate hostname validation vulnerability. The TLS hostname matcher (tls_match_hostname() in libfreerdp/crypto/tls.c) treats a wildcard pattern such as *.example.com as matching any hostname ending in .example.com, so it incorrectly accepts a wildcard certificate for multi-label subdomains like a.b.example.com (which OpenSSL's X509_check_host() rejects). This weakens TLS server authentication under wildcard-certificate conditions.