NONE · 0

CVE-2026-68349

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 t...

Vulnerability 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]

References

FAQ

What is CVE-2026-68349?

CVE-2026-68349 is a documented vulnerability. 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 t...

How severe is CVE-2026-68349?

CVSS scoring is not yet available for CVE-2026-68349. Check NVD for updates.

Is there a patch for CVE-2026-68349?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.