8.3
CVE-2026-43291
- EPSS 0.03%
- Veröffentlicht 08.05.2026 13:11:15
- Zuletzt bearbeitet 14.05.2026 21:08:45
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
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)
Linux ≫ Linux Kernel Version >= 5.15.195 < 5.15.202
Linux ≫ Linux Kernel Version >= 6.1.156 < 6.1.165
Linux ≫ Linux Kernel Version >= 6.6.112 < 6.6.128
Linux ≫ Linux Kernel Version >= 6.12.53 < 6.12.75
Linux ≫ Linux Kernel Version >= 6.17.3 < 6.18
Linux ≫ Linux Kernel Version >= 6.18 < 6.18.16
Linux ≫ Linux Kernel Version >= 6.19 < 6.19.6
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.03% | 0.085 |
| 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.