CVE-2026-43098
Buffer Overflow in Linux Kernel NFC Subsystem
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 | 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 NFC driver for the s3fwrn5 device. The issue arises because the code consumes bytes into a receive buffer (recv_skb) before allocating a new buffer for incoming data. If the allocation of this buffer fails, the function incorrectly returns 0 despite having consumed bytes, leaving the receive buffer pointer as NULL. This breaks the expected behavior of the receive buffer management and can lead to a NULL pointer dereference in subsequent operations.
How can this vulnerability impact me? :
The vulnerability can cause a NULL pointer dereference in the Linux kernel NFC driver, which may lead to a kernel crash or system instability. This can affect the reliability and availability of systems using the affected NFC driver, potentially causing denial of service conditions.