CVE-2026-43176
Buffer Overflow in Linux Kernel WiFi Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's wifi driver for the rtw89 chipset, specifically related to the PCI interface. It involves the handling of the TX release report for the RTL8922DE chip. The issue arises because the release report of SKB (socket buffer) can become malformed, and without proper validation, this can lead to a crash. The fix involves validating the sequence number of the TX release report to prevent crashes caused by malformed reports.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash when handling malformed TX release reports from the RTL8922DE wifi chipset. Such crashes can lead to system instability, potential denial of service, and disruption of network connectivity.