In the Linux kernel, the following vulnerability has been resolved:
net: nfc: nci: Fix parameter validation for packet data
Since commit 9c328f54741b ("net: nfc: nci: Add parameter validation for
packet data") communication with nci nfc chips is not working any more.
The mentioned commit tries to fix access of uninitialized data, but
failed to understand that in some cases the data packet is of variable
length and can therefore not be compared to the maximum packet length
given by the sizeof(struct).
References
Configurations
Configuration 1 (hide)
|
History
14 May 2026, 21:08
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-908 | |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/3b91160e9a91b5a2662875417dc42dc5b0bf03ea - Patch | |
| References | () https://git.kernel.org/stable/c/498fc5d0d650c77e87fcc73808d4f43240c21805 - Patch | |
| References | () https://git.kernel.org/stable/c/571dcbeb8e635182bb825ae758399831805693c2 - Patch | |
| References | () https://git.kernel.org/stable/c/a24a8a582da4426b2042e510a1080df84083b51d - Patch | |
| References | () https://git.kernel.org/stable/c/ad058a4317db7fdb3f09caa6ed536d24a62ce6a0 - Patch | |
| References | () https://git.kernel.org/stable/c/c692db813a7e3b7c3c17d6e9a3ad2a018bf1142b - Patch | |
| References | () https://git.kernel.org/stable/c/f5218426f765eee22e178df9c126d974792fb6a5 - Patch |
11 May 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.3 |
08 May 2026, 14:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-08 14:16
Updated : 2026-05-14 21:08
NVD link : CVE-2026-43291
Mitre link : CVE-2026-43291
CVE.ORG link : CVE-2026-43291
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
