CVE-2026-68373
Received Received - Intake

Buffer Overflow in Linux Kernel WiFi Driver

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

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76_guess_freq() at76_guess_freq() checks only that the received frame is at least a bare 802.11 header (24 bytes) before subtracting the fixed management-body offset: len -= el_off; For both beacon and probe response frames, el_off is 36. If the frame is shorter than el_off, subtracting it causes the calculated IE length to wrap. The length is eventually passed to cfg80211_find_elem_match() as a very large unsigned value, so the element walk runs beyond the RX skb. This path is reached from at76_rx_tasklet() while scanning. If the device delivers a truncated beacon or probe response, the oversized IE length causes an out-of-bounds read during scanning. Skip the IE lookup if the frame does not reach the variable elements, before subtracting el_off.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a vulnerability in the Linux kernel's wifi driver for at76c50x-usb devices. It occurs when processing beacon or probe response frames during scanning. The function at76_guess_freq() fails to check if the frame is long enough before subtracting a fixed offset (36 bytes). If the frame is too short, this causes an integer underflow, making the length appear very large. This leads to an out-of-bounds read when the driver tries to access elements beyond the actual frame data.

Detection Guidance

This vulnerability involves a length underflow in the at76c50x-usb WiFi driver, leading to out-of-bounds reads during scanning. Detection requires checking if your system uses the affected driver version. Inspect kernel logs for crashes or unusual behavior during WiFi scanning. No specific commands are provided in the context.

Impact Analysis

This vulnerability could allow an attacker within wireless range to cause a denial of service by crashing the system or potentially executing arbitrary code on affected devices. It specifically affects systems using the at76c50x-usb wifi driver while scanning for networks.

Mitigation Strategies

Update your Linux kernel to a patched version where this issue is resolved. Avoid using the at76c50x-usb driver if possible. Monitor vendor advisories for firmware updates. No further mitigation steps are specified in the provided context.

Chat Assistant

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

EPSS Chart