Description
In the Linux kernel, the following vulnerability has been resolved:

wifi: carl9170: fix buffer overflow in rx_stream failover path

The failover continuation in carl9170_rx_stream() copies the full tlen
from the second USB transfer instead of capping at rx_failover_missing
bytes. When both transfers are near maximum size, the total exceeds the
65535-byte failover SKB, triggering skb_over_panic.

Limit the copy size to the missing byte count.

[Fix checkpatch CHECK:PARENTHESIS_ALIGNMENT]
Published: 2026-08-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow exists in the carl9170 Wi‑Fi driver of the Linux kernel, specifically within the rx_stream failover path. The driver incorrectly copies the entire transfer length from the second USB transfer rather than capping it at the number of missing bytes. When both transfers approach the maximum size, the combined data exceeds the 65,535‑byte capacity of the failover socket buffer, triggering an skb_over_panic. This kernel panic results in a kernel‑space memory corruption that can lead to denial‑of‑service, depending on the attacker’s objectives.

Affected Systems

The vulnerability affects any Linux kernel system running the carl9170 driver prior to the patch that limits the copy size to the missing byte count. No specific vendor or product version list is provided, so any system deploying the unpatched driver is impacted.

Risk and Exploitability

The CVSS score is 5.9, and the EPSS score is < 1%, indicating a very low probability of exploitation. The vulnerability is not listed in CISA’s Known Exploited Vulnerabilities catalog. The likely attack vector is a maliciously crafted Wi‑Fi packet or USB traffic delivered to the device by a remote or local attacker who can control the data transmitted to the driver. If exploited, the kernel panic could be leveraged for denial of service, depending on the attacker’s objectives.

Generated by OpenCVE AI on August 13, 2026 at 06:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Linux kernel update that caps the copy size in carl9170_rx_stream
  • Disable the carl9170 Wi‑Fi module or USB Wi‑Fi device to remove the attack surface
  • Upgrade the firmware on the USB Wi‑Fi dongle to a version that includes the driver patch

Generated by OpenCVE AI on August 13, 2026 at 06:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-120

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix buffer overflow in rx_stream failover path The failover continuation in carl9170_rx_stream() copies the full tlen from the second USB transfer instead of capping at rx_failover_missing bytes. When both transfers are near maximum size, the total exceeds the 65535-byte failover SKB, triggering skb_over_panic. Limit the copy size to the missing byte count. [Fix checkpatch CHECK:PARENTHESIS_ALIGNMENT]
Title wifi: carl9170: fix buffer overflow in rx_stream failover path
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:33:47.832Z

Reserved: 2026-07-30T09:28:09.384Z

Link: CVE-2026-68349

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:26.860

Modified: 2026-08-19T17:20:44.350

Link: CVE-2026-68349

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T12:03:26Z

Links: CVE-2026-68349 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T06:45:04Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')