8.3

CVE-2026-43291

net: nfc: nci: Fix parameter validation for packet data

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).
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 5.15.195 < 5.15.202
LinuxLinux Kernel Version >= 6.1.156 < 6.1.165
LinuxLinux Kernel Version >= 6.6.112 < 6.6.128
LinuxLinux Kernel Version >= 6.12.53 < 6.12.75
LinuxLinux Kernel Version >= 6.17.3 < 6.18
LinuxLinux Kernel Version >= 6.18 < 6.18.16
LinuxLinux Kernel Version >= 6.19 < 6.19.6
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.03% 0.085
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 8.3 2.8 5.5
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H
CWE-908 Use of Uninitialized Resource

The product uses or accesses a resource that has not been initialized.