VDB
DEBIAN-CVE-2024-35915
DEBIAN-CVE-2024-35915
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. When the payload length is zero, each message type handler reads uninitialized payload and KMSAN detects this issue. The receipt of a packet with a zero-size payload is considered unexpected, and therefore, such packets should be silently discarded. This patch resolved this issue by checking payload size before calling each message type handler codes.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:14 | linux | 0, 0 |
| Debian:12 | linux | 6.1.82-1, 6.1.66-1, 6.1.38-1 |
| Debian:11 | linux | 5.10.127-1, 5.10.127-2, 5.10.127-2 |
| Debian | linux |
Timeline
- May 19, 2024 CVE Published
- Apr 28, 2026 CVE Updated