AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68407

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the nl80211 subsystem, where improper handling of RNR data during MBSSID mismatch can lead to potential memory management issues. This flaw could be exploited to cause instability or crashes in systems utilizing wireless networking features. Organizations using Linux-based systems with wireless capabilities should prioritize addressing this vulnerability to maintain system integrity and performance.

CVE
CVE-2026-68407
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: free RNR data on MBSSID mismatch nl80211_parse_beacon() rejects EMA RNR data when there are fewer RNR entries than MBSSID entries. The rejected RNR allocation has not been attached to the beacon data yet, so free it before returning the error.