CVE-2026-80814
Received Received - Intake

rndis_host USB Buffer Overflow in Linux Kernel

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

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: rndis_host: add overflow check in rndis_rx_fixup() Add an overflow check to ensure that data_offset + data_len + 8 does not wrap, which would enable an OOB read of the USB data buffer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

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 related to the rndis_host driver. It involves an overflow check missing in the rndis_rx_fixup function. The issue allows data_offset + data_len + 8 to wrap around, potentially causing an out-of-bounds (OOB) read of the USB data buffer.

Detection Guidance

This vulnerability is specific to the Linux kernel's rndis_host driver and involves an overflow check in the rndis_rx_fixup function. Detection requires checking the kernel version and examining the driver code for the overflow condition. Use commands like 'uname -a' to check the kernel version and 'modinfo rndis_host' to inspect the module. If the kernel is older than the patched version, the system may be vulnerable.

Impact Analysis

This vulnerability could allow an attacker to read memory outside the intended buffer in the Linux kernel. This might lead to information disclosure, system crashes, or privilege escalation if exploited. Systems using vulnerable Linux kernel versions with the rndis_host driver are at risk.

Mitigation Strategies

Update your Linux kernel to the latest patched version to address the rndis_host overflow issue. Monitor vendor advisories for kernel updates and apply them promptly.

Chat Assistant

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

EPSS Chart